Package org.hyperledger.fabric.sdk
Class LifecycleInstallChaincodeProposalResponse
java.lang.Object
org.hyperledger.fabric.sdk.ChaincodeResponse
org.hyperledger.fabric.sdk.ProposalResponse
org.hyperledger.fabric.sdk.LifecycleInstallChaincodeProposalResponse
The response to
LifecycleInstallChaincodeRequest-
Nested Class Summary
Nested classes/interfaces inherited from class org.hyperledger.fabric.sdk.ChaincodeResponse
ChaincodeResponse.Status -
Method Summary
Modifier and TypeMethodDescriptionThe packageId the identifies this chaincode change.Methods inherited from class org.hyperledger.fabric.sdk.ProposalResponse
getChaincodeActionResponsePayload, getChaincodeActionResponseReadWriteSetInfo, getChaincodeActionResponseStatus, getChaincodeID, getPeer, getProposal, getProposalResponse, isVerified, setProposal, setProposalResponseMethods inherited from class org.hyperledger.fabric.sdk.ChaincodeResponse
getMessage, getStatus, getTransactionID, isInvalid
-
Method Details
-
getPackageId
The packageId the identifies this chaincode change.- Returns:
- the package id.
- Throws:
ProposalException
-