Skip to content

JsonRpcRequest

Defined in: packages/iso-filecoin/src/types.ts:206

optional id: null | string | number

Defined in: packages/iso-filecoin/src/types.ts:208


jsonrpc: "2.0"

Defined in: packages/iso-filecoin/src/types.ts:207


method: string

Defined in: packages/iso-filecoin/src/types.ts:212

A String containing the name of the method to be invoked. Method names that begin with the word rpc followed by a period character (U+002E or ASCII 46) are reserved for rpc-internal methods and extensions and MUST NOT be used for anything else.


optional params: JsonValue

Defined in: packages/iso-filecoin/src/types.ts:213