const session: Session = { owners: { type: 'ecdsa', accounts: [sessionOwnerAccount], }, actions: [ { policies: [ { type: 'usage-limit', limit: 10n, }, ], }, ], }
Was this page helpful?