Module ibc::apps::transfer::types::events

source ·
Expand description

Defines all token transfer event types

Structs§

  • Event emitted in the onAcknowledgePacket module callback
  • Event emitted in the onAcknowledgePacket module callback to indicate whether the acknowledgement is a success or a failure
  • Event emitted in the onRecvPacket module callback when new tokens are minted
  • Event emitted by the onRecvPacket module callback to indicate the that the RecvPacket message was processed
  • Event emitted in the onTimeoutPacket module callback
  • Event emitted after a successful sendTransfer

Enums§

  • Contains all events variants that can be emitted from the token transfer application