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
Ordering
- Alphabetic
- By Inheritance
Inherited
- EthereumReceipt
- Product
- Equals
- BytesSerializable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EthereumReceipt(consensusDataReceipt: EthereumConsensusDataReceipt, transactionHash: Array[Byte], transactionIndex: Int, blockHash: Array[Byte], blockNumber: Int, gasUsed: BigInteger, contractAddress: Option[Address])
Type Members
-
type
M = EthereumReceipt
- Definition Classes
- EthereumReceipt → BytesSerializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blockHash: Array[Byte]
- val blockNumber: Int
-
def
bytes: Array[Byte]
- Definition Classes
- BytesSerializable
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val consensusDataReceipt: EthereumConsensusDataReceipt
- val contractAddress: Option[Address]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- EthereumReceipt → Equals → AnyRef → Any
- val gasUsed: BigInteger
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- EthereumReceipt → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
serializer: SparkzSerializer[EthereumReceipt]
- Definition Classes
- EthereumReceipt → BytesSerializable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- EthereumReceipt → AnyRef → Any
- val transactionHash: Array[Byte]
- val transactionIndex: Int
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated