package
1.0.5
Repository: https://github.com/hyperledger-labs/cckit.git
Documentation: pkg.go.dev

# README

Cross chaincode service calls example

Chaincode reads from Commercial Paper chaincode. Location of external Commercial Paper configured via crosscc extension

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCPaperProxyServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
NewServiceWithLocalCPaperResolver - crosscc service and cpaper service in one chaincode.
No description provided by the author
RegisterCPaperProxyServiceChaincode registers service methods as chaincode router handlers.
RegisterCPaperProxyServiceHandler registers the http handlers for service CPaperProxyService to "mux".
RegisterCPaperProxyServiceHandlerClient registers the http handlers for service CPaperProxyService to "mux".
RegisterCPaperProxyServiceHandlerFromEndpoint is same as RegisterCPaperProxyServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCPaperProxyServiceHandlerServer registers the http handlers for service CPaperProxyService to "mux".
No description provided by the author

# Constants

CPaperProxyServiceChaincode method names.
CPaperProxyServiceChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.

# Variables

go:embed cpaper_proxy.swagger.json.
No description provided by the author

# Structs

No description provided by the author
CPaperProxyServiceChaincodeResolver interface for service resolver.
CPaperProxyServiceChaincodeResolver interface for service resolver.
No description provided by the author
gateway implementation gateway can be used as kind of SDK, GRPC or REST server ( via grpc-gateway or clay ).
No description provided by the author
No description provided by the author
UnimplementedCPaperProxyServiceServer can be embedded to have forward compatible implementations.

# Interfaces

CPaperProxyServiceChaincode chaincode methods interface.
CPaperProxyServiceChaincodeResolver interface for service resolver.
CPaperProxyServiceClient is the client API for CPaperProxyService service.
CPaperProxyServiceServer is the server API for CPaperProxyService service.