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.
const session = toSession({ chain: base, owners: { type: 'ecdsa', accounts: [sessionOwnerAccount], }, permissions: [ { abi: erc20Abi, address: usdcAddress, functions: { transfer: { maxUses: 10n, }, }, }, ], })
Was this page helpful?