keeper

package
v0.0.0-...-074f6d4 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 22 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 storetypes.StoreKey, ps paramtypes.Subspace) *Keeper

func (Keeper) DidDocumentByID

func (Keeper) GetChainNamespace

func (k Keeper) GetChainNamespace(ctx *sdk.Context) string

GetChainNamespace gets the Chain namespace from store

func (Keeper) GetFeeParams

func (k Keeper) GetFeeParams(ctx sdk.Context, ssiParamStoreKey []byte) sdk.Coin

func (Keeper) Logger

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

Logger returns a module-specific logger.

func (Keeper) QuerySSIFee

QuerySSIFee fetches fees for all SSI based transactions

func (Keeper) SetChainNamespace

func (k Keeper) SetChainNamespace(ctx *sdk.Context, namespace string)

SetChainNamespace sets the Chain namespace in store

func (Keeper) SetFeeParam

func (k Keeper) SetFeeParam(ctx sdk.Context, fee sdk.Coin, ssiParamStoreKey []byte)

Jump to

Keyboard shortcuts

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