git.delta.rocks / unique-network / refs/commits / 30e6f4b9ea17

difftreelog

comment: add comment about rmrk and unique events

Daniel Shiposha2022-05-18parent: #55c4d05.patch.diff
in: master

1 file changed

modifiedpallets/rmrk-proxy/src/lib.rsdiffbeforeafterboth
6666
67 #[pallet::error]67 #[pallet::error]
68 pub enum Error<T> {68 pub enum Error<T> {
69 /* Unique-specific events */
69 CorruptedCollectionType,70 CorruptedCollectionType,
70 NotRmrkCollection,71 NotRmrkCollection,
72
73 /* RMRK compatible events */
71 CollectionNotEmpty,74 CollectionNotEmpty,
72 NoAvailableCollectionId,75 NoAvailableCollectionId,
73 CollectionUnknown,76 CollectionUnknown,