Skip to content

Commit

Permalink
Changed definitions to be at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Nov 17, 2023
1 parent 5481ebe commit da0ee61
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions MIPs/mip-x.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ By implementing wallet_revokePermissions, we achieve feature parity with traditi


# Proposal

## Definitions
**Revoke**: To officially cancel or withdraw specific privileges, rights, or permissions. In the context of `wallet_revokePermissions`, revoking would entail nullifying the access granted to certain dApps or operations, such as account information retrieval via `eth_accounts`.

## Proposal Specification
The `wallet_revokePermissions` method is proposed as a new JSON-RPC feature for MetaMask, aimed at giving users more granular control over permission management. With this method, users can can revoke permissions for the specified permissions and caveats provided.

The method signature will be as follows:
Expand Down Expand Up @@ -119,6 +114,9 @@ To mitigate this risk, MetaMask could implement the following countermeasures:

**Warning and Consent**: Before executing a revoke operation, MetaMask could display an inormative alert message to users. This message could inform them of the consequences of revoking permissions and/or the specific permission(s) they are attempting to revoke.

## Definitions
**Revoke**: To officially cancel or withdraw specific privileges, rights, or permissions. In the context of `wallet_revokePermissions`, revoking would entail nullifying the access granted to certain dApps or operations, such as account information retrieval via `eth_accounts`.

## References
[wallet_revokePermissions](https://github.com/MetaMask/api-specs/pull/145)

Expand Down

0 comments on commit da0ee61

Please sign in to comment.