We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd992c commit 8963efeCopy full SHA for 8963efe
multichain/openrpc.yaml
@@ -9,10 +9,10 @@ methods:
9
paramStructure: by-name
10
params:
11
- name: scope
12
- description: a valid `scopeObject` that has been previously authorized via `provider_authorize`
+ description: a valid `scope` string that has been previously authorized via `provider_authorize`
13
required: true
14
schema:
15
- $ref: "#/components/schemas/Scope"
+ $ref: "#/components/schemas/ScopeString"
16
- name: request
17
description: an object containing a JSON-RPC request with `method` and `params`
18
deprecated: false
0 commit comments