Appearance
mint.redeemEcash(notes: string)
Redeem a set of ecash notes.
import { FedimintWallet } from '@fedimint/core-web' const wallet = new FedimintWallet() wallet.open() try { await wallet.mint.redeemEcash('01...') } catch (error) { console.error('Failed to redeem ecash', error) }