difftreelog
doc: added comments about `TokenAuxProperties`
in: master
1 file changed
pallets/nonfungible/src/lib.rsdiffbeforeafterboth205 >;205 >;206206207 /// Custom data that is serialized to bytes and attached to a token property.207 /// Custom data that is serialized to bytes and attached to a token property.208 /// Currently used to store RMRK data.208 #[pallet::storage]209 #[pallet::storage]209 #[pallet::getter(fn token_aux_property)]210 #[pallet::getter(fn token_aux_property)]210 pub type TokenAuxProperties<T: Config> = StorageNMap<211 pub type TokenAuxProperties<T: Config> = StorageNMap<