hyperledger / fabric-admin-sdk

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

Refactor chaincode install and queryinstalled to use gRPC connection #60

Closed bestbeforetoday closed 1 year ago

bestbeforetoday commented 1 year ago

Previously the caller was required to create an EndorserClient, which is not something the client needs to know or care about. It is an implementation detail that should remain hidden within the SDK.

Also: