Versions in this module Expand all Collapse all v0 v0.0.1 Dec 5, 2021 Changes in this version + func NewMsgServerImpl(keeper Keeper) types.MsgServer + type Keeper struct + func NewKeeper(cdc codec.BinaryCodec, storeKey, memKey sdk.StoreKey, ...) *Keeper + func (k Keeper) GetAllNft(ctx sdk.Context) (list []types.Nft) + func (k Keeper) GetNft(ctx sdk.Context, index string) (val types.Nft, found bool) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) Nft(c context.Context, req *types.QueryGetNftRequest) (*types.QueryGetNftResponse, error) + func (k Keeper) NftAll(c context.Context, req *types.QueryAllNftRequest) (*types.QueryAllNftResponse, error) + func (k Keeper) RemoveNft(ctx sdk.Context, index string) + func (k Keeper) SetNft(ctx sdk.Context, nft types.Nft)