Interface: Request<TMethod, TParams>
All requests/responses extends this shape
Extends
BaseRequest
<TMethod
>
Type parameters
Parameter | Default |
---|---|
TMethod extends string | string |
TParams | unknown |
Properties
id
optional
id:RequestId
Source
packages/core/dist/rpc/envelopes.d.ts:20
Inherited from
jsonrpc
optional
jsonrpc:"2.0"
Source
packages/core/dist/rpc/envelopes.d.ts:21
Inherited from
method
method:
TMethod
Source
packages/core/dist/rpc/envelopes.d.ts:24
Inherited from
params
params:
TParams
Source
packages/core/dist/rpc/envelopes.d.ts:27
Generated using TypeDoc and typedoc-plugin-markdown