The fields of an EVM address payload

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

Properties

Properties

address: string

An EVM address

chainId: number

The EVM chain ID

Generated using TypeDoc