Constant abstract_std::ibc_client::state::ACCOUNTS

source ยท
pub const ACCOUNTS: Map<'_, (&AccountTrace, AccountSequence, &TruncatedChainId), String>;
Expand description

(account_trace, account_sequence, chain_name) -> remote proxy 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.