Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) GetRemainingCoin(ctx sdk.Context, denom string) sdk.Coin
- func (k Keeper) InitGenesis(ctx sdk.Context, genesisState *types.GenesisState)
- func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) Remaining(c context.Context, _ *types.QueryRemainingRequest) (*types.QueryRemainingResponse, error)
- func (k Keeper) SendVestedCoins(ctx sdk.Context, vestedCoins sdk.Coins) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
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(paramSubspace paramtypes.Subspace, bk types.BankKeeper, ak types.AccountKeeper, feeCollectorName string) Keeper
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis returns a GenesisState .
func (Keeper) GetRemainingCoin ¶
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx sdk.Context, genesisState *types.GenesisState)
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) Remaining ¶
func (k Keeper) Remaining(c context.Context, _ *types.QueryRemainingRequest) (*types.QueryRemainingResponse, error)
func (Keeper) SendVestedCoins ¶
Click to show internal directories.
Click to hide internal directories.