The fields of an EVM address payload

interface EvmAddressFields {
    address: string;
    chainId: number;
}

Hierarchy

  • EvmAddressFields

    Properties

    Properties

    address: string

    An EVM address

    chainId: number

    The EVM chain ID

    Generated using TypeDoc