Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpcx include jsonrpcx_Response.hrl
Raw

include/jsonrpcx_Response.hrl

-record(response, {
jsonrpc :: jsonrpcx:version(),
id :: jsonrpcx:id(),
result :: any()
}).