Exam CBSA All QuestionsBrowse all questions from this exam
Question 43

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

    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
felixwcf

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