Documentation ¶
Index ¶
- type Keeper
- func (k *Keeper) AllTimers(goCtx context.Context, req *types.QueryAllTimersRequest) (*types.QueryAllTimersResponse, error)
- func (k *Keeper) BeginBlock(ctx sdk.Context)
- func (k *Keeper) EndBlock(ctx sdk.Context)
- func (k *Keeper) NewTimerStoreBeginBlock(storeKey storetypes.StoreKey, prefix string) *timerstoretypes.TimerStore
- func (k *Keeper) NewTimerStoreEndBlock(storeKey storetypes.StoreKey, prefix string) *timerstoretypes.TimerStore
- func (k *Keeper) Next(goCtx context.Context, req *types.QueryNextRequest) (*types.QueryNextResponse, error)
- func (k *Keeper) StoreKeys(goCtx context.Context, req *types.QueryStoreKeysRequest) (*types.QueryStoreKeysResponse, 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 is the timerstore keeper. The keeper retains all the fixation stores used by modules, it also manages their lifecycle.
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec) *Keeper
func (*Keeper) AllTimers ¶
func (k *Keeper) AllTimers(goCtx context.Context, req *types.QueryAllTimersRequest) (*types.QueryAllTimersResponse, error)
func (*Keeper) BeginBlock ¶
func (*Keeper) NewTimerStoreBeginBlock ¶
func (k *Keeper) NewTimerStoreBeginBlock(storeKey storetypes.StoreKey, prefix string) *timerstoretypes.TimerStore
func (*Keeper) NewTimerStoreEndBlock ¶
func (k *Keeper) NewTimerStoreEndBlock(storeKey storetypes.StoreKey, prefix string) *timerstoretypes.TimerStore
func (*Keeper) Next ¶
func (k *Keeper) Next(goCtx context.Context, req *types.QueryNextRequest) (*types.QueryNextResponse, error)
func (*Keeper) StoreKeys ¶
func (k *Keeper) StoreKeys(goCtx context.Context, req *types.QueryStoreKeysRequest) (*types.QueryStoreKeysResponse, error)
Click to show internal directories.
Click to hide internal directories.