Packages

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
Serializable, Serializable, Product, Equals, Full, Log, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Removed
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Full
  7. Log
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Removed(logIndex: Unsigned256, transactionIndex: Unsigned256, transactionHash: EthHash, blockHash: EthHash, blockNumber: Unsigned256, ethLogEntry: EthLogEntry)

Value Members

  1. val blockHash: EthHash
    Definition Classes
    RemovedFull
  2. val blockNumber: Unsigned256
    Definition Classes
    RemovedFull
  3. val ethLogEntry: EthLogEntry
    Definition Classes
    RemovedFullLog
  4. val logIndex: Unsigned256
    Definition Classes
    RemovedFull
  5. val transactionHash: EthHash
    Definition Classes
    RemovedFull
  6. val transactionIndex: Unsigned256
    Definition Classes
    RemovedFull