Uses of Class
org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodeRequest
Packages that use LifecycleQueryInstalledChaincodeRequest
-
Uses of LifecycleQueryInstalledChaincodeRequest in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that return LifecycleQueryInstalledChaincodeRequestModifier and TypeMethodDescriptionHFClient.newLifecycleQueryInstalledChaincodeRequest()Get newLifecycleQueryInstalledChaincodeRequest to find chaincodes installed.Methods in org.hyperledger.fabric.sdk with parameters of type LifecycleQueryInstalledChaincodeRequestModifier and TypeMethodDescriptionHFClient.sendLifecycleQueryInstalledChaincode(LifecycleQueryInstalledChaincodeRequest lifecycleQueryInstalledChaincodeRequest, Collection<Peer> peers) Query installed chaincode on a peer.