Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeServerInfo ¶ added in v1.5.6
type ChaincodeServerInfo struct { Address string ClientConfig comm.ClientConfig }
ChaincodeServerInfo provides chaincode connection information
type ChaincodeStream ¶
type ChaincodeStream interface { Send(*pb.ChaincodeMessage) error Recv() (*pb.ChaincodeMessage, error) }
ChaincodeStream interface for stream between Peer and chaincode instance.
type PeerConnection ¶ added in v1.5.6
PeerConnection instructs the chaincode how to connect back to the peer
Click to show internal directories.
Click to hide internal directories.