Installation
Key Exports
EIP-712 Typed Data
Armory uses EIP-712 typed data for EIP-3009TransferWithAuthorization signatures. The types are defined as:
Important: The
nonce field MUST be a bytes32 hex string (e.g., 0x0000000000000000000000000000000000000000000000000000000000000001), not a number or BigInt. This matches the x402 specification for signature compatibility with Coinbase SDKs.