Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBCHooks ¶
IBCHooks represents the structure that implements the ibc_hooks.OnRecvPacketOverrideHooks interface to execute custom logic when an IBC token transfer packet is received.
func NewIBCHooks ¶
func (IBCHooks) OnRecvPacketOverride ¶
func (h IBCHooks) OnRecvPacketOverride( im ibchooks.IBCMiddleware, ctx sdk.Context, packet chan4types.Packet, relayer sdk.AccAddress, ) exported.Acknowledgement
OnRecvPacketOverride implements ibc_hooks.OnRecvPacketOverrideHooks.
Click to show internal directories.
Click to hide internal directories.