UNPKG

@cashu/cashu-ts

Version:

cashu library for communicating with a cashu mint

7 lines (6 loc) 205 B
/** * Per protocol definition since tokenV3 tokens have a prefix and a version number. */ declare const TOKEN_VERSION = "A"; declare const TOKEN_PREFIX = "cashu"; export { TOKEN_VERSION, TOKEN_PREFIX };