Uses of Class
org.hyperledger.fabric.gateway.ContractException
Packages that use ContractException
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
This package provides the set of interfaces that enable a Java developer to
extend the set of built in handlers for controlling gateway strategies.
-
Uses of ContractException in org.hyperledger.fabric.gateway
Methods in org.hyperledger.fabric.gateway that throw ContractExceptionModifier and TypeMethodDescriptionbyte[]Evaluate a transaction function and return its results.byte[]Contract.evaluateTransaction(String name, String... args) Evaluate a transaction function and return its results.byte[]Submit a transaction to the ledger.byte[]Contract.submitTransaction(String name, String... args) Submit a transaction to the ledger. -
Uses of ContractException in org.hyperledger.fabric.gateway.spi
Methods in org.hyperledger.fabric.gateway.spi that throw ContractExceptionModifier and TypeMethodDescriptionorg.hyperledger.fabric.sdk.ProposalResponseCalled when the result for a given query is required.voidCommitHandler.waitForEvents(long timeout, TimeUnit timeUnit) Block until enough transaction commit events have been received to satisfy the event handling strategy.