Package org.web3j.tx

Class BesuPrivateTransactionManager

    • Field Summary

      • 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
      BesuPrivateTransactionManager​(Besu besu, org.web3j.crypto.Credentials credentials, org.web3j.tx.response.TransactionReceiptProcessor transactionReceiptProcessor, long chainId, org.web3j.utils.Base64String privateFrom, org.web3j.utils.Base64String privacyGroupId, org.web3j.utils.Restriction restriction)
      Deprecated.
    • Constructor Detail

      • BesuPrivateTransactionManager

        public BesuPrivateTransactionManager​(Besu besu,
                                             org.web3j.crypto.Credentials credentials,
                                             org.web3j.tx.response.TransactionReceiptProcessor transactionReceiptProcessor,
                                             long chainId,
                                             org.web3j.utils.Base64String privateFrom,
                                             org.web3j.utils.Base64String privacyGroupId,
                                             org.web3j.utils.Restriction restriction)
        Deprecated.
        Creates a LegacyPrivateTransactionManager
        Parameters:
        besu -
        credentials -
        transactionReceiptProcessor -
        chainId -
        privateFrom -
        privacyGroupId -
        restriction -