# Functions
BuildCollectionKVSKey returns the KVS key string for a chaincode, given its name and version.
IsCollectionConfigKey detects if a key is a collection key.
NewSimpleCollectionStore returns a collection stored backed by a ledger supplied by the specified ledgerGetter with an internal name formed as specified by the supplied collectionNamer function.
# Structs
SimpleCollection implements a collection with static properties and a public member set.
# Interfaces
Collection defines a common interface for collections.
CollectionAccessPolicy encapsulates functions for the access policy of a collection.
CollectionStore retrieves stored collections based on the collection's properties.
Support is an interface used to inject dependencies.
# Type aliases
Filter defines a rule that filters peers according to data signed by them.
No description provided by the author