Skip to main content
Core protocol types, EIP-712 signing, encoding, network configs, and token registry.

Installation

Key Exports

EIP-712 Typed Data

Armory uses EIP-712 typed data for EIP-3009 TransferWithAuthorization 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.

Creating Authorization Messages

Network Configuration

Custom Tokens