Alter the attributes of a given item.
Origin must be ForceOrigin.
ForceOrigin
collection
owner
issuer
admin
freezer
free_holding
is_frozen
Emits ItemStatusChanged with the identity of the item.
ItemStatusChanged
Weight: O(1)
O(1)
Alter the attributes of a given item.
Origin must be
ForceOrigin
.collection
: The identifier of the item.owner
: The new Owner of this item.issuer
: The new Issuer of this item.admin
: The new Admin of this item.freezer
: The new Freezer of this item.free_holding
: Whether a deposit is taken for holding an item of this collection.is_frozen
: Whether this collection is frozen except for permissioned/admin instructions.Emits
ItemStatusChanged
with the identity of the item.Weight:
O(1)