Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) Logger(ctx sdk.Context) log.Logger
- func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) RunLiquidStake(ctx sdk.Context, addr sdk.AccAddress, token sdk.Coin) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) TryLiquidStaking(ctx sdk.Context, packet channeltypes.Packet, ...) ibcexported.Acknowledgement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct { Cdc codec.BinaryCodec // contains filtered or unexported fields }
func NewKeeper ¶
func NewKeeper( Cdc codec.BinaryCodec, storeKey storetypes.StoreKey, ps paramtypes.Subspace, stakeibcKeeper stakeibckeeper.Keeper, ) *Keeper
func (Keeper) Params ¶
func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) RunLiquidStake ¶
func (Keeper) TryLiquidStaking ¶
func (k Keeper) TryLiquidStaking( ctx sdk.Context, packet channeltypes.Packet, newData transfertypes.FungibleTokenPacketData, parsedReceiver *types.ParsedReceiver, ack ibcexported.Acknowledgement, ) ibcexported.Acknowledgement
Click to show internal directories.
Click to hide internal directories.