AccountBalanceInfo
type AccountBalanceInfo = { balance: number; symbol: string };
Represents either token balance or fiat balance.
type balance = number;
Represents either token symbol or fiat symbol
type symbol = string;
type AccountBalanceInfo = { balance: number; symbol: string };
Represents either token balance or fiat balance.
type balance = number;
Represents either token symbol or fiat symbol
type symbol = string;