Header

liewhite.ethers.rpc.Header
case class Header(difficulty: HexUint, extraData: Array[Byte], gasLimit: HexUint, gasUsed: HexUint, logsBloom: Array[Byte], miner: Address, nonce: Option[HexUint], number: HexUint, parentHash: Array[Byte], receiptsRoot: Array[Byte], sha3Uncles: Array[Byte], stateRoot: Array[Byte], timestamp: HexUint, transactionsRoot: Array[Byte], hash: Array[Byte])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product