Packages

c

io.horizen.account.state.receipt

EthereumReceipt

case class EthereumReceipt(consensusDataReceipt: EthereumConsensusDataReceipt, transactionHash: Array[Byte], transactionIndex: Int, blockHash: Array[Byte], blockNumber: Int, gasUsed: BigInteger, contractAddress: Option[Address]) extends BytesSerializable with Product with Serializable

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

Instance Constructors

  1. new EthereumReceipt(consensusDataReceipt: EthereumConsensusDataReceipt, transactionHash: Array[Byte], transactionIndex: Int, blockHash: Array[Byte], blockNumber: Int, gasUsed: BigInteger, contractAddress: Option[Address])

Type Members

  1. type M = EthereumReceipt
    Definition Classes
    EthereumReceipt → BytesSerializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val blockHash: Array[Byte]
  6. val blockNumber: Int
  7. def bytes: Array[Byte]
    Definition Classes
    BytesSerializable
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val consensusDataReceipt: EthereumConsensusDataReceipt
  10. val contractAddress: Option[Address]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    EthereumReceipt → Equals → AnyRef → Any
  13. val gasUsed: BigInteger
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    EthereumReceipt → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def serializer: SparkzSerializer[EthereumReceipt]
    Definition Classes
    EthereumReceipt → BytesSerializable
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    EthereumReceipt → AnyRef → Any
  23. val transactionHash: Array[Byte]
  24. val transactionIndex: Int
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from BytesSerializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped