This might be a stupid question but I'm just wondering what the difference between chaincode and transaction processor functions is?
Asked
Active
Viewed 234 times
1 Answers
4
The transaction processor functions are transformed into chaincode by Hyperledger Composer. So, with Composer, the chaincode is generated for you, whereas without using Composer, you would need to author your own chaincode.

christo4ferris
- 4,039
- 1
- 17
- 30