Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 176 Bytes

ccintf_go.md

File metadata and controls

12 lines (10 loc) · 176 Bytes

ccintf.go

比较重要的是

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