Uses of Class
org.hyperledger.fabric.client.EndorseException
Packages that use EndorseException
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of EndorseException in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that throw EndorseExceptionModifier and TypeMethodDescriptiondefault TransactionProposal.endorse()Send the proposal to peers to obtain endorsements.Proposal.endorse(UnaryOperator<CallOptions> options) Send the proposal to peers to obtain endorsements.default TransactionProposal.endorse(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.
Proposal.endorse(UnaryOperator).