Expand description
RPC Parameters. RPC parameters.
Structsยง
- Array
Params - Parameter builder that serializes plain value parameters to a JSON compatible string.
This is the equivalent of a JSON Array object
[ value0, value1, .., valueN ]
. - Batch
Request Builder - Request builder that serializes RPC parameters to construct a valid batch parameter. This is the equivalent of chaining multiple RPC requests.
- Empty
Batch Request - Error representing an empty batch request.
- Object
Params - Parameter builder that serializes named value parameters to a JSON compatible string.
This is the equivalent of a JSON Map object
{ key: value }
.