fabric-chaincode-haskell
fabric-chaincode-haskell copied to clipboard
Finish implementing all the chaincode functions in marbles example
blocked by #4 since some stub functions that aren't implemented yet are used in the marbles example
Required stub functions:
- [x] initMarble
- [x] createCompositeKey
- [ ] transferMarbleBasedOnColor
- [x] getStateByPartialCompositeKey
- [x] splitCompositeKey
- [ ] queryMarblesByOwner and queryMarbles
- [ ] getQueryResult
- [ ] queryMarblesWithPagination
- [ ] getQueryResultWithPagination
- [ ] getHistoryForMarble
- [ ] getHistoryForKey