keeper

package
v0.0.0-...-192d3b1 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: MIT Imports: 16 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,
	storeService store.KVStoreService,
	logger log.Logger,
	authority string,

	bankKeeper types.BankKeeper,
) Keeper

func (Keeper) AllServices

AllServices queries all services.

func (Keeper) GetAllService

func (k Keeper) GetAllService(ctx context.Context) (services []sharedtypes.Service)

GetAllService returns all service

func (Keeper) GetAuthority

func (k Keeper) GetAuthority() string

GetAuthority returns the module's authority.

func (Keeper) GetParams

func (k Keeper) GetParams(ctx context.Context) (params types.Params)

GetParams get all parameters as types.Params

func (Keeper) GetService

func (k Keeper) GetService(
	ctx context.Context,
	serviceId string,
) (service sharedtypes.Service, found bool)

GetService returns a service from its index

func (Keeper) Logger

func (k Keeper) Logger() log.Logger

Logger returns a module-specific logger.

func (Keeper) Params

func (Keeper) RemoveService

func (k Keeper) RemoveService(
	ctx context.Context,
	serviceId string,
)

RemoveService removes a service from the store

func (Keeper) Service

Service returns the requested service if it exists.

func (Keeper) SetParams

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

SetParams set the params

func (Keeper) SetService

func (k Keeper) SetService(ctx context.Context, service sharedtypes.Service)

SetService set a specific service in the store from its index

Jump to

Keyboard shortcuts

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