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_JsonRpcError.hrl
Raw

include/gleeth@rpc@types_JsonRpcError.hrl

-record(json_rpc_error, {
code :: integer(),
message :: binary(),
data :: gleam@json:json()
}).