the mint url to mint the proofs from
a callback that mints and returns the new proofs for the paid quote
Optionaloptions: { couch?: Couch; getCashuWallet?: CashuWalletProvider; wallet?: Wallet }Optionalcouch?: Couchoptional couch interface for temporarily storing the minted token
OptionalgetCashuWallet?: CashuWalletProvideroptional provider returning a cached cashu Wallet for a mint
Optionalwallet?: Walletoptional pre-loaded cashu Wallet for the mint
A method-agnostic action that mints new proofs from a paid mint quote and adds them to the wallet. The
mintProofscallback performs the payment-method-specific mint call (bolt11, bolt12, onchain, …) against the loaded cashu Wallet; everything else (couch safety + token/history bookkeeping) is shared. MintTokens is the bolt11 wrapper over this action.