hyperledger / fabric-admin-sdk

Fabric SDK for Admin Capability services
Apache License 2.0
31 stars 19 forks source link

Return result on chaincode install #128

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

The chaincode install result includes the package ID and label for the install, which may avoid work required by the client (such as computing the package ID) in order to perform later steps in the chaincode lifecycle.

SamYuan1990 commented 1 year ago

LGTM