Uses of Class
org.hyperledger.fabric.sdk.LifecycleChaincodePackage
Packages that use LifecycleChaincodePackage
-
Uses of LifecycleChaincodePackage in org.hyperledger.fabric.sdk
Methods in org.hyperledger.fabric.sdk that return LifecycleChaincodePackageModifier and TypeMethodDescriptionstatic LifecycleChaincodePackageLifecycleChaincodePackage.fromBytes(byte[] packageBytes) Sets the LifecycleChaincodePackage from a byte arraystatic LifecycleChaincodePackageconstructs a ChaincodeEndorsementPolicy object with the actual policy gotten from the file systemstatic LifecycleChaincodePackageLifecycleChaincodePackage.fromSource(String label, Path chaincodeSource, TransactionRequest.Type chaincodeType, String chaincodePath, Path chaincodeMetaInfLocation) static LifecycleChaincodePackageLifecycleChaincodePackage.fromStream(InputStream inputStream) Construct a LifecycleChaincodePackage from a stream.Methods in org.hyperledger.fabric.sdk with parameters of type LifecycleChaincodePackageModifier and TypeMethodDescriptionvoidLifecycleInstallChaincodeRequest.setLifecycleChaincodePackage(LifecycleChaincodePackage lifecycleChaincodePackage) Set the chaincode package that needs to be installed.