sdk.wallet.getbalance
Home > @blaze-cardano/sdk > Wallet > getBalance
Wallet.getBalance() method
Retrieves the total available balance of the wallet, encoded in CBOR.
Signature:
abstract getBalance(): Promise<Value>;
Returns:
Promise<Value>
{Promise