c

com.digitalasset.canton.domain.sequencing.sequencer.ethereum

RawTransactionManagerWithNonceManager

class RawTransactionManagerWithNonceManager extends RawTransactionManager with NamedLogging

Same as RawTransactionManager except 1. that the nonces are managed by the given NonceManager 2. we signal to the nonce manager when a transaction fails during submission

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RawTransactionManagerWithNonceManager
  2. NamedLogging
  3. RawTransactionManager
  4. TransactionManager
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RawTransactionManagerWithNonceManager(web3j: Web3j, credentials: Credentials, chainId: Long, transactionReceiptProcessor: TransactionReceiptProcessor, loggerFactory: NamedLoggerFactory, nonceManager: NonceManager)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  9. def executeTransaction(gasPrice: BigInteger, gasLimit: BigInteger, to: String, data: String, value: BigInteger, constructor: Boolean): TransactionReceipt
    Attributes
    protected
    Definition Classes
    RawTransactionManagerWithNonceManager → TransactionManager
    Annotations
    @throws(scala.this.throws.<init>$default$1[java.io.IOException]) @throws(scala.this.throws.<init>$default$1[org.web3j.protocol.exceptions.TransactionException])
  10. def executeTransaction(arg0: BigInteger, arg1: BigInteger, arg2: String, arg3: String, arg4: BigInteger): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  11. def executeTransactionEIP1559(arg0: Long, arg1: BigInteger, arg2: BigInteger, arg3: BigInteger, arg4: String, arg5: String, arg6: BigInteger, arg7: Boolean): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  12. def executeTransactionEIP1559(arg0: Long, arg1: BigInteger, arg2: BigInteger, arg3: BigInteger, arg4: String, arg5: String, arg6: BigInteger): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getCode(arg0: String, arg1: DefaultBlockParameter): EthGetCode
    Definition Classes
    RawTransactionManager → TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  15. def getFromAddress(): String
    Definition Classes
    TransactionManager
  16. def getNonce(): BigInteger
    Definition Classes
    RawTransactionManagerWithNonceManager → RawTransactionManager
  17. def getTxHashVerifier(): TxHashVerifier
    Definition Classes
    RawTransactionManager
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
  22. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def processResponse(arg0: EthSendTransaction): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  28. def sendCall(arg0: String, arg1: String, arg2: DefaultBlockParameter): String
    Definition Classes
    RawTransactionManager → TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  29. def sendEIP1559Transaction(arg0: Long, arg1: BigInteger, arg2: BigInteger, arg3: BigInteger, arg4: String, arg5: String, arg6: BigInteger, arg7: Boolean): EthSendTransaction
    Definition Classes
    RawTransactionManager → TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  30. def sendEIP1559Transaction(arg0: Long, arg1: BigInteger, arg2: BigInteger, arg3: BigInteger, arg4: String, arg5: String, arg6: BigInteger): EthSendTransaction
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  31. def sendTransaction(gasPrice: BigInteger, gasLimit: BigInteger, to: String, data: String, value: BigInteger, constructor: Boolean): EthSendTransaction
    Definition Classes
    RawTransactionManagerWithNonceManager → RawTransactionManager → TransactionManager
    Annotations
    @throws(scala.this.throws.<init>$default$1[java.io.IOException])
  32. def sendTransaction(arg0: BigInteger, arg1: BigInteger, arg2: String, arg3: String, arg4: BigInteger): EthSendTransaction
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  33. def setTxHashVerifier(arg0: TxHashVerifier): Unit
    Definition Classes
    RawTransactionManager
  34. def sign(arg0: RawTransaction): String
    Definition Classes
    RawTransactionManager
  35. def signAndSend(arg0: RawTransaction): EthSendTransaction
    Definition Classes
    RawTransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from NamedLogging

Inherited from RawTransactionManager

Inherited from TransactionManager

Inherited from AnyRef

Inherited from Any

Ungrouped