Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) AllocateTokens(ctx sdk.Context)
- func (k Keeper) GetAppVersion(ctx sdk.Context, portID string, channelID string) (string, bool)
- func (k Keeper) GetParams(ctx sdk.Context) (params types.Params)
- func (k Keeper) Params(goCtx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
- func (k Keeper) SendPacket(ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI) error
- func (k Keeper) SetParams(ctx sdk.Context, params types.Params)
- func (k Keeper) WriteAcknowledgement(ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( ps paramtypes.Subspace, authKeeper types.AccountKeeper, bankKeeper types.BankKeeper, feeCollectorName string, ics4Wrapper porttypes.ICS4Wrapper, ) Keeper
NewKeeper constructs a new fee collector keeper.
func (Keeper) AllocateTokens ¶
func (Keeper) GetAppVersion ¶
func (Keeper) Params ¶
func (k Keeper) Params(goCtx context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error)
func (Keeper) SendPacket ¶
func (k Keeper) SendPacket( ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI, ) error
SendPacket implements the ICS4Wrapper interface.
func (Keeper) WriteAcknowledgement ¶
func (k Keeper) WriteAcknowledgement( ctx sdk.Context, chanCap *capabilitytypes.Capability, packet exported.PacketI, ack exported.Acknowledgement, ) error
WriteAcknowledgement implements the ICS4Wrapper interface.
Click to show internal directories.
Click to hide internal directories.