package bond
const (
ModuleName = "bond"
// StoreKey is the string store representation
StoreKey = ModuleName
// TODO: Add required keys
)