keeper

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2022 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BytesToPublicKey

func BytesToPublicKey(pub []byte) *rsa.PublicKey

BytesToPublicKey bytes to public key

func GenerateDid

func GenerateDid(accountAddr, nameToRegister string, pubBuf []byte) (*did.Document, error)

GenerateDid generates a new did document

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

func (k Keeper) GetAllWhoIs(ctx sdk.Context) (list []types.WhoIs)

GetAllWhoIs returns all whoIs

func (Keeper) GetParams

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

GetParams get all parameters as types.Params

func (Keeper) GetWhoIs

func (k Keeper) GetWhoIs(
	ctx sdk.Context,
	index string,

) (val types.WhoIs, found bool)

GetWhoIs returns a whoIs from its index

func (Keeper) Logger

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

func (Keeper) Params

func (Keeper) RemoveWhoIs

func (k Keeper) RemoveWhoIs(
	ctx sdk.Context,
	index string,

)

RemoveWhoIs removes a whoIs from the store

func (Keeper) SetParams

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

SetParams set the params

func (Keeper) SetWhoIs

func (k Keeper) SetWhoIs(ctx sdk.Context, whoIs types.WhoIs)

SetWhoIs set a specific whoIs in the store from its index

Jump to

Keyboard shortcuts

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