//
pkg.gl
Category
github.com/jxu86/fabric-gm
integration
chaincode
kvexecutor
package
0.0.0-20210113080426-7a628bf03a12
Repository:
https://github.com/jxu86/fabric-gm.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
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.