mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
remove getTransactions function and replace it with renderTransaction function (all tests updated)
3 lines
276 B
TypeScript
3 lines
276 B
TypeScript
export { getLastRedeemedNutzap, getMintsToProofs, getWallet, organizeProofs, validateAndParseWallet } from './cashu.ts';
|
|
export { proofSchema, tokenEventSchema, type Wallet, walletSchema } from './schemas.ts';
|
|
export { renderTransaction, type Transaction } from './views.ts';
|