class EthereumLedgerConnection extends NamedLogging with AutoCloseable with HasDegradationState[Warn]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EthereumLedgerConnection
  2. HasDegradationState
  3. AutoCloseable
  4. NamedLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EthereumLedgerConnection(conf: EthereumLedgerNodeConfig[AlreadyDeployed], domainManagerId: DomainTopologyManagerId, clock: Clock, loggingConfig: LoggingConfig, loggerFactory: NamedLoggerFactory, skipInitTransactions: Boolean = false)(implicit executionContext: ExecutionContext)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authorizeEthAccount(toAuthorize: String)(implicit traceContext: TraceContext): Future[TransactionHash]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def close(): Unit
    Definition Classes
    EthereumLedgerConnection → AutoCloseable
  8. val conf: EthereumLedgerNodeConfig[AlreadyDeployed]
  9. def degradationOccurred(error: Warn): Unit

    Track that the given error has occurred for the specified key

    Track that the given error has occurred for the specified key

    Definition Classes
    HasDegradationState
  10. val degradationState: AtomicReference[Option[Warn]]
    Attributes
    protected
    Definition Classes
    HasDegradationState
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. val gasProvider: StaticGasProvider
    Attributes
    protected
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getDegradationState: Option[Warn]
    Definition Classes
    HasDegradationState
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def isDegraded: Boolean
    Definition Classes
    HasDegradationState
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. val loggerFactory: NamedLoggerFactory
  21. implicit def loggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  24. val nonceManager: NonceManager
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def readSequencerBlocksFlowable(configuredOrPersistedFirstBlock: BlockHeight): Flowable[UnparsedBlockContents]

    Read sequencer related events block by block from the Ethereum ledger.

    Read sequencer related events block by block from the Ethereum ledger. The events are provided as instances of the raw web3j generated java classes. These will likely need to be converted own events however this is left to the caller as it can result in deserialization errors.

    Annotations
    @SuppressWarnings()
  28. val receiptProcessor: LessBrokenQueuingTransactionReceiptProcessor
    Attributes
    protected
  29. def registerMember(member: String)(implicit traceContext: TraceContext): Future[TransactionHash]
  30. def resolveDegradationIfExists(message: (Warn) => String): Unit
    Definition Classes
    HasDegradationState
  31. def sendAsync(submissionRequest: SubmissionRequest, protocolVersion: ProtocolVersion)(implicit traceContext: TraceContext): Future[TransactionHash]
  32. def sequencer: Sequencer
    Annotations
    @VisibleForTesting()
  33. def status: Future[SequencerHealthStatus]
  34. def submitAsync(description: String)(call: RemoteFunctionCall[TransactionReceipt])(implicit traceContext: TraceContext): Future[TransactionHash]

    Asynchronously submit a transaction to the configured ethereum node.

    Asynchronously submit a transaction to the configured ethereum node.

    description

    loggable description that will be logged with the transaction hash which can be collated to the later logging from the transaction result callback

    Attributes
    protected
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. val web3j: Web3j

Deprecated Value Members

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

Inherited from HasDegradationState[Warn]

Inherited from AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped