The domain for an EIP-712 payload.

Properties

PropertyTypeDescription
chainId?null | BigNumberishThe chain ID of the signing domain.
name?null | stringThe human-readable name of the signing domain.
salt?null | BytesLikeA salt used for purposes decided by the specific domain.
verifyingContract?null | stringThe the address of the contract that will verify the signature.
version?null | stringThe major version of the signing domain.