Documentation ¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) GetCodec() codec.Codec
- func (k Keeper) GetCrosschainKeeper() types.CrosschainKeeper
- func (k Keeper) GetIBCTransferKeeper() types.IBCTransferKeeper
- func (k Keeper) GetMemKey() storetypes.StoreKey
- func (k Keeper) GetStoreKey() storetypes.StoreKey
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
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) 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
Click to show internal directories.
Click to hide internal directories.