Uses of Class
org.hyperledger.fabric.client.GatewayException
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of GatewayException in org.hyperledger.fabric.client
Modifier and TypeClassDescriptionclass
Thrown when a failure occurs obtaining the commit status of a transaction.class
Thrown when a failure occurs endorsing a transaction proposal.class
Thrown when a failure occurs submitting an endorsed transaction to the orderer.class
Thrown when a failure occurs invoking a transaction.Modifier and TypeMethodDescriptiondefault byte[]
Proposal.evaluate()
Evaluate the proposal and return the transaction result.byte[]
Proposal.evaluate
(UnaryOperator<CallOptions> options) Evaluate the proposal and return the transaction result.default byte[]
Proposal.evaluate
(CallOption... options) Deprecated.byte[]
Contract.evaluateTransaction
(String name) Evaluate a transaction function and return its results.byte[]
Contract.evaluateTransaction
(String name, byte[]... args) Evaluate a transaction function and return its results.byte[]
Contract.evaluateTransaction
(String name, String... args) Evaluate a transaction function and return its results.
Proposal.evaluate(UnaryOperator)
.