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