Type Definition pallet_assets::pallet::Metadata
source · pub type Metadata<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMetadata<T, I>, Blake2_128Concat, T::AssetId, AssetMetadata<<<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, BoundedVec<u8, T::StringLimit>>, ValueQuery, GetDefault, ConstU32<300_000>>;
Expand description
Metadata of an asset.