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

include/gleeth@cli_GetLogs.hrl

-record(get_logs, {
from_block :: binary(),
to_block :: binary(),
address :: binary(),
topics :: list(binary())
}).