cosmos-sdk/collections/indexes/doc.go
testinginprod bdf4c76daf
feat(collections): indexes for IndexedMap (#14706)
Co-authored-by: testinginprod <testinginprod@somewhere.idk>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2023-02-03 09:23:49 +00:00

4 lines
208 B
Go

// Package indexes contains the most common indexes types to be used with a collections.IndexedMap.
// It also contains specialised helper functions to collect and query efficiently an index.
package indexes