Ethex.Web3.Wallet (ethex v0.2.0)

View Source

Wallet

Summary

Functions

create(private_key \\ :crypto.strong_rand_bytes(32))

@spec create(binary()) :: %Ethex.Web3.Wallet{
  eth_address: term(),
  mnemonic_phrase: term(),
  private_key: term(),
  public_key: term()
}

get_private_key()