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

include/gleeth@crypto@wallet_Wallet.hrl

-record(wallet, {
private_key :: gleeth@crypto@secp256k1:private_key(),
public_key :: gleeth@crypto@secp256k1:public_key(),
address :: gleeth@crypto@secp256k1:ethereum_address()
}).