Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CCSupport ¶
type CCSupport interface {
HandleChaincodeStream(ChaincodeStream) error
}
CCSUPPORT必须由对等机中的链码支持端实现。 (如链码支持)
type ChaincodeStream ¶
type ChaincodeStream interface { Send(*pb.ChaincodeMessage) error Recv() (*pb.ChaincodeMessage, error) }
对等端和链码实例之间的流的链码流接口。
Click to show internal directories.
Click to hide internal directories.