In Hyperledger Fabric there is three types of chaincode. (Select three.)
Chaincode in Hyperledger Fabric is a decentralized transactional program which is running on the validating nodes. Chaincode implements the Chaincode interface in particular, Init and Invoke functions.
Which two statements about Chaincode is correct? (Select two.)
What function is used to call the shim.Start function below?
Exhibit.
The lowercase "o" in the code snippet indicates: