Change the Issuer, Admin and Freezer of a collection.
Origin must be either ForceOrigin or Signed and the sender should be the Owner of the collection.
ForceOrigin
collection
Note: by setting the role to None only the ForceOrigin will be able to change it after to Some(account).
None
Some(account)
issuer
admin
freezer
Emits TeamChanged.
TeamChanged
Weight: O(1)
O(1)
Change the Issuer, Admin and Freezer of a collection.
Origin must be either
ForceOrigin
or Signed and the sender should be the Owner of thecollection
.Note: by setting the role to
None
only theForceOrigin
will be able to change it after toSome(account)
.collection
: The collection whose team should be changed.issuer
: The new Issuer of this collection.admin
: The new Admin of this collection.freezer
: The new Freezer of this collection.Emits
TeamChanged
.Weight:
O(1)