type CdpEvmAccount = Pick<EvmAccount, "address" | "signTypedData">;
Defined in: account-signers.ts:20The subset of a CDP EVM server account (EOA) required to sign x402 payments.
Derived from the SDK’s EvmAccount type so the adapter stays in sync
with the real account surface.
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.