CosmosChainAddress: {
    chainId: string;
    encoding: "bech32" | "ethereum";
    value: string;
}

Specific to Cosmos chains

Type declaration

  • chainId: string

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

  • encoding: "bech32" | "ethereum"
  • value: string

    The address value used on-chain

for universal account identifier