Documentation
¶
Index ¶
- func NewMsgServerImpl(keeper Keeper) types.MsgServer
- type Keeper
- func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) InitGenesis(ctx sdk.Context, genState *types.GenesisState)
- func (k Keeper) OnAcknowledgementPacket() error
- func (k Keeper) OnChanOpenAck() error
- func (k Keeper) OnChanOpenInit() (string, error)
- func (k Keeper) OnTimeoutPacket() error
- func (k Keeper) Params(goCtx context.Context, request *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServerImpl ¶
NewMsgServerImpl returns an implementation of the liquidstakeibc MsgServer interface for the provided Keeper.
Types ¶
type Keeper ¶
type Keeper struct { AccountKeeper types.AccountKeeper BankKeeper types.BankKeeper // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper(cdc codec.BinaryCodec, storeKey storetypes.StoreKey, accountKeeper types.AccountKeeper, bankKeeper types.BankKeeper, paramSpace paramtypes.Subspace, msgRouter *baseapp.MsgServiceRouter, ) Keeper
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis returns the liquidstakeibc module's genesis state.
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx sdk.Context, genState *types.GenesisState)
InitGenesis initializes the liquidstakeibc module's state from a given genesis state.
func (Keeper) OnAcknowledgementPacket ¶
func (Keeper) OnChanOpenAck ¶
func (Keeper) OnChanOpenInit ¶
func (Keeper) OnTimeoutPacket ¶
func (Keeper) Params ¶
func (k Keeper) Params(goCtx context.Context, request *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
Click to show internal directories.
Click to hide internal directories.