Versions in this module Expand all Collapse all v4 v4.0.1 May 17, 2022 Changes in this version + func GetTransferAmount(packet channeltypes.Packet) (string, error) + func GetTransferSenderRecipient(packet channeltypes.Packet) (sender, recipient sdk.AccAddress, senderBech32, recipientBech32 string, ...) + type Module struct + func NewModule(app porttypes.IBCModule) *Module + func (im Module) OnAcknowledgementPacket(ctx sdk.Context, packet channeltypes.Packet, acknowledgement []byte, ...) error + func (im Module) OnChanCloseConfirm(ctx sdk.Context, portID, channelID string) error + func (im Module) OnChanCloseInit(ctx sdk.Context, portID, channelID string) error + func (im Module) OnChanOpenAck(ctx sdk.Context, ...) error + func (im Module) OnChanOpenConfirm(ctx sdk.Context, portID, channelID string) error + func (im Module) OnChanOpenInit(ctx sdk.Context, order channeltypes.Order, connectionHops []string, ...) error + func (im Module) OnChanOpenTry(ctx sdk.Context, order channeltypes.Order, connectionHops []string, ...) (version string, err error) + func (im Module) OnRecvPacket(ctx sdk.Context, packet channeltypes.Packet, relayer sdk.AccAddress) exported.Acknowledgement + func (im Module) OnTimeoutPacket(ctx sdk.Context, packet channeltypes.Packet, relayer sdk.AccAddress) error