git.delta.rocks / unique-network / refs/commits / 395c681b83e7

difftreelog

doc: added comments about `TokenAuxProperties`

Grigoriy Simonov2022-07-21parent: #4503766.patch.diff
in: master

1 file changed

modifiedpallets/nonfungible/src/lib.rsdiffbeforeafterboth
205 >;205 >;
206206
207 /// 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<