Skip to main content
The domain of the EIP-712 typed data.

Properties

PropertyTypeDescription
name?stringThe name of the DApp or protocol.
version?stringThe version of the DApp or protocol.
chainId?numberThe chain ID of the EVM network.
salt?`0x${string}`The optional 32-byte 0x-prefixed hex salt for domain separation.
verifyingContract?`0x${string}`The verifying contract address.
I