keeper

package
v0.0.0-...-2da98db Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 6 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
}

Keeper maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine

func NewKeeper

func NewKeeper(
	cdc codec.Codec,
	storeKey,
	memKey storetypes.StoreKey,
	crosschainKeeper types.CrosschainKeeper,
	ibcTransferKeeper types.IBCTransferKeeper,
) *Keeper

NewKeeper creates new instances of the ibccrosschain Keeper

func (Keeper) GetCodec

func (k Keeper) GetCodec() codec.Codec

GetCodec returns the codec for ibccrosschain

func (Keeper) GetCrosschainKeeper

func (k Keeper) GetCrosschainKeeper() types.CrosschainKeeper

GetCrosschainKeeper returns the crosschain keeper

func (Keeper) GetIBCTransferKeeper

func (k Keeper) GetIBCTransferKeeper() types.IBCTransferKeeper

GetIBCTransferKeeper returns the ibc transfer keeper

func (Keeper) GetMemKey

func (k Keeper) GetMemKey() storetypes.StoreKey

GetMemKey returns the mem key to the store for ibccrosschain

func (Keeper) GetStoreKey

func (k Keeper) GetStoreKey() storetypes.StoreKey

GetStoreKey returns the key to the store for ibccrosschain

func (Keeper) Logger

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

Logger returns a module-specific logger.

Jump to

Keyboard shortcuts

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