Packages

Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM

Current section

Files

Jump to
gleeth include gleeth@rpc@types_JsonRpcResponse.hrl
Raw

include/gleeth@rpc@types_JsonRpcResponse.hrl

-record(json_rpc_response, {
jsonrpc :: binary(),
id :: integer(),
result :: {ok, gleam@json:json()} |
{error, gleeth@rpc@types:json_rpc_error()}
}).