10 lines
263 B
Go
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
|