From 4c0b4f93d65a4c203664c374751169357f914d3e Mon Sep 17 00:00:00 2001 From: zhaochy Date: Mon, 13 Aug 2018 11:28:22 +0800 Subject: [PATCH] [FABN-839] update jsdoc add property collections-config for the ChaincodeInstantiateUpgradeRequest Change-Id: Ia3cbb18401eb22f3e3605df19f95bbb227d8c5d3 Signed-off-by: zhaochy --- fabric-client/lib/Channel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fabric-client/lib/Channel.js b/fabric-client/lib/Channel.js index 5a3d438ac8..8530010a0b 100755 --- a/fabric-client/lib/Channel.js +++ b/fabric-client/lib/Channel.js @@ -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. map that can be * used by the chaincode during initialization, but not saved in the * ledger. Data such as cryptographic information for encryption can