You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: apps/base-docs/docs/pages/identity/smart-wallet/technical-reference/spend-permissions/coinbase-fetchpermissions.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ type FetchPermissionsResultItem = {
69
69
createdAt:number; // UTC timestamp for when the permission was granted
70
70
permissionHash:string; // hex
71
71
signature:string; // hex
72
-
permission: {
72
+
spendPermission: {
73
73
account:string; // address
74
74
spender:string; // address
75
75
token:string; // address
@@ -95,7 +95,7 @@ type FetchPermissionsResultItem = {
95
95
-**`createdAt`**: The UTC timestamp when the permission was granted.
96
96
-**`permissionHash`**: A unique hash representing the permission.
97
97
-**`signature`**: The cryptographic signature for the permission.
98
-
-**`permission`**:
98
+
-**`spendPermission`**:
99
99
-**`account`**: The address of the account granting the permission.
100
100
-**`spender`**: The address of the spender receiving the permission.
0 commit comments