Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/sdk/pnp/android/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -636,16 +636,17 @@ The `request` method facilitates the use of templated transaction screens for si
Upon successful completion, you can retrieve the signature for the request using the
`getSignResponse` static method.

Please check the list of [JSON RPC methods](docs.metamask.io/wallet/reference/json-rpc-api/), noting
that the request method currently supports only the signing methods.
Please check the list of
[JSON RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/), noting that the request
method currently supports only the signing methods.

### Arguments

| Arguments | Description |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `chainConifg` | Defines the chain to be used for signature request. |
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](<[https://docs.metamask.io/wallet/reference/json-rpc-api/](https://docs.metamask.io/wallet/reference/json-rpc-api/)>) to know more. |
| Arguments | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `chainConifg` | Defines the chain to be used for signature request. |
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) to know more. |

### Usage

Expand Down
5 changes: 3 additions & 2 deletions docs/sdk/pnp/flutter/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,9 @@ The `request` method facilitates the use of templated transaction screens for si
Upon successful completion, you can retrieve the signature for the request using the
`getSignResponse` static method.

Please check the list of [JSON RPC methods](docs.metamask.io/wallet/reference/json-rpc-api/), noting
that the request method currently supports only the signing methods.
Please check the list of
[JSON RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/), noting that the request
method currently supports only the signing methods.

### Arguments

Expand Down
10 changes: 5 additions & 5 deletions docs/sdk/pnp/ios/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,11 @@ method currently supports only the signing methods.

### Arguments

| Arguments | Description |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `chainConfig` | Defines the chain to be used for signature. |
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](<[https://docs.metamask.io/wallet/reference/json-rpc-api/](https://docs.metamask.io/wallet/reference/json-rpc-api/)>) to know more. |
| Arguments | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `chainConfig` | Defines the chain to be used for signature. |
| `method` | JSON RPC method name in `String`. Currently, the request method only supports the singing methods. |
| `requestParams` | Parameters for the corresponding method. The parameters should be in the list and correct sequence. Take a look at [RPC methods](https://docs.metamask.io/wallet/reference/json-rpc-api/) to know more. |

### Usage

Expand Down
18 changes: 9 additions & 9 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,23 +710,23 @@ const sidebars: SidebarsConfig = {
type: "category",
label: "Plug and Play Android SDK",
items: [
"migration-guides/android-v4-to-v5",
"migration-guides/android-v5-to-v6",
"migration-guides/android-v6-to-v6.1",
"migration-guides/android-v7.1.1-to-v7.1.2",
"migration-guides/android-v7.1.2-to-v7.2",
"migration-guides/android-v7.2-to-v7.3",
"migration-guides/android-v7.1.2-to-v7.2",
"migration-guides/android-v7.1.1-to-v7.1.2",
"migration-guides/android-v6-to-v6.1",
"migration-guides/android-v5-to-v6",
"migration-guides/android-v4-to-v5",
],
},
{
type: "category",
label: "Plug and Play iOS SDK",
items: [
"migration-guides/ios-v6-to-v7",
"migration-guides/ios-v7-to-v8",
"migration-guides/ios-v8-to-v8.1",
"migration-guides/ios-v8.1-to-v8.2",
"migration-guides/ios-v8.2-to-v8.3",
"migration-guides/ios-v8.1-to-v8.2",
"migration-guides/ios-v8-to-v8.1",
"migration-guides/ios-v7-to-v8",
"migration-guides/ios-v6-to-v7",
],
},
{
Expand Down