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. 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])
  9. 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])
  10. 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])
  11. 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])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getCode(arg0: String, arg1: DefaultBlockParameter): EthGetCode
    Definition Classes
    RawTransactionManager → TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  14. def getFromAddress(): String
    Definition Classes
    TransactionManager
  15. def getNonce(): BigInteger
    Definition Classes
    RawTransactionManagerWithNonceManager → RawTransactionManager
  16. def getTxHashVerifier(): TxHashVerifier
    Definition Classes
    RawTransactionManager
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def processResponse(arg0: EthSendTransaction): TransactionReceipt
    Attributes
    protected[tx]
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
  27. def sendCall(arg0: String, arg1: String, arg2: DefaultBlockParameter): String
    Definition Classes
    RawTransactionManager → TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  28. 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])
  29. 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])
  30. def sendTransaction(arg0: BigInteger, arg1: BigInteger, arg2: String, arg3: String, arg4: BigInteger, arg5: Boolean): EthSendTransaction
    Definition Classes
    RawTransactionManager → TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  31. def sendTransaction(arg0: BigInteger, arg1: BigInteger, arg2: String, arg3: String, arg4: BigInteger): EthSendTransaction
    Definition Classes
    TransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  32. def setTxHashVerifier(arg0: TxHashVerifier): Unit
    Definition Classes
    RawTransactionManager
  33. def sign(arg0: RawTransaction): String
    Definition Classes
    RawTransactionManager
  34. def signAndSend(arg0: RawTransaction): EthSendTransaction
    Definition Classes
    RawTransactionManager
    Annotations
    @throws(classOf[java.io.IOException])
  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])

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