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?
readonlyoptionalassetTransferMethod?:X402AssetTransferMethod
Defined in: src/x402/types.ts:88
name
readonlyname:string
Defined in: src/x402/types.ts:89
version
readonlyversion:string
Defined in: src/x402/types.ts:90