hyperledger / fabric-admin-sdk

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

Implement GetInstalled chaincode package #109

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

Contains two commits to be merged as separate commits. One for GetInstalled chaincode package; the other for QueryApproved chaincode definition.

Changed chaincode.PackageID() to take a Reader for consistency with chaincode.Install().

Closes #102 Closes #103