Versions in this module Expand all Collapse all v1 v1.0.0 Nov 8, 2022 Changes in this version + type Keeper struct + func NewKeeper(ps paramtypes.Subspace, ak types.AccountKeeper, bk types.BankKeeper, ...) *Keeper + func (k *Keeper) SetICS4Wrapper(ics4Wrapper porttypes.ICS4Wrapper) + func (k Keeper) GetAppVersion(ctx sdk.Context, portID, channelID string) (string, bool) + func (k Keeper) GetIBCDenomDestinationIdentifiers(ctx sdk.Context, denom, sender string) (destinationPort, destinationChannel string, err error) + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) OnRecvPacket(ctx sdk.Context, packet channeltypes.Packet, ack exported.Acknowledgement) exported.Acknowledgement + func (k Keeper) Params(c context.Context, _ *types.QueryParamsRequest) (*types.QueryParamsResponse, error) + func (k Keeper) SendPacket(ctx sdk.Context, channelCap *capabilitytypes.Capability, ...) error + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + func (k Keeper) WriteAcknowledgement(ctx sdk.Context, channelCap *capabilitytypes.Capability, ...) error