Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install a chaincode: peer lifecycle install

Body Parameters

Type

Note

namestringthe name of chaincode
chaincode_packagestringThe base64-encoded contexts of the chaincode package
chaincode_labelstring The label that will be used to identify the installed chaincode package
versionstring chaincode_typestring (optional)The type of chaincode language (e.g. "golang")version of the uploaded chaincode 
languagestringThe programming language 
description string (optional)
versionstring

...

Body Parameters

Type

Note

chaincode_labelstring(optional)The label that will be used to identify the installed chaincode package
package_id string(optional)The package id of the chaincode package that will be installed.
channel_idstring(optional)The channel on which this command should be executed.
versionstring string (optional)the version of the chaincode definition to be approved
signature_policystring string (optional)Use a policy inside the channel configuration as the chaincode endorsement policy.
peersstring array array (optional)The array of the id of the peer nodes. For commit only

...

Response Body 

Type

Note

namestringThe name of the chaincode.
chaincode_labelstringThe label that will be used to identify the installed chaincode package
versionstring the version of the chaincode definition to be approved
package_idstring the package id of installed package
package_idstringthe approval status 
organizationsstring array A list of orgs that installed the chaincode.
channelstringSelected channel for the  chaincode