コンテンツにスキップ

Eip3009Domain

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

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

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:27


name

readonly name: string

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


verifyingContract

readonly verifyingContract: `0x${string}`

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


version

readonly version: string

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