Versions in this module Expand all Collapse all v7 v7.0.0 Feb 27, 2025 Changes in this version + func DeriveIntermediateSender(channel, originalSender, bech32Prefix string) (string, error) + func GetPacketKey(channel string, packetSequence uint64) []byte + type Keeper struct + func NewKeeper(storeKey storetypes.StoreKey) Keeper + func (k Keeper) DeletePacketCallback(ctx sdk.Context, channel string, packetSequence uint64) + func (k Keeper) GetPacketCallback(ctx sdk.Context, channel string, packetSequence uint64) string + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) StorePacketCallback(ctx sdk.Context, channel string, packetSequence uint64, contract string) Other modules containing this package github.com/cosmos/ibc-apps/modules/ibc-hooks/v8