Uses of Interface
org.hyperledger.fabric.client.SubmittedTransaction
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of SubmittedTransaction in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptiondefault SubmittedTransaction
Transaction.submitAsync()
Submit the transaction to the orderer to be committed to the ledger.Transaction.submitAsync
(UnaryOperator<CallOptions> options) Submit the transaction to the orderer to be committed to the ledger.default SubmittedTransaction
Transaction.submitAsync
(CallOption... options) Deprecated.
Transaction.submit(UnaryOperator)
.