cashubtc / cashu-ts

A TypeScript library for building Cashu wallets
MIT License
58 stars 34 forks source link

raw token converters #207

Open gandlafbtc opened 6 days ago

gandlafbtc commented 6 days ago

Fixes: exposing functions for raw token format

Description

Some transport methods (like nfc) require the lowest amount of data overhead possible. This PR addresses that by externalizing the raw token format (CBOR)

Changes

PR Tasks