Versions Compared

Key

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

...

Body Parameters

Type

Note

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



2. Perform chaincode operations → Install, Approve (may by several orgs), Commit

POST api/v1/chaincodes/<chaincode_name>/?operaions=<install/approve/commit>

...