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

# Functions

Event with chaincode mappings.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewAllowanceServiceGateway creates gateway to access chaincode method via chaincode service.
No description provided by the author
No description provided by the author
RegisterAllowanceServiceChaincode registers service methods as chaincode router handlers.
RegisterAllowanceServiceHandler registers the http handlers for service AllowanceService to "mux".
RegisterAllowanceServiceHandlerClient registers the http handlers for service AllowanceService to "mux".
RegisterAllowanceServiceHandlerFromEndpoint is same as RegisterAllowanceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterAllowanceServiceHandlerServer registers the http handlers for service AllowanceService to "mux".
No description provided by the author
State with chaincode mappings.

# Constants

AllowanceServiceChaincode method names.
AllowanceServiceChaincode method names.
AllowanceServiceChaincode method names.
AllowanceServiceChaincodeMethodPrefix allows to use multiple services with same method names in one chaincode.

# Variables

go:embed allowance.swagger.json.
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

# Structs

State: Allowance.
Id: Allowance identifier.
List:.
AllowanceServiceChaincodeResolver interface for service resolver.
AllowanceServiceChaincodeResolver 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 ).
Event: Approved event is emitted when Approve method has been invoked.
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
Event: TransferredFrom event is emitted when TransferFrom method has been invoked.
UnimplementedAllowanceServiceServer can be embedded to have forward compatible implementations.

# Interfaces

AllowanceServiceChaincode chaincode methods interface.
AllowanceServiceChaincodeResolver interface for service resolver.
AllowanceServiceClient is the client API for AllowanceService service.
AllowanceServiceServer is the server API for AllowanceService service.