Uses of Interface
org.hyperledger.fabric.client.Signable
Packages that use 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
Subinterfaces of Signable in org.hyperledger.fabric.clientModifier and TypeInterfaceDescriptioninterfaceA Fabric Gateway call to obtain block and private data events.interfaceA Fabric Gateway call to obtain block events.interfaceA Fabric Gateway call to obtain chaincode events.interfaceAllows access to information about a transaction that is committed to the ledger.interfaceA Fabric Gateway call to obtain events.interfaceA Fabric Gateway call to obtain filtered block events.interfaceA 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.interfaceAllows access to the transaction result and its commit status on the ledger.interfaceAn endorsed transaction that can be submitted to the orderer for commit to the ledger.