final case class StateUpdate(finalState: EthWorldState, totalGasUsed: Unsigned256, logEntries: IndexedSeq[EthLogEntry]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StateUpdate
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StateUpdate(finalState: EthWorldState, totalGasUsed: Unsigned256, logEntries: IndexedSeq[EthLogEntry])
Value Members
- val finalState: EthWorldState
- val logEntries: IndexedSeq[EthLogEntry]
- val totalGasUsed: Unsigned256