package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev

# Packages

# Functions

DeployedChaincodes retrieves the metadata of the given deployed chaincodes.
NewMetadataManager creates a metadata manager for lscc chaincodes.

# Variables

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

# Structs

MetadataManager manages information about lscc chaincodes.
Subscription channels information flow about a specific channel into the Lifecycle.

# Interfaces

Enumerator enumerates chaincodes.
MetadataChangeListener 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.
EnumerateFunc enumerates installed chaincodes.
HandleMetadataUpdateFunc is triggered upon a change in the chaincode lifecycle.
QueryCreatorFunc creates a new query.