コンテンツにスキップ

X402ExactEvmExtra

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

Defined in: src/x402/types.ts:87

Conventional shape of PaymentRequirements.extra for the exact-EVM scheme.

name and version MUST match the EIP-712 domain values used by the token (for JPYC: name = "JPY Coin", version = "1" — see JPYC_EIP712_DOMAIN_HINT). Servers may include additional fields; this interface is intentionally open via the index signature.

Indexable

[key: string]: unknown

Properties

assetTransferMethod?

readonly optional assetTransferMethod?: X402AssetTransferMethod

Defined in: src/x402/types.ts:88


name

readonly name: string

Defined in: src/x402/types.ts:89


version

readonly version: string

Defined in: src/x402/types.ts:90