cosmos-sdk/core/appmodule/environment.go
Julien Robert 6fc677faec
docs(core): add core documentation and principles (#21511)
Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
2024-09-03 22:20:05 +00:00

10 lines
263 B
Go

package appmodule
import (
appmodulev2 "cosmossdk.io/core/appmodule/v2"
)
// Environment is used to get all services to their respective module.
// Contract: All fields of environment are always populated by runtime.
type Environment = appmodulev2.Environment