JsonRpcRequest
Defined in: packages/iso-filecoin/src/types.ts:206
Properties
Section titled “Properties”
optional
id:null
|string
|number
Defined in: packages/iso-filecoin/src/types.ts:208
jsonrpc
Section titled “jsonrpc”jsonrpc:
"2.0"
Defined in: packages/iso-filecoin/src/types.ts:207
method
Section titled “method”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.
params?
Section titled “params?”
optional
params:JsonValue
Defined in: packages/iso-filecoin/src/types.ts:213