ccintf.go
//CCID encapsulates chaincode ID
type CCID struct {
ChaincodeSpec *pb.ChaincodeSpec
NetworkID string
PeerID string
}Last updated
//CCID encapsulates chaincode ID
type CCID struct {
ChaincodeSpec *pb.ChaincodeSpec
NetworkID string
PeerID string
}Last updated