コンテンツにスキップ

Eip3009Domain

このコンテンツはまだ日本語訳がありません。

Defined in: src/tokens/eip3009.ts:32

EIP-712 domain for an EIP-3009-compliant token.

name and version MUST match the values the token used when computing its DOMAIN_SEPARATOR. For JPYC see JPYC_EIP712_DOMAIN_HINT.

Properties

chainId

readonly chainId: number

Defined in: src/tokens/eip3009.ts:35


name

readonly name: string

Defined in: src/tokens/eip3009.ts:33


verifyingContract

readonly verifyingContract: `0x${string}`

Defined in: src/tokens/eip3009.ts:36


version

readonly version: string

Defined in: src/tokens/eip3009.ts:34