Module ibc_app_nft_transfer_types::events

source ·
Expand description

Defines Non-Fungible Token Transfer (ICS-721) 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 by the onRecvPacket module callback to indicate the that the RecvPacket message was processed
  • Event emitted in the onTimeoutPacket module callback
  • Event emitted in the onRecvPacket module callback when new tokens are minted
  • Event emitted after a successful sendTransfer

Enums§

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