keeper

package
v0.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2022 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMsgServerImpl

func NewMsgServerImpl(keeper Keeper) types.MsgServer

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) GetAllWhichIs

func (k Keeper) GetAllWhichIs(ctx sdk.Context) (list []types.WhichIs)

GetAllWhichIs returns all whichIs

func (Keeper) GetParams

func (k Keeper) GetParams(ctx sdk.Context) types.Params

GetParams get all parameters as types.Params

func (Keeper) GetWhichIs

func (k Keeper) GetWhichIs(
	ctx sdk.Context,
	did string,
) (val types.WhichIs, found bool)

GetWhichIs returns a whichIs from its did

func (Keeper) Logger

func (k Keeper) Logger(ctx sdk.Context) log.Logger

func (Keeper) Params

func (Keeper) RemoveWhichIs

func (k Keeper) RemoveWhichIs(
	ctx sdk.Context,
	did string,
)

RemoveWhichIs removes a whichIs from the store

func (Keeper) SetParams

func (k Keeper) SetParams(ctx sdk.Context, params types.Params)

SetParams set the params

func (Keeper) SetWhichIs

func (k Keeper) SetWhichIs(ctx sdk.Context, whichIs types.WhichIs)

SetWhichIs set a specific whichIs in the store from its did

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL