Skip to main content

NFT Withdraw

Withdraw

Emitted when an NFT is withdrawn from a Collection

Parameters:

  • id: UInt64 - The ID of the withdrawn NFT
  • from: Address? - The address where the NFT is being withdrawn from
pub event Withdraw(id: UInt64, from: Address?)