JSONRPC2 v1.1.1 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
Link to this type
request()
View Source
request() :: {JSONRPC2.method(), JSONRPC2.params()} | {JSONRPC2.method(), JSONRPC2.params(), JSONRPC2.id()}
Link to this section Functions
Returns a map representing the JSON-RPC2.0 request object for request
.
Returns a serialized request
using serializer
.
See the README for more information on serializers.