Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetAllHowIs(ctx sdk.Context) (list []types.HowIs)
- func (k Keeper) GetHowIs(ctx sdk.Context, index string) (val types.HowIs, found bool)
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) HowIs(c context.Context, req *types.QueryGetHowIsRequest) (*types.QueryGetHowIsResponse, error)
- func (k Keeper) HowIsAll(c context.Context, req *types.QueryAllHowIsRequest) (*types.QueryAllHowIsResponse, error)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) RemoveHowIs(ctx sdk.Context, index string)
- func (k Keeper) SetHowIs(ctx sdk.Context, howIs types.HowIs)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the MsgServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.BinaryCodec, storeKey, memKey sdk.StoreKey, ps paramtypes.Subspace, accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, capabilityKeeper types.CapabilityKeeper, mintKeeper types.MintKeeper, ) *Keeper
func (Keeper) GetAllHowIs ¶
GetAllHowIs returns all howIs
func (Keeper) HowIs ¶
func (k Keeper) HowIs(c context.Context, req *types.QueryGetHowIsRequest) (*types.QueryGetHowIsResponse, error)
func (Keeper) HowIsAll ¶
func (k Keeper) HowIsAll(c context.Context, req *types.QueryAllHowIsRequest) (*types.QueryAllHowIsResponse, error)
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) RemoveHowIs ¶
RemoveHowIs removes a howIs from the store
Click to show internal directories.
Click to hide internal directories.