Class PolygonWomRawTransactionManager

java.lang.Object
org.web3j.tx.TransactionManager
org.web3j.tx.RawTransactionManager
io.meeds.deeds.common.blockchain.PolygonWomRawTransactionManager

public class PolygonWomRawTransactionManager extends org.web3j.tx.RawTransactionManager
Override default Raw Transaction to ensure to use the latest mined nonce instead of pending, in order to replace transactions
  • Field Summary

    Fields inherited from class org.web3j.tx.RawTransactionManager

    txHashVerifier

    Fields inherited from class org.web3j.tx.TransactionManager

    DEFAULT_POLLING_ATTEMPTS_PER_TX_HASH, DEFAULT_POLLING_FREQUENCY, REVERT_ERR_STR
  • Constructor Summary

    Constructors
    Constructor
    Description
    PolygonWomRawTransactionManager(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, long polygonNetworkId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected BigInteger
     

    Methods inherited from class org.web3j.tx.RawTransactionManager

    getCode, getTxHashVerifier, sendCall, sendEIP1559Transaction, sendTransaction, setTxHashVerifier, sign, signAndSend

    Methods inherited from class org.web3j.tx.TransactionManager

    executeTransaction, executeTransaction, executeTransactionEIP1559, executeTransactionEIP1559, getFromAddress, processResponse, sendEIP1559Transaction, sendTransaction

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolygonWomRawTransactionManager

      public PolygonWomRawTransactionManager(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, long polygonNetworkId)
  • Method Details