Module balance

Source

Structs§

Balance

Enums§

AccountVerification
Whether to verify cached accounts or not.

Functions§

cli
collect_accounts_with_verification
Return a map of accounts after desired verification applied in a map where each key is account index and each value is the Bech32Address of that account.
get_derived_accounts
Returns N derived addresses. If the unverified flag is set, it will not verify the addresses and will use the cached ones.
print_account_balances
Print collected account balances for each asset type.

Type Aliases§

AccountBalances
List of accounts and amount of tokens they hold with different ASSET_IDs.
AccountsMap
A mapping between account index and the bech32 address for that account.