|
|
|
@ -4,6 +4,8 @@ defmodule EthereumJSONRPC.Block do |
|
|
|
|
and [`eth_getBlockByNumber`](https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_getblockbynumber). |
|
|
|
|
""" |
|
|
|
|
|
|
|
|
|
require Logger |
|
|
|
|
|
|
|
|
|
import EthereumJSONRPC, only: [quantity_to_integer: 1, timestamp_to_datetime: 1] |
|
|
|
|
|
|
|
|
|
alias EthereumJSONRPC.{Transactions, Uncles} |
|
|
|
|