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

include/gleeth@chain_ChainConfig.hrl

-record(chain_config, {
id :: integer(),
name :: binary(),
rpc_url :: binary(),
explorer_url :: binary(),
native_currency :: binary(),
testnet :: boolean()
}).