Interface BalanceList

List of balances in all accounts.

Hierarchy

  • BalanceList

Properties

balances?: BalanceData[]

The main list for VND currency.

internationalBalances?: BalanceData[]

The main list for other currencies (USD, Yen, ...)

currencyEquivalent: string

Currency exchange (I think so).

totalBalance: string

Your account's total balance.

Generated using TypeDoc