From 395c681b83e78544199c9ca9d8752116f505864e Mon Sep 17 00:00:00 2001 From: Grigoriy Simonov Date: Thu, 21 Jul 2022 10:04:34 +0000 Subject: [PATCH] doc: added comments about `TokenAuxProperties` --- --- a/pallets/nonfungible/src/lib.rs +++ b/pallets/nonfungible/src/lib.rs @@ -205,6 +205,7 @@ >; /// Custom data that is serialized to bytes and attached to a token property. + /// Currently used to store RMRK data. #[pallet::storage] #[pallet::getter(fn token_aux_property)] pub type TokenAuxProperties = StorageNMap< -- gitstuff