Documentation
¶
Index ¶
- type Keeper
- func (k *Keeper) DeleteInflation(ctx sdk.Context, t time.Time)
- func (k *Keeper) GetInflation(ctx sdk.Context, t time.Time) (inflation types.Inflation, found bool)
- func (k *Keeper) GetInflations(ctx sdk.Context) (items []types.Inflation)
- func (k *Keeper) GetMinter(ctx sdk.Context) minttypes.Minter
- func (k *Keeper) GetParams(ctx sdk.Context) minttypes.Params
- func (k *Keeper) IterateInflations(ctx sdk.Context, fn func(index int, item types.Inflation) (stop bool))
- func (k *Keeper) Logger(ctx sdk.Context) log.Logger
- func (k *Keeper) SetInflation(ctx sdk.Context, inflation types.Inflation)
- func (k *Keeper) SetMinter(ctx sdk.Context, minter minttypes.Minter)
- func (k *Keeper) SetParams(ctx sdk.Context, params minttypes.Params)
- func (k *Keeper) Store(ctx sdk.Context) sdk.KVStore
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
}
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, key sdk.StoreKey, mint expected.MintKeeper) Keeper
func (*Keeper) GetInflation ¶
func (*Keeper) GetInflations ¶
func (*Keeper) IterateInflations ¶
func (*Keeper) SetInflation ¶
Click to show internal directories.
Click to hide internal directories.