ChainAddress: {
    address: string;
    addressEncoding: "bech32" | "ethereum";
    chainId: string;
}

An address on some blockchain, e.g., cosmos, eth, etc.

Type declaration

  • address: string
  • addressEncoding: "bech32" | "ethereum"
  • chainId: string

    e.g. 1 for Ethereum, agoric-3 for Agoric, cosmoshub-4 for Cosmos