API Reference eth v0.6.7

Modules

ETH

Elixir module that provides Ethereum utility functions

This module converts transaction parameters as a list or map to Ethereum Transaction map. The result map is encoded with default ethereum hex encodings for every value so you can sign and send it to any Ethereum client. It also assigns default values and calculates gas prices if not provided.

This module converts the input to a transaction map encoded with ethereum hex encodings. It can also convert the input to a transaction list if needed.

This module hashes or signs ethereum transactions provided as a transaction map or a list.