Uses of Class
org.hyperledger.fabric.gateway.ContractException
-
Packages that use ContractException Package Description org.hyperledger.fabric.gateway This package provides the set of interfaces that enable a Java application to interact with a Fabric blockchain network.org.hyperledger.fabric.gateway.spi 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 ContractException Modifier and Type Method Description byte[]
Transaction. evaluate(java.lang.String... args)
Evaluate a transaction function and return its results.byte[]
Contract. evaluateTransaction(java.lang.String name, java.lang.String... args)
Evaluate a transaction function and return its results.byte[]
Transaction. submit(java.lang.String... args)
Submit a transaction to the ledger.byte[]
Contract. submitTransaction(java.lang.String name, java.lang.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 ContractException Modifier and Type Method Description org.hyperledger.fabric.sdk.ProposalResponse
QueryHandler. evaluate(Query query)
Called when the result for a given query is required.void
CommitHandler. waitForEvents(long timeout, java.util.concurrent.TimeUnit timeUnit)
Block until enough transaction commit events have been received to satisfy the event handling strategy.
-