Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type WalletConfig = | { type: "eoa"; accountName?: string; } | { type: "smart"; accountName?: string; ownerAccountName: string; };
{ type: "eoa"; accountName?: string; }
type: "eoa";
type
optional accountName: string;
"x402-client-wallet-1"
{ type: "smart"; accountName?: string; ownerAccountName: string; }
type: "smart";
ownerAccountName: string;
"smart"
Was this page helpful?