Transaction transaction = Transaction.load(address, WEB3J, credentials, gasPrice, gasLimited) TransactionReceipt receipt = transaction.addSignatures(BigInteger.valueOf(signature.getV()),signature.getR(), signature.getS()).sendAsync().get()