Uses of Class
org.hyperledger.fabric.gateway.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
Modifier 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
Modifier and TypeMethodDescriptionorg.hyperledger.fabric.sdk.ProposalResponse
Called when the result for a given query is required.void
CommitHandler.waitForEvents
(long timeout, TimeUnit timeUnit) Block until enough transaction commit events have been received to satisfy the event handling strategy.