Type alias CosmosChainInfo
CosmosChainInfo: { allowedMessages: TypeUrl[]; allowedQueries: TypeUrl[]; chainId: string; connections: MapStore<string, IBCConnectionInfo>; ibcHooksEnabled: boolean; icaEnabled: boolean; icqEnabled: boolean; pfmEnabled: boolean; } Type declaration
allowedMessages: TypeUrl[]
allowedQueries: TypeUrl[]
chainId: string
ibcHooksEnabled: boolean
icaEnabled: boolean
icqEnabled: boolean
pfmEnabled: boolean
Info for a Cosmos-based chain.