Hash
TypedDataDomain
The domain for an EIP-712 payload.
Properties
Property | Type | Description |
---|---|---|
chainId? | null | BigNumberish | The chain ID of the signing domain. |
name? | null | string | The human-readable name of the signing domain. |
salt? | null | BytesLike | A salt used for purposes decided by the specific domain. |
verifyingContract? | null | string | The the address of the contract that will verify the signature. |
version? | null | string | The major version of the signing domain. |
Was this page helpful?