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: BigInteger, numberRaw: Array[Byte], gasLimit: BigInteger, gasLimitRaw: Array[Byte], gasUsed: BigInteger, gasUsedRaw: Array[Byte], 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: BigInteger, numberRaw: Array[Byte], gasLimit: BigInteger, gasLimitRaw: Array[Byte], gasUsed: BigInteger, gasUsedRaw: Array[Byte], 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: BigInteger

    Permalink
  12. val gasLimitRaw: Array[Byte]

    Permalink
  13. val gasUsed: BigInteger

    Permalink
  14. val gasUsedRaw: Array[Byte]

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

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

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

    Permalink
  18. val mixHash: Array[Byte]

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

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

    Permalink
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. val number: BigInteger

    Permalink
  24. val numberRaw: Array[Byte]

    Permalink
  25. val parentHash: Array[Byte]

    Permalink
  26. val receiptTrieRoot: Array[Byte]

    Permalink
  27. val stateRoot: Array[Byte]

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

    Permalink
    Definition Classes
    AnyRef
  29. val timestamp: Long

    Permalink
  30. val txTrieRoot: Array[Byte]

    Permalink
  31. val uncleHash: Array[Byte]

    Permalink
  32. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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