ccintf

package
v2.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 2 Imported by: 1,958

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

type PeerConnection struct {
	Address   string
	TLSConfig *TLSConfig
}

PeerConnection instructs the chaincode how to connect back to the peer

type TLSConfig

type TLSConfig struct {
	ClientCert []byte
	ClientKey  []byte
	RootCert   []byte
}

TLSConfig is used to pass the TLS context into the chaincode launch

Jump to

Keyboard shortcuts

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