ETH (eth v0.6.7) View Source
Elixir module that provides Ethereum utility functions
Link to this section Summary
Functions
In order to use most of the functions in this library you need to be connected to an ethereum node. This could be your own self-hosted node running locally or a public proxy.
Link to this section Functions
In order to use most of the functions in this library you need to be connected to an ethereum node. This could be your own self-hosted node running locally or a public proxy.
Examples
iex> ETH.block_number
46080211
See ETH.Query.call/1
.
See ETH.Query.call/2
.
See ETH.Query.call!/1
.
See ETH.Query.call!/2
.
See ETH.Utils.convert/2
.
See ETH.Utils.decode16/1
.
See ETH.Utils.encode16/1
.
Link to this function
send_transaction(sender_wallet, receiver_wallet, value_or_params, private_key)
View Source
Link to this function
send_transaction!(sender_wallet, receiver_wallet, value_or_params)
View Source
Link to this function
send_transaction!(sender_wallet, receiver_wallet, value_or_params, private_key)
View SourceSee ETH.Query.syncing/0
.
See ETH.Query.syncing!/0
.