Documentation ¶
Index ¶
- type Keeper
- func (k *Keeper) AllIndices(goCtx context.Context, req *types.QueryAllIndicesRequest) (*types.QueryAllIndicesResponse, error)
- func (k *Keeper) BeginBlock(ctx sdk.Context)
- func (k *Keeper) Entry(goCtx context.Context, req *types.QueryEntryRequest) (res *types.QueryEntryResponse, err error)
- func (k *Keeper) NewFixationStore(storeKey storetypes.StoreKey, prefix string) *types.FixationStore
- func (k *Keeper) StoreKeys(goCtx context.Context, req *types.QueryStoreKeysRequest) (*types.QueryStoreKeysResponse, error)
- func (k *Keeper) Versions(goCtx context.Context, req *types.QueryVersionsRequest) (*types.QueryVersionsResponse, 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 fixationstore keeper. The keeper retains all the fixation stores used by modules, it also manages their lifecycle.
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, tsKeeper *timerstorekeeper.Keeper, getStaleBlocks types.GetStaleBlocks) *Keeper
func (*Keeper) AllIndices ¶
func (k *Keeper) AllIndices(goCtx context.Context, req *types.QueryAllIndicesRequest) (*types.QueryAllIndicesResponse, error)
func (*Keeper) BeginBlock ¶
func (*Keeper) Entry ¶
func (k *Keeper) Entry(goCtx context.Context, req *types.QueryEntryRequest) (res *types.QueryEntryResponse, err error)
func (*Keeper) NewFixationStore ¶
func (k *Keeper) NewFixationStore(storeKey storetypes.StoreKey, prefix string) *types.FixationStore
func (*Keeper) StoreKeys ¶
func (k *Keeper) StoreKeys(goCtx context.Context, req *types.QueryStoreKeysRequest) (*types.QueryStoreKeysResponse, error)
func (*Keeper) Versions ¶
func (k *Keeper) Versions(goCtx context.Context, req *types.QueryVersionsRequest) (*types.QueryVersionsResponse, error)
Click to show internal directories.
Click to hide internal directories.