Ethex.Web3.Structs.BlockRange (Ethex v1.1.1)

View Source

Summary

Types

t()

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