Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) GetCurrentSeed(ctx sdk.Context) []byte
- func (k Keeper) GetSeeds(ctx sdk.Context) (types.Seeds, error)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) ResetCurrentSeed(ctx sdk.Context)
- func (k Keeper) ResetSeeds(ctx sdk.Context)
- func (k Keeper) SetCurrentSeed(ctx sdk.Context, seed []byte)
- func (k Keeper) StoreSeed(ctx sdk.Context, seeds types.Seeds) (err error)
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 maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine
func (Keeper) ResetCurrentSeed ¶
func (Keeper) ResetSeeds ¶
Click to show internal directories.
Click to hide internal directories.