Packages

final class AsyncResolver extends Publisher[Event]

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

Instance Constructors

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

Value Members

  1. def address: EthAddress
  2. val chainId: Option[EthChainId]
  3. val contractAddress: EthAddress
  4. implicit val econtext: ExecutionContext
  5. implicit val efactory: Factory
  6. val eventConfirmations: Int
  7. val gasLimitTweak: v1.consuela.ethereum.stub.MarkupOrOverride
  8. val gasPriceTweak: v1.consuela.ethereum.stub.MarkupOrOverride
  9. val httpTimeout: Duration
  10. implicit val icontext: Context
  11. val onTransactionSubmitted: (Try[EthHash]) ⇒ Unit
  12. val pollPeriod: Duration
  13. val pollTimeout: Duration
  14. implicit val poller: Poller
  15. implicit val scheduler: Scheduler
  16. def subscribe(subscriber: Subscriber[_ >: Event]): Unit
    Definition Classes
    AsyncResolver → Publisher
  17. val transactionApprover: TransactionApprover
  18. val transactionLogger: TransactionLogger
  19. val txn: transaction.type
  20. val view: constant.type
  21. object constant
  22. object transaction