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

include/gleeth@commands@recover_CandidatesResult.hrl

-record(candidates_result, {
public_keys :: list(binary()),
addresses :: list(binary()),
recovery_ids :: list(integer())
}).