CosmosChainInfo: Readonly<{
    chainId: string;
    connections?: Record<string, IBCConnectionInfo>;
    icqEnabled?: boolean;
    stakingTokens?: Readonly<{
        denom: string;
    }[]>;
}>

Info for a Cosmos-based chain.

Type declaration