Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
Types ¶
type Keeper ¶
type Keeper struct { UpgradePlan collections.Item[upgradetypes.Plan] UpgradeTime collections.Item[prototypes.Timestamp] // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey storetypes.StoreKey, authority string, ) Keeper
func (Keeper) CleanTimeUpgrade ¶
CleanTimeUpgrade removes the upgrade time and plan from the store
func (Keeper) GetUpgradeTime ¶
GetUpgradeTime gets the upgrade time from the store
func (Keeper) ScheduleUpgradePlan ¶
Click to show internal directories.
Click to hide internal directories.