Appearance
balance.getBalance()
Get the current balance of the wallet in milli-satoshis (MSats).
import { FedimintWallet } from '@fedimint/core-web' const wallet = new FedimintWallet() await wallet.open() const mSats = await wallet.balance.getBalance() // 1000 mSats = 1 satoshi