Skip to content

Commit 6ba401b

Browse files
committed
minor edits
1 parent 411af6f commit 6ba401b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

delegation-toolkit/concepts/erc7715.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ This feature requires [MetaMask Flask 12.14.2](/snaps/get-started/install-flask)
1818

1919
## ERC-7715 technical overview
2020

21-
[ERC-7715](https://eips.ethereum.org/EIPS/eip-7715) defines a JSON-RPC method `wallet_grantPermissions`. Dapps can use this method to request a wallet to grant the dapp permission to execute transactions on a user's behalf.
22-
`wallet_grantPermissions` includes a `signer` parameter, which identifies the entity requesting or managing the permission.
21+
[ERC-7715](https://eips.ethereum.org/EIPS/eip-7715) defines a JSON-RPC method `wallet_grantPermissions`.
22+
Dapps can use this method to request a wallet to grant the dapp permission to execute transactions on a user's behalf.
23+
`wallet_grantPermissions` requires a `signer` parameter, which identifies the entity requesting or managing the permission.
2324
Common signer implementations include wallet signers, single key and multisig signers, and account signers.
2425

2526
The Delegation Toolkit's implementation uses an account signer.
2627
A session account is created and used for the single purpose of requesting and redeeming ERC-7715 permissions, and does not contain tokens.
27-
The account can be granted with permissions and redeem them as specified in [ERC-7710](https://eips.ethereum.org/EIPS/eip-7710).
28-
The account can be a smart account or an externally owned account (EOA).
29-
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+
The session account can be a smart account or an externally owned account (EOA).
3030

3131
The MetaMask user that the session account requests permissions from must be upgraded to a [MetaMask smart account](smart-accounts.md).
3232

0 commit comments

Comments
 (0)