# Functions
NewBundle creates a resources config bundle which implements the Resources interface.
NewBundleFromEnvelope creates a new resources config bundle.
NewBundleSource creates a new BundleSource with an initial Bundle value The callbacks will be invoked whenever the Update method is called for the BundleSource.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
RootGroupKey is the namespace in the config tree for this set of config.
# Structs
Bundle stores an immutable group of resources configuration.
BundleSource stores a reference to the current peer resource configuration bundle It also provides a method to update this bundle.
ChaincodeGroup represents the ConfigGroup named Chaincodes off the resources group.
# Interfaces
ChaincodeDefinition describes all of the necessary information for a peer to decide whether to endorse a proposal and whether to validate a transaction, for a particular chaincode.
ChaincodeRegistry allows for querying chaincode info by name.
PolicyMapper is an interface for.
Resources defines a way to query peer resources associated with a channel.