ditto/packages/cashu/mod.ts

9 lines
240 B
TypeScript

export {
getLastRedeemedNutzap,
getMintsToProofs,
getTransactions,
getWallet,
organizeProofs,
validateAndParseWallet,
} from './cashu.ts';
export { proofSchema, tokenEventSchema, type Wallet, walletSchema } from './schemas.ts';