package
0.0.0-20210113080426-7a628bf03a12
Repository: https://github.com/jxu86/fabric-gm.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

KVData contains the data to read/write a key.
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.