Interface WalletBalanceResponse

Hierarchy

  • WalletBalanceResponse

Properties

accountBalance: { [key: string]: WalletAccountBalance }

A mapping of each wallet account's name to its balance.

Type declaration

confirmedBalance: string | number

The confirmed balance of a wallet(with >= 1 confirmations)

totalBalance: string | number

The balance of the wallet

unconfirmedBalance: string | number

The unconfirmed balance of a wallet(with 0 confirmations)

Generated using TypeDoc