File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -108,17 +108,14 @@ The `ethereum` global available to Snaps has fewer capabilities than `window.eth
108
108
Snaps can only use it to make read requests, not to write to the blockchain or initiate transactions.
109
109
Snaps can call all Wallet JSON-RPC API methods ** except** the following:
110
110
111
- - [ ` wallet_requestSnaps ` ] ( ../../reference/wallet-api-for-snaps.md#wallet_requestsnaps )
112
111
- [ ` wallet_requestPermissions ` ] ( /wallet/reference/json-rpc-methods/wallet_requestpermissions )
113
112
- [ ` wallet_revokePermissions ` ] ( /wallet/reference/json-rpc-methods/wallet_revokepermissions )
114
113
- [ ` wallet_addEthereumChain ` ] ( /wallet/reference/json-rpc-methods/wallet_addethereumchain )
115
114
- [ ` wallet_switchEthereumChain ` ] ( /wallet/reference/json-rpc-methods/wallet_switchethereumchain )
116
115
- [ ` wallet_watchAsset ` ] ( /wallet/reference/json-rpc-methods/wallet_watchasset )
117
116
- [ ` wallet_registerOnboarding ` ] ( /wallet/reference/json-rpc-methods/wallet_registeronboarding )
118
117
- [ ` wallet_scanQRCode ` ] ( /wallet/reference/json-rpc-methods/wallet_scanqrcode )
119
- - [ ` eth_sendRawTransaction ` ] ( /wallet/reference/json-rpc-methods/eth_sendrawtransaction )
120
118
- [ ` eth_sendTransaction ` ] ( /wallet/reference/json-rpc-methods/eth_sendtransaction )
121
- - [ ` eth_signTypedData_v4 ` ] ( /wallet/reference/json-rpc-methods/eth_signtypeddata_v4 )
122
119
- [ ` eth_decrypt ` ] ( /wallet/reference/json-rpc-methods/eth_decrypt )
123
120
- [ ` eth_getEncryptionPublicKey ` ] ( /wallet/reference/json-rpc-methods/eth_getencryptionpublickey )
124
121
You can’t perform that action at this time.
0 commit comments