Uses of Class
org.hyperledger.fabric.client.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
Modifier and TypeMethodDescriptiondefault Transaction
Proposal.endorse()
Send the proposal to peers to obtain endorsements.Proposal.endorse
(UnaryOperator<CallOptions> options) Send the proposal to peers to obtain endorsements.default Transaction
Proposal.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)
.