Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetAllThereIs(ctx sdk.Context) (list []types.ThereIs)
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) GetThereIs(ctx sdk.Context, index string) (val types.ThereIs, found bool)
- 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) RemoveThereIs(ctx sdk.Context, index string)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetThereIs(ctx sdk.Context, thereIs types.ThereIs)
- func (k Keeper) ThereIs(c context.Context, req *types.QueryGetThereIsRequest) (*types.QueryGetThereIsResponse, error)
- func (k Keeper) ThereIsAll(c context.Context, req *types.QueryAllThereIsRequest) (*types.QueryAllThereIsResponse, error)
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) GetAllThereIs ¶
GetAllThereIs returns all thereIs
func (Keeper) GetThereIs ¶
GetThereIs returns a thereIs from its index
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) RemoveThereIs ¶
RemoveThereIs removes a thereIs from the store
func (Keeper) SetThereIs ¶
SetThereIs set a specific thereIs in the store from its index
func (Keeper) ThereIs ¶
func (k Keeper) ThereIs(c context.Context, req *types.QueryGetThereIsRequest) (*types.QueryGetThereIsResponse, error)
func (Keeper) ThereIsAll ¶
func (k Keeper) ThereIsAll(c context.Context, req *types.QueryAllThereIsRequest) (*types.QueryAllThereIsResponse, error)
Click to show internal directories.
Click to hide internal directories.