package
1.2.0-rc1
Repository: https://github.com/sinochem-tech/fabric.git
Documentation: pkg.go.dev

# 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.
ParseCollectionConfig parses the collection configuration from the given serialized representation.
RetrieveCollectionConfigPackageFromState retrieves the collection config package from the given key from the given state.

# Structs

SimpleCollection implements a collection with static properties and a public member set.
No description provided by the author

# Interfaces

Collection defines a common interface for collections.
CollectionAccessPolicy encapsulates functions for the access policy of a collection.
CollectionPersistenceConfigs encapsulates configurations related to persistece of a collection.
CollectionStore retrieves stored collections based on the collection's properties.
StateGetter retrieves data from the state.
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