# Functions
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
NopCollection implements an allow-all collection which all orgs are a member of.
No description provided by the author
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