Constructors

Properties

chainId: number

The chain ID.

name?: string

The user readable name of signing domain, i.e. the name of the DApp or the protocol..

salt?: string

An disambiguating salt for the protocol. This can be used as a domain separator of last resort.

verifyingContract?: string

The address of the contract that will verify the signature. The user-agent may do contract specific phishing prevention.

version?: string

The current major version of the signing domain. Signatures from different versions are not compatible.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]