Move an item from the sender account to another.
This resets the approved account of the item.
Origin must be Signed and the signing account must be either:
collection
item
Arguments:
dest
Emits Transferred.
Transferred
Weight: O(1)
O(1)
Move an item from the sender account to another.
This resets the approved account of the item.
Origin must be Signed and the signing account must be either:
collection;item;item(in this case, the approval is reset).Arguments:
collection: The collection of the item to be transferred.item: The item of the item to be transferred.dest: The account to receive ownership of the item.Emits
Transferred.Weight:
O(1)