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: { spendingLimit: { token: usdcAddress, amount: parseUnits('10', 6), }, }, }, }, ], })
Was this page helpful?