# 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.