Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetAllWhatIs(ctx sdk.Context) (list []types.WhatIs)
- func (k Keeper) GetParams(ctx sdk.Context) types.Params
- func (k Keeper) GetWhatIs(ctx sdk.Context, did string) (val types.WhatIs, 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) RemoveWhatIs(ctx sdk.Context, did string)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) SetWhatIs(ctx sdk.Context, whatIs types.WhatIs)
- func (k Keeper) WhatIs(c context.Context, req *types.QueryWhatIsRequest) (*types.QueryWhatIsResponse, error)
- func (k Keeper) WhatIsAll(c context.Context, req *types.QueryAllWhatIsRequest) (*types.QueryAllWhatIsResponse, 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) GetAllWhatIs ¶
GetAllWhatIs returns all whatIs
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) RemoveWhatIs ¶
RemoveWhatIs removes a whatIs from the store
func (Keeper) WhatIs ¶
func (k Keeper) WhatIs(c context.Context, req *types.QueryWhatIsRequest) (*types.QueryWhatIsResponse, error)
func (Keeper) WhatIsAll ¶
func (k Keeper) WhatIsAll(c context.Context, req *types.QueryAllWhatIsRequest) (*types.QueryAllWhatIsResponse, error)
Click to show internal directories.
Click to hide internal directories.