Uses of Interface
org.hyperledger.fabric.client.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
Modifier and TypeMethodDescriptiondefault Status
Commit.getStatus()
Get the status of the committed transaction.Commit.getStatus
(UnaryOperator<CallOptions> options) Get the status of the committed transaction.default Status
Commit.getStatus
(CallOption... options) Deprecated.
Commit.getStatus(UnaryOperator)
.