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

include/gleeth@chain_Registry.hrl

-record(registry, {
chains :: gleam@dict:dict(integer(), gleeth@chain:chain_config())
}).