//
pkg.gl
Category
github.com/liuyanhao/fabric
integration
chaincode
kvexecutor
package
2.0.1+incompatible
Repository:
https://github.com/liuyanhao/fabric.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
91 SLOC
#
Packages
cmd
No description provided by the author
#
Structs
KVData
KVData contains the data to read/write a key.
KVExcutor
KVExcutor is a chaincode implementation that takes a KVData array as read parameter and a a KVData array as write parameter, and then calls GetXXX/PutXXX methods to read and write state/collection data.