jsonrpsee_core

Module params

Source
Expand description

RPC Parameters. RPC parameters.

Structsยง

ArrayParams
Parameter builder that serializes plain value parameters to a JSON compatible string. This is the equivalent of a JSON Array object [ value0, value1, .., valueN ].
BatchRequestBuilder
Request builder that serializes RPC parameters to construct a valid batch parameter. This is the equivalent of chaining multiple RPC requests.
EmptyBatchRequest
Error representing an empty batch request.
ObjectParams
Parameter builder that serializes named value parameters to a JSON compatible string. This is the equivalent of a JSON Map object { key: value }.