# Packages

Code generated by counterfeiter.

# Constants

InstalledChaincodeFuncName is the chaincode function name used to install a chaincode.
QueryInstalledChaincodeFuncName is the chaincode function name used to query an installed chaincode.

# Structs

Lifecycle implements the lifecycle operations which are invoked by the SCC as well as internally.
ProtobufImpl is the standard implementation to use for Protobuf.
SCC implements the required methods to satisfy the chaincode interface.

# Interfaces

ChaincodeStore provides a way to persist chaincodes.
No description provided by the author
Protobuf defines the subset of protobuf lifecycle needs and allows for injection of mocked marshaling errors.
SCCFunctions provides a backing implementation with concrete arguments for each of the SCC functions.