Change the Owner of a collection.
Origin must be Signed and the sender should be the Owner of the collection.
collection
owner
set_accept_ownership
Emits OwnerChanged.
OwnerChanged
Weight: O(1)
O(1)
Change the Owner of a collection.
Origin must be Signed and the sender should be the Owner of the
collection
.collection
: The collection whose owner should be changed.owner
: The new Owner of this collection. They must have calledset_accept_ownership
withcollection
in order for this operation to succeed.Emits
OwnerChanged
.Weight:
O(1)