final case class Removed(logIndex: Unsigned256, transactionIndex: Unsigned256, transactionHash: EthHash, blockHash: EthHash, blockNumber: Unsigned256, ethLogEntry: EthLogEntry) extends Log with Full with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Removed
- Serializable
- Serializable
- Product
- Equals
- Full
- Log
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Removed(logIndex: Unsigned256, transactionIndex: Unsigned256, transactionHash: EthHash, blockHash: EthHash, blockNumber: Unsigned256, ethLogEntry: EthLogEntry)
Value Members
- val blockHash: EthHash
- val blockNumber: Unsigned256
- val ethLogEntry: EthLogEntry
- val logIndex: Unsigned256
- val transactionHash: EthHash
- val transactionIndex: Unsigned256