JSONRPC2 v2.0.0 JSONRPC2.Request View Source
JSON-RPC 2.0 Request object utilites.
Link to this section Summary
Functions
Returns a map representing the JSON-RPC2.0 request object for request
.
Returns a serialized request
using serializer
.
Link to this section Types
Specs
request() :: {JSONRPC2.method(), JSONRPC2.params()} | {JSONRPC2.method(), JSONRPC2.params(), JSONRPC2.id()}
Link to this section Functions
Specs
Returns a map representing the JSON-RPC2.0 request object for request
.
Specs
Returns a serialized request
using serializer
.
See the README for more information on serializers.