The two main types of transactions you can perform in Hyperledger Fabric are:
The two main types of transactions you can perform in Hyperledger Fabric are:
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.
This is another good source: https://hyperledger-fabric.readthedocs.io/en/release/arch-deep-dive.html