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

include/gleeth@ethereum@types_Block.hrl

-record(block, {
number :: binary(),
hash :: binary(),
parent_hash :: binary(),
timestamp :: binary(),
gas_limit :: binary(),
gas_used :: binary(),
transactions :: list(binary())
}).