Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalChaincodeRuntime ¶
type ExternalChaincodeRuntime struct { }
func (*ExternalChaincodeRuntime) Stream ¶
func (i *ExternalChaincodeRuntime) Stream(ccid string, ccinfo *ccintf.ChaincodeServerInfo, sHandler StreamHandler) error
type StreamHandler ¶
type StreamHandler interface {
HandleChaincodeStream(stream ccintf.ChaincodeStream) error
}
StreamHandler handles the `Chaincode` gRPC service with peer as client
Click to show internal directories.
Click to hide internal directories.