CosmosChainAddress: {
    chainId: string;
    encoding: "bech32";
    value: Bech32Address;
}

Specific to Cosmos chains

Type declaration

  • chainId: string

    Within the Cosmos ecosystem. e.g. `agoric-3' or 'cosmoshub-4'

  • encoding: "bech32"
  • value: Bech32Address

    The address value used on-chain

for universal account identifier