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