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