UNPKG

@cashu/cashu-ts

Version:

cashu library for communicating with a cashu mint

3 lines (2 loc) 113 B
import { Secret } from './index'; export declare const parseP2PKSecret: (secret: string | Uint8Array) => Secret;