Uses of Class
org.hyperledger.fabric.client.CommitException
Packages that use CommitException
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of CommitException in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that throw CommitExceptionModifier and TypeMethodDescriptiondefault 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.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.
Transaction.submit(UnaryOperator).