Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + func GetCCHandlerKey() string + type CCID struct + ChainID string + ChaincodeSpec *pb.ChaincodeSpec + NetworkID string + PeerID string + Version string + func (ccid *CCID) GetName() string + type CCSupport interface + HandleChaincodeStream func(context.Context, ChaincodeStream) error + type ChaincodeStream interface + Recv func() (*pb.ChaincodeMessage, error) + Send func(*pb.ChaincodeMessage) error