hyperledger / fabric-admin-sdk

Hyperledger Fabric admin SDK
Apache License 2.0
31 stars 19 forks source link

Chaincode: Get installed package #102

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

As a user of the admin SDK I want to get an installed chaincode package from a peer So that I have an API equivalent to the peer lifecycle chaincode getinstalledpackage CLI command

SamYuan1990 commented 1 year ago

@bestbeforetoday , do you mean we can have a cli folder and impl some CLI binary files?

SamYuan1990 commented 1 year ago

or we just provide API feature?

bestbeforetoday commented 1 year ago

Just an API call to provide the capability. Later a CLI could be implemented using that API, but the intent here is just to provide the API call, not a CLI.