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

include/gleeth@commands@recover_RecoverOptions.hrl

-record(recover_options, {
message :: binary(),
signature :: binary(),
recovery_mode :: gleeth@commands@recover:recovery_mode(),
format :: gleeth@commands@recover:output_format()
}).