Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpcx include jsonrpcx_Notification.hrl
Raw

include/jsonrpcx_Notification.hrl

-record(notification, {
jsonrpc :: jsonrpcx:version(),
method :: binary(),
params :: gleam@option:option(any())
}).