NFT Withdraw
Withdraw
Emitted when a nft is withdrawn from an account.
Parameters:
- id: UInt64 - The ID of the withdrawn moment
- from: Address? - The address in which the moment is withdrawn from.
pub event Withdraw(id: UInt64, from: Address?)
Emitted when a nft is withdrawn from an account.
Parameters:
pub event Withdraw(id: UInt64, from: Address?)