UNPKG

@cashu/cashu-ts

Version:

cashu library for communicating with a cashu mint

11 lines (8 loc) 287 B
# <a href="/">Documents</a> › [Wallet Events](../wallet_events/wallet_events.md) › **Grouped Cancellers** # Grouped cancellers ```ts const cancelAll = wallet.on.group(); cancelAll.add(wallet.on.mintQuoteUpdates(ids, onMint, onErr)); cancelAll(); // safe to call multiple times ```