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

include/gleeth@ethereum@contract_Parameter.hrl

-record(parameter, {
param_type :: gleeth@ethereum@contract:param_type(),
value :: binary()
}).