ETH.Query (eth v0.6.7) View Source

Link to this section Summary

Link to this section Functions

Link to this function

call(call_params, state \\ "latest")

View Source
Link to this function

call!(call_params, state \\ "latest")

View Source
Link to this function

convert_block_details(result)

View Source
Link to this function

convert_transaction_details(transaction)

View Source
Link to this function

convert_transaction_log(log)

View Source
Link to this function

estimate_gas(transaction \\ %{data: ""}, denomination \\ :wei)

View Source
Link to this function

estimate_gas!(transaction \\ %{data: ""}, denomaination \\ :wei)

View Source
Link to this function

get_balance(param, denomination \\ :ether, state \\ "latest")

View Source
Link to this function

get_balance!(param, denomination \\ :ether, state \\ "latest")

View Source
Link to this function

get_block!(block_number)

View Source