Skip to content

Commit

Permalink
[FABN-839] update jsdoc
Browse files Browse the repository at this point in the history
add property collections-config for the
ChaincodeInstantiateUpgradeRequest

Change-Id: Ia3cbb18401eb22f3e3605df19f95bbb227d8c5d3
Signed-off-by: zhaochy <zhaochy_2015@hotmail.com>
  • Loading branch information
zhaochy1990 committed Aug 13, 2018
1 parent 035a4bb commit 4c0b4f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabric-client/lib/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,8 @@ const Channel = class {
* such as 'v1'
* @property {TransactionID} txId - Required. Object with the transaction id
* and nonce
* @property {string} collections-config - Optional. The path to the collections
* config. More details can be found at this [tutorial]{@link https://fabric-sdk-node.github.io/tutorial-private-data.html}
* @property {map} transientMap - Optional. <string, byte[]> map that can be
* used by the chaincode during initialization, but not saved in the
* ledger. Data such as cryptographic information for encryption can
Expand Down

0 comments on commit 4c0b4f9

Please sign in to comment.