pub type Metadata<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageMetadata<T, I>, Blake2_128Concat, T::AssetId, AssetMetadata<DepositBalanceOf<T, I>, BoundedVec<u8, T::StringLimit>>, ValueQuery>;
Expand description
Metadata of an asset.
Storage type is [StorageMap
] with key type T :: AssetId
and value type `AssetMetadata < DepositBalanceOf < T, I > , BoundedVec < u8, T :: StringLimit
`.
Aliased Type§
struct Metadata<T: Config<I>, I: 'static = ()>(/* private fields */);