There is any rollback function in Hyperledger Fabric v2.4? If exists then where we call it in Api side or chaincode side? It's possible to rollback in Chaincode in Javascript
like in chaincode hyperledger fabric there was a function ctx.stub.rollback()
which rollback the data on error handling.
Rollback function or any other way to rollback the ledger if the other network transaction is failed?