Skip to content
Closed
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
16 changes: 11 additions & 5 deletions multichain/openrpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,29 +644,35 @@ components:
- notifications
- methods
properties:
scopes:
references:
description: references that are associated with this Scope - primarily used for shorthand when other parameters would otherwise be repeatitive. Only supported in requests.
type: array
items:
$ref: "#/components/schemas/ScopeString"
methods:
description: Methods that the wallet must support in order to be used with this provider.
description: Methods that are associated with the Scope. Supported in both requests & responses.
type: array
items:
type: string
notifications:
description: Notifications that the wallet must support in order to be used with this provider.
description: Notifications that are associated with the Scope. Supported in both requests & responses.
type: array
items:
type: string
accounts:
description: Accounts associated with the Scope. Supported in both requests & responses.
type: array
items:
type: string
rpcEndpoints:
description: JSON-RPC endpoints for this namespace.
description: JSON-RPC endpoints for this namespace. This parameter is not supported.
type: array
items:
type: string
format: uri
rpcDocuments:
type: array
description: OpenRPC documents that define RPC methods in which to anchor the methods authorized in a CAIP-25 interaction.
description: OpenRPC documents that define RPC methods in which to anchor the methods authorized in a CAIP-25 interaction. This parameter is not supported.
items:
type: string
format: uri
Loading