Uses of Class
org.hyperledger.fabric.client.CommitStatusException
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of CommitStatusException in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptiondefault Status
Commit.getStatus()
Get the status of the committed transaction.Commit.getStatus
(UnaryOperator<CallOptions> options) Get the status of the committed transaction.default Status
Commit.getStatus
(CallOption... options) Deprecated.default byte[]
Transaction.submit()
Submit the transaction to the orderer to be committed to the ledger.byte[]
Transaction.submit
(UnaryOperator<CallOptions> options) Submit the transaction to the orderer to be committed to the ledger.default byte[]
Transaction.submit
(CallOption... options) Deprecated.Replaced byTransaction.submit(UnaryOperator)
.byte[]
Contract.submitTransaction
(String name) Submit a transaction to the ledger and return its result only after it is committed to the ledger.byte[]
Contract.submitTransaction
(String name, byte[]... args) Submit a transaction to the ledger and return its result only after it is committed to the ledger.byte[]
Contract.submitTransaction
(String name, String... args) Submit a transaction to the ledger and return its result only after it is committed to the ledger.
Commit.getStatus(UnaryOperator)
.