Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeServerInfo ¶
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 ¶
PeerConnection instructs the chaincode how to connect back to the peer
 Click to show internal directories. 
   Click to hide internal directories.