package
0.0.0-20230331131523-deb0478a2e52
Repository: https://github.com/hellobchain/third_party.git
Documentation: pkg.go.dev

# Structs

CDSData is data stored in the LSCC on instantiation of a CCfor CDSPackage.
ChaincodeData defines the datastructure for chaincodes to be serialized by proto Type provides an additional check by directing to use a specific package after instantiation Data is Type specific (see CDSPackage and SignedCDSPackage).

# Interfaces

CCPackage encapsulates a chaincode package which can be raw ChaincodeDeploymentSpec SignedChaincodeDeploymentSpec Attempt to keep the interface at a level with minimal interface for possible generalization.