Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
Keeper stores related components of the x/rollingseed store
func NewKeeper ¶
func NewKeeper( storeKey storetypes.StoreKey, ) Keeper
NewKeeper creates a new rollingseed Keeper instance.
func (*Keeper) ExportGenesis ¶
func (k *Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis returns a GenesisState for a given context and keeper.
func (Keeper) GetRollingSeed ¶
GetRollingSeed returns the current rolling seed value.
func (*Keeper) InitGenesis ¶
func (k *Keeper) InitGenesis(ctx sdk.Context, data types.GenesisState)
InitGenesis performs genesis initialization for the rollingseed module.
Click to show internal directories.
Click to hide internal directories.