class EthereumLedgerConnection extends NamedLogging with AutoCloseable

Wrapper class that calls the generated methods of the generated web3j code. This class supports Sequencer.sol revisions 1.0.0 and 1.0.1.

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

Instance Constructors

  1. new EthereumLedgerConnection(conf: EthereumLedgerNodeConfig[AlreadyDeployed], nonStandardConfig: Boolean, domainManagerId: String, clock: TimeProvider, 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  12. val gasProvider: StaticGasProvider
    Attributes
    protected
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. val loggerFactory: NamedLoggerFactory
  18. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val nonceManager: NonceManager
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def readSequencerBlocksFlowable(nextBlockToRead: BlockHeight): Flowable[EthereumUnparsedBlockContents]

    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()
  25. val receiptProcessor: LessBrokenQueuingTransactionReceiptProcessor
    Attributes
    protected
  26. def registerMember(member: String)(implicit traceContext: TraceContext): Future[TransactionHash]
  27. def sendAsync(requestBytes: ByteString)(implicit traceContext: TraceContext): Future[TransactionHash]
  28. def sequencer: Sequencer
    Annotations
    @VisibleForTesting()
  29. def status: Future[SequencerDriverHealthStatus]
  30. 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
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. 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 AutoCloseable

Inherited from NamedLogging

Inherited from AnyRef

Inherited from Any

Ungrouped