# Packages

Code generated by counterfeiter.

# Constants

No description provided by the author

# Structs

ChaincodeMetadata holds the name and version of a chaincode.
ChaincodePackage represents the un-tar-ed format of the chaincode package.
ChaincodePackageMetadata contains the information necessary to understand the embedded code package.
ChaincodePackageParser provides the ability to parse chaincode packages.
CodePackageNotFoundErr is the error returned when a code package cannot be found in the persistence store.
FilesystemIO is the production implementation of the IOWriter interface.
PackageProvider holds the necessary dependencies to obtain the code package bytes for a chaincode.
Store holds the information needed for persisting a chaincode install package.

# Interfaces

IOReadWriter defines the interface needed for reading, writing, removing, and checking for existence of a specified file.
LegacyPackageProvider is the interface needed to retrieve the code package from a ChaincodeDeploymentSpec.
PackageParser provides an implementation of chaincode package parsing.
StorePackageProvider is the interface needed to retrieve the code package from a ChaincodeInstallPackage.