Unique Pallet - Events

When someone requests unique blockchain to perform some action, the result is usually being emitted as a bunch of Substrate events.

Substrate event has section, method and arguments. In addition to basic Substrate events (balances.Transfer and so on) unique network has such custom events:

Collection-related events:

SectionEvent
commonCollectionCreated
commonCollectionDestroyed
commonCollectionPropertyDeleted
commonCollectionPropertySet
commonPropertyPermissionSet
uniqueAllowListAddressAdded
uniqueAllowListAddressRemoved
uniqueCollectionAdminAdded
uniqueCollectionAdminRemoved
uniqueCollectionLimitSet
uniqueCollectionOwnedChanged
uniqueCollectionPermissionSet
uniqueCollectionSponsorRemoved
uniqueCollectionSponsorSet
uniqueSponsorshipConfirmed

Token-related events:

SectionEvent
commonApproved
commonItemCreated
commonItemDestroyed
commonTokenPropertyDeleted
commonTokenPropertySet
commonTransfer