Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 382a335

Browse files
authored
update permissions api (#2334)
1 parent 0f3b35d commit 382a335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/base-docs/docs/pages/identity/smart-wallet/technical-reference/spend-permissions/coinbase-fetchpermissions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type FetchPermissionsResultItem = {
6969
createdAt: number; // UTC timestamp for when the permission was granted
7070
permissionHash: string; // hex
7171
signature: string; // hex
72-
permission: {
72+
spendPermission: {
7373
account: string; // address
7474
spender: string; // address
7575
token: string; // address
@@ -95,7 +95,7 @@ type FetchPermissionsResultItem = {
9595
- **`createdAt`**: The UTC timestamp when the permission was granted.
9696
- **`permissionHash`**: A unique hash representing the permission.
9797
- **`signature`**: The cryptographic signature for the permission.
98-
- **`permission`**:
98+
- **`spendPermission`**:
9999
- **`account`**: The address of the account granting the permission.
100100
- **`spender`**: The address of the spender receiving the permission.
101101
- **`token`**: The address of the token involved.

0 commit comments

Comments
 (0)