Structs§
Enums§
- Account
Verification - 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
Bech32Addressof that account. - get_
derived_ accounts - Returns N derived addresses. If the
unverifiedflag 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§
- Account
Balances - List of accounts and amount of tokens they hold with different ASSET_IDs.
- Accounts
Map - A mapping between account index and the bech32 address for that account.