# Packages

Code generated by mockery v1.0.0.

# Functions

DeployedChaincodes retrieves the metadata of the given deployed chaincodes.
NewLifeCycle creates a new Lifecycle instance.

# Variables

AcceptAll returns a predicate that accepts all Metadata.
Logger is the logging instance for this package.

# Structs

Lifecycle manages information regarding chaincode lifecycle.
Subscription channels information flow about a specific channel into the Lifecycle.

# Interfaces

Enumerator enumerates chaincodes.
LifeCycleChangeListener runs whenever there is a change to the metadata of a chaincode in the context of a specific channel.
Query queries the state.
QueryCreator creates queries.

# Type aliases

ChaincodePredicate accepts or rejects chaincode based on its metadata.
Enumerate enumerates installed chaincodes.
HandleMetadataUpdate is triggered upon a change in the chaincode lifecycle change.
QueryCreatorFunc creates a new query.