Uses of Interface
org.hyperledger.fabric.client.Signable
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Signable in org.hyperledger.fabric.client
Modifier and TypeInterfaceDescriptioninterface
A Fabric Gateway call to obtain block and private data events.interface
A Fabric Gateway call to obtain block events.interface
A Fabric Gateway call to obtain chaincode events.interface
Allows access to information about a transaction that is committed to the ledger.interface
A Fabric Gateway call to obtain events.interface
A Fabric Gateway call to obtain filtered block events.interface
A Fabric Gateway transaction proposal, which can be used to evaluate a transaction to query ledger state, or obtain endorsements so that the transaction can be submitted to update ledger state.interface
Allows access to the transaction result and its commit status on the ledger.interface
An endorsed transaction that can be submitted to the orderer for commit to the ledger.