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

include/gleeth@commands@recover_VerificationResult.hrl

-record(verification_result, {
is_valid :: boolean(),
recovered_address :: binary()
}).