Package org.hyperledger.fabric.sdk
Class LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult
java.lang.Object
org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult
- Enclosing class:
- LifecycleQueryInstalledChaincodesProposalResponse
public class LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult
extends Object
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()The label used by this chaincode.The packageId that identifies this chaincode.
-
Method Details
-
getLabel
The label used by this chaincode. This is defined by the installed chaincode. See label parameter inLifecycleChaincodePackage.fromSource(String, Path, TransactionRequest.Type, String, Path)- Returns:
- Label
-
getPackageId
The packageId that identifies this chaincode.- Returns:
- the packageId
-