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
|`method`| JSON RPC method name in `String`. Currently, the request method only supports the signing methods. |
25
25
|`requestParams`| Parameters for the corresponding method, in the correct sequence. See [JSON-RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) for details. |
26
-
|`path?`| Path in the wallet WebView. Defaults to `"wallet/request"`. |
27
-
|`appState?`| Optional app state string to be passed through the request flow. |
26
+
|`path?`| Path in the wallet WebView. Defaults to `"wallet/request"`. |
27
+
|`appState?`| Optional app state string to be passed through the request flow. |
|`path?`| Path to navigate to in the wallet UI. Defaults to `"wallet"`. You can use `"wallet/transactions"`, `"wallet/nfts"`, etc. for specific wallet screens. |
0 commit comments