cosmos-sdk/collections/corecompat/doc.go
Aaron Craelius 2ccf08a3fe
refactor(collections): remove core dependency (#24081)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-28 22:22:27 +00:00

5 lines
252 B
Go

// Package corecompat defines the store, codec and genesis interface that collections expects
// or implements. These interfaces are all redefined from cosmossdk.io/core in order to
// avoid a direct dependency on cosmossdk.io/core.
package corecompat