Uses of Interface
org.hyperledger.fabric.client.Status
Packages that use Status
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Status in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that return StatusModifier and TypeMethodDescriptiondefault StatusCommit.getStatus()Get the status of the committed transaction.Commit.getStatus(UnaryOperator<CallOptions> options) Get the status of the committed transaction.default StatusCommit.getStatus(CallOption... options) Deprecated.
Commit.getStatus(UnaryOperator).