c
com.mchange.sc.v1.consuela.ethereum
EthTransactionReceipt
Companion object EthTransactionReceipt
final case class EthTransactionReceipt(postTransactionState: EthHash, gasUsed: Unsigned256, logsBloom: EthLogBloom, logEntries: Seq[EthLogEntry]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EthTransactionReceipt
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EthTransactionReceipt(postTransactionState: EthHash, gasUsed: Unsigned256, logsBloom: EthLogBloom, logEntries: Seq[EthLogEntry])
Value Members
- val gasUsed: Unsigned256
- def isInvalid: Boolean
- lazy val isValid: Boolean
- val logEntries: Seq[EthLogEntry]
- val logsBloom: EthLogBloom
- val postTransactionState: EthHash