Skip to content

X402ExactEvmPayload

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

Scheme-specific payload body for the exact-EVM scheme using EIP-3009.

signature is the 65-byte EIP-712 signature over a TransferWithAuthorization message, produced by signTransferWithAuthorization.

Properties

authorization

readonly authorization: X402ExactEvmAuthorization

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


signature

readonly signature: `0x${string}`

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