Class

org.zuinnote.spark.ethereum.model

EthereumBlockHeader

Related Doc: package model

Permalink

final case class EthereumBlockHeader(parentHash: Array[Byte], uncleHash: Array[Byte], coinBase: Array[Byte], stateRoot: Array[Byte], txTrieRoot: Array[Byte], receiptTrieRoot: Array[Byte], logsBloom: Array[Byte], difficulty: Array[Byte], timestamp: Long, number: Long, gasLimit: Long, gasUsed: Long, mixHash: Array[Byte], extraData: Array[Byte], nonce: Array[Byte]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthereumBlockHeader
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EthereumBlockHeader(parentHash: Array[Byte], uncleHash: Array[Byte], coinBase: Array[Byte], stateRoot: Array[Byte], txTrieRoot: Array[Byte], receiptTrieRoot: Array[Byte], logsBloom: Array[Byte], difficulty: Array[Byte], timestamp: Long, number: Long, gasLimit: Long, gasUsed: Long, mixHash: Array[Byte], extraData: Array[Byte], nonce: Array[Byte])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val coinBase: Array[Byte]

    Permalink
  7. val difficulty: Array[Byte]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. val extraData: Array[Byte]

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val gasLimit: Long

    Permalink
  12. val gasUsed: Long

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val logsBloom: Array[Byte]

    Permalink
  16. val mixHash: Array[Byte]

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. val nonce: Array[Byte]

    Permalink
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. val number: Long

    Permalink
  22. val parentHash: Array[Byte]

    Permalink
  23. val receiptTrieRoot: Array[Byte]

    Permalink
  24. val stateRoot: Array[Byte]

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. val timestamp: Long

    Permalink
  27. val txTrieRoot: Array[Byte]

    Permalink
  28. val uncleHash: Array[Byte]

    Permalink
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped