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?)
Emitted when an NFT is withdrawn from a Collection
Parameters:
pub event Withdraw(id: UInt64, from: Address?)