Skip to main content
Version: Next

wallet.cip30interface.getbalance

Home > @blaze-cardano/wallet > CIP30Interface > getBalance

CIP30Interface.getBalance() method

Retrieves the total available balance of the wallet, encoded in CBOR.

Signature:

getBalance(): Promise<string>;

Returns:

Promise<string>

{Promise} - The balance of the wallet.