--- a/pallets/rmrk-proxy/src/lib.rs +++ b/pallets/rmrk-proxy/src/lib.rs @@ -66,8 +66,11 @@ #[pallet::error] pub enum Error { + /* Unique-specific events */ CorruptedCollectionType, NotRmrkCollection, + + /* RMRK compatible events */ CollectionNotEmpty, NoAvailableCollectionId, CollectionUnknown,