Uses of Class
org.hyperledger.fabric.client.CommitStatusException
Packages that use 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
Methods in org.hyperledger.fabric.client that throw CommitStatusExceptionModifier and TypeMethodDescriptiondefault StatusCommit.getStatus()Get the status of the committed transaction.Commit.getStatus(UnaryOperator<CallOptions> options) Get the status of the committed transaction.default StatusCommit.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).