An address value

Category

Elementary types

Hierarchy

  • AddressValue

Properties

interpretations: {
    contractClass?: ContractType;
    ensName?: StringValueInfo;
}

Type declaration

kind: "value"
value: {
    asAddress: string;
    rawAsHex?: string;
}

Type declaration

  • asAddress: string

    has leading "0x" and is checksum-cased

  • Optional rawAsHex?: string

    just a hex string, so no checksum

Generated using TypeDoc