Packages

final class AsyncRegistrar extends Publisher[Event]

Linear Supertypes
Publisher[Event], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncRegistrar
  2. Publisher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncRegistrar(contractAddress: EthAddress)(implicit scontext: Context)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def address: EthAddress
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val chainId: Option[EthChainId]
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val contractAddress: EthAddress
  9. implicit val econtext: ExecutionContext
  10. implicit val efactory: Factory
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val eventConfirmations: Int
  14. val gasLimitTweak: v1.consuela.ethereum.stub.MarkupOrOverride
  15. val gasPriceTweak: v1.consuela.ethereum.stub.MarkupOrOverride
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val httpTimeout: Duration
  19. implicit val icontext: Context
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val onTransactionSubmitted: (Try[EthHash]) ⇒ Unit
  25. val pollPeriod: Duration
  26. val pollTimeout: Duration
  27. implicit val poller: Poller
  28. implicit val scheduler: Scheduler
  29. def subscribe(subscriber: Subscriber[_ >: Event]): Unit
    Definition Classes
    AsyncRegistrar → Publisher
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val transactionApprover: TransactionApprover
  33. val transactionLogger: TransactionLogger
  34. val txn: transaction.type
  35. val view: constant.type
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. object constant
  40. object transaction

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Publisher[Event]

Inherited from AnyRef

Inherited from Any

Ungrouped