Ethex.Web3.Structs.BlockRange (ethex v0.2.0)

View Source

Summary

Types

t()

@type t() :: %Ethex.Web3.Structs.BlockRange{
  from_block: pos_integer(),
  to_block: pos_integer()
}