Packages

final case class AuthorisationChanged(node: Bytes32, owner: Address, target: Address, isAuthorised: Bool)(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. AuthorisationChanged
  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 AuthorisationChanged(node: Bytes32, owner: Address, target: Address, isAuthorised: Bool)(metadata: Metadata, logEntry: EthLogEntry)

Value Members

  1. val isAuthorised: Bool
  2. val logEntry: EthLogEntry
    Definition Classes
    AuthorisationChanged → Event
  3. val metadata: Metadata
    Definition Classes
    AuthorisationChanged → Event
  4. val node: Bytes32
  5. val owner: Address
  6. def sourceAddress: EthAddress
    Definition Classes
    Event
  7. val target: Address