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

include/gleeth@provider_Provider.hrl

-record(provider, {
rpc_url :: binary(),
chain_id :: gleam@option:option(integer())
}).