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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawTransactionManagerWithNonceManager
- NamedLogging
- RawTransactionManager
- TransactionManager
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RawTransactionManagerWithNonceManager(web3j: Web3j, credentials: Credentials, chainId: Long, transactionReceiptProcessor: TransactionReceiptProcessor, loggerFactory: NamedLoggerFactory, nonceManager: NonceManager)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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])
- 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])
- 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])
- 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])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getCode(arg0: String, arg1: DefaultBlockParameter): EthGetCode
- Definition Classes
- RawTransactionManager → TransactionManager
- Annotations
- @throws(classOf[java.io.IOException])
- def getFromAddress(): String
- Definition Classes
- TransactionManager
- def getNonce(): BigInteger
- Definition Classes
- RawTransactionManagerWithNonceManager → RawTransactionManager
- def getTxHashVerifier(): TxHashVerifier
- Definition Classes
- RawTransactionManager
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- RawTransactionManagerWithNonceManager → NamedLogging
- implicit def loggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def processResponse(arg0: EthSendTransaction): TransactionReceipt
- Attributes
- protected[tx]
- Definition Classes
- TransactionManager
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[org.web3j.protocol.exceptions.TransactionException])
- def sendCall(arg0: String, arg1: String, arg2: DefaultBlockParameter): String
- Definition Classes
- RawTransactionManager → TransactionManager
- Annotations
- @throws(classOf[java.io.IOException])
- 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])
- 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])
- 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])
- def sendTransaction(arg0: BigInteger, arg1: BigInteger, arg2: String, arg3: String, arg4: BigInteger): EthSendTransaction
- Definition Classes
- TransactionManager
- Annotations
- @throws(classOf[java.io.IOException])
- def setTxHashVerifier(arg0: TxHashVerifier): Unit
- Definition Classes
- RawTransactionManager
- def sign(arg0: RawTransaction): String
- Definition Classes
- RawTransactionManager
- def signAndSend(arg0: RawTransaction): EthSendTransaction
- Definition Classes
- RawTransactionManager
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])