Packages

object EthBlock extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthBlock
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Header(parentHash: EthHash, ommersHash: EthHash, coinbase: EthAddress, stateRoot: EthHash, transactionRoot: EthHash, receiptsRoot: EthHash, logsBloom: EthLogBloom, difficulty: Unsigned256, number: Unsigned256, gasLimit: Unsigned256, gasUsed: Unsigned256, timestamp: Unsigned256, extraData: ByteSeqMax1024, mixHash: EthHash = AllZeroesEthHash, nonce: Unsigned64 = Unsigned64(0)) extends Product with Serializable

Value Members

  1. val Genesis: EthBlock
  2. object Header extends Serializable