Packages

final case class ContenthashChanged(node: Bytes32, hash: Bytes)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Event, v1.consuela.ethereum.stub.Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContenthashChanged
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Event
  7. Event
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ContenthashChanged(node: Bytes32, hash: Bytes)(metadata: Metadata, logEntry: EthLogEntry)

Value Members

  1. val hash: Bytes
  2. val logEntry: EthLogEntry
    Definition Classes
    ContenthashChanged → Event
  3. val metadata: Metadata
    Definition Classes
    ContenthashChanged → Event
  4. val node: Bytes32
  5. def sourceAddress: EthAddress
    Definition Classes
    Event