package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev

# Packages

# Structs

KVData contains the data to read/write a key.
KVExecutor is a chaincode implementation that takes a KVData array as read parameter and a KVData array as write parameter, and then calls GetXXX/PutXXX methods to read and write state/collection data.