CBSA Exam QuestionsBrowse all questions from this exam

CBSA Exam - Question 43


The two main types of transactions you can perform in Hyperledger Fabric are:

Show Answer
Correct Answer: B

In Hyperledger Fabric, the two main types of transactions you can perform are Deploy and Invoke transactions. Deploy transactions are used to deploy chaincode (smart contracts) to the network, while Invoke transactions are used to call the functions defined within the deployed chaincode. This distinction is fundamental to how applications interact with the blockchain and manage state changes.

Discussion

1 comment
Sign in to comment
felixwcf
Mar 9, 2022

This is another good source: https://hyperledger-fabric.readthedocs.io/en/release/arch-deep-dive.html