CosmosChainInfo: {
    allowedMessages: TypeUrl[];
    allowedQueries: TypeUrl[];
    chainId: string;
    connections: MapStore<string, IBCConnectionInfo>;
    ibcHooksEnabled: boolean;
    icaEnabled: boolean;
    icqEnabled: boolean;
    pfmEnabled: boolean;
}

Info for a Cosmos-based chain.

Type declaration

  • allowedMessages: TypeUrl[]
  • allowedQueries: TypeUrl[]
  • chainId: string
  • connections: MapStore<string, IBCConnectionInfo>
  • ibcHooksEnabled: boolean
  • icaEnabled: boolean
  • icqEnabled: boolean
  • pfmEnabled: boolean