Skip to content

Commit

Permalink
[FAB-5409] JSDoc, Add targets to installChaincode() req
Browse files Browse the repository at this point in the history
Add a targets parameter to the JSDoc for ChaincodeInstallRequest
used by installChaincode()

Change-Id: Ifdd7cc4e498609e5898652db37ea23676daeaeae
Signed-off-by: Eric Vaughn <eric.vaughn@blocledger.com>
  • Loading branch information
ericmvaughn authored and jimthematrix committed Jul 26, 2017
1 parent 17025e9 commit f426239
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabric-client/lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ var Client = class extends BaseClient {

/**
* @typedef {Object} ChaincodeInstallRequest
* @property {Peer[]} targets - Required. An array of Peer objects that the chaincode will
* be installed on
* @property {string} chaincodePath - Required. The path to the location of the source code
* of the chaincode. If the chaincode type is golang, then
* this path is the fully qualified package name, such as
Expand Down

0 comments on commit f426239

Please sign in to comment.