ccintf.go
比较重要的是
//CCID encapsulates chaincode ID
type CCID struct {
ChaincodeSpec *pb.ChaincodeSpec
NetworkID string
PeerID string
}
Last updated
Was this helpful?
比较重要的是
//CCID encapsulates chaincode ID
type CCID struct {
ChaincodeSpec *pb.ChaincodeSpec
NetworkID string
PeerID string
}
Last updated
Was this helpful?