Skip to main content
Version: 11.x

Interface: BaseRequest<TMethod>

All requests/responses extends this shape

Extends

Type parameters

ParameterDefault
TMethod extends stringstring

Properties

id

optional id: RequestId

Source

packages/core/dist/rpc/envelopes.d.ts:20

Inherited from

BaseEnvelope.id


jsonrpc

optional jsonrpc: "2.0"

Source

packages/core/dist/rpc/envelopes.d.ts:21

Inherited from

BaseEnvelope.jsonrpc


method

method: TMethod

Source

packages/core/dist/rpc/envelopes.d.ts:24


Generated using TypeDoc and typedoc-plugin-markdown