Versions in this module Expand all Collapse all v0 v0.1.1 Jan 7, 2025 v0.1.0 Dec 31, 2024 Changes in this version + const UpgradeName + var ModuleConfig = &appv1alpha1.Config + func Config() depinject.Config + func ProvideRootStoreConfig(config runtime.GlobalConfig) (*root.Config, error) + type App struct + StakingKeeper *stakingkeeper.Keeper + UpgradeKeeper *upgradekeeper.Keeper + func NewApp[T transaction.Tx](config depinject.Config, outputs ...any) (*App[T], error) + func (app *App[T]) AppCodec() codec.Codec + func (app *App[T]) Close() error + func (app *App[T]) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs []string) (v2.ExportedApp, error) + func (app *App[T]) InterfaceRegistry() server.InterfaceRegistry + func (app *App[T]) RegisterUpgradeHandlers() + func (app *App[T]) Store() store.RootStore + func (app *App[T]) TxConfig() client.TxConfig + type SimGenesisAccount struct + DelegatedFree sdk.Coins + DelegatedVesting sdk.Coins + EndTime int64 + ModuleName string + ModulePermissions []string + OriginalVesting sdk.Coins + StartTime int64 + func (sga SimGenesisAccount) Validate() error