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

include/gleeth@crypto@secp256k1_Signature.hrl

-record(signature, {r :: bitstring(), s :: bitstring(), recovery_id :: integer()}).