# Functions
New returns a chaincode ID given the supplied package ID.
# Interfaces
CCSupport must be implemented by the chaincode support side in peer (such as chaincode_support).
ChaincodeStream interface for stream between Peer and chaincode instance.
# Type aliases
CCID encapsulates chaincode ID.