Skip to content

Commit

Permalink
Note which RPC methods are unavailable in MetaMask Mobile (MetaMask#143)
Browse files Browse the repository at this point in the history
* note metamask mobile rpc method availability
  • Loading branch information
rekmarks authored Jul 5, 2020
1 parent f92b038 commit ee9ead3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/guide/rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ function connect() {

### wallet_requestPermissions

::: tip Platform Availability
This RPC method is not yet available in MetaMask Mobile.
:::

#### Parameters

- `Array`
Expand Down Expand Up @@ -163,6 +167,10 @@ function requestPermissions() {

### wallet_getPermissions

::: tip Platform Availability
This RPC method is not yet available in MetaMask Mobile.
:::

#### Returns

`Web3WalletPermission[]` - An array of the caller's permissions.
Expand Down Expand Up @@ -253,6 +261,10 @@ ethereum.request({

### eth_getEncryptionPublicKey

::: tip Platform Availability
This RPC method is not yet available in MetaMask Mobile.
:::

#### Parameters

- `Array`
Expand Down Expand Up @@ -317,6 +329,10 @@ const encryptedMessage = ethUtil.bufferToHex(

### eth_decrypt

::: tip Platform Availability
This RPC method is not yet available in MetaMask Mobile.
:::

#### Parameters

- `Array`
Expand Down

0 comments on commit ee9ead3

Please sign in to comment.