pub const ACCOUNTS: Map<(&AccountTrace, AccountSequence, &TruncatedChainId), String>;
Expand description
(account_trace, account_sequence, chain_name) -> remote account address. We use a triple instead of including AccountId since nested tuples do not behave as expected due to a bug that will be fixed in a future release.