CosmosChainAccountMethods<CCI>: IcaAccountMethods & (CCI extends {
        stakingTokens: {};
    }
    ? StakingAccountActions & StakingAccountQueries
    : {})

Cosmos-specific methods to extend OrchestrationAccountI, parameterized by CosmosChainInfo.

In particular, if the chain info includes a staking token, StakingAccountActions are available.

Type Parameters