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@batch_BatchRequest.hrl
Raw

include/gleeth@rpc@batch_BatchRequest.hrl

-record(batch_request, {
method :: binary(),
params :: list(gleam@json:json()),
id :: integer()
}).