ccintf

package
v1.0.0-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCCHandlerKey

func GetCCHandlerKey() string

GetCCHandlerKey is used to pass CCSupport via context

Types

type CCID

type CCID struct {
	ChaincodeSpec *pb.ChaincodeSpec
	NetworkID     string
	PeerID        string
	ChainID       string
	Version       string
}

CCID encapsulates chaincode ID

func (*CCID) GetName

func (ccid *CCID) GetName() string

GetName returns canonical chaincode name based on chain name

type CCSupport

type CCSupport interface {
	HandleChaincodeStream(context.Context, ChaincodeStream) error
}

CCSupport must be implemented by the chaincode support side in peer (such as chaincode_support)

type ChaincodeStream

type ChaincodeStream interface {
	Send(*pb.ChaincodeMessage) error
	Recv() (*pb.ChaincodeMessage, error)
}

ChaincodeStream interface for stream between Peer and chaincode instance.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL