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
Copy file name to clipboardExpand all lines: delegation-toolkit/concepts/advanced-permissions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Dapps can use this method to request a wallet to grant the dapp permission to ex
24
24
Common signer implementations include wallet signers, single key and multisig signers, and account signers.
25
25
26
26
Smart Accounts Kit supports multiple signer types. The documentation uses [an account signer](../guides/advanced-permissions/execute-on-metamask-users-behalf.md) as a common implementation example.
27
-
When you use an account signer, a session account is created solely to request and redeem Advanced Permissions, and doesn't contain tokens
27
+
When you use an account signer, a session account is created solely to request and redeem Advanced Permissions, and doesn't contain tokens.
28
28
The session account can be granted with permissions and redeem them as specified in [ERC-7710](https://eips.ethereum.org/EIPS/eip-7710).
29
29
The session account can be a smart account or an externally owned account (EOA).
0 commit comments