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