Type Alias cfg_traits::AssetMetadataOf
source · pub type AssetMetadataOf<T> = AssetMetadata<<T as Inspect>::Balance, <T as Inspect>::CustomMetadata, StringLimitOf<T>>;
Expand description
The asset metadata configured using the trait types
Aliased Type§
struct AssetMetadataOf<T> {
pub decimals: u32,
pub name: BoundedVec<u8, <T as Inspect>::StringLimit>,
pub symbol: BoundedVec<u8, <T as Inspect>::StringLimit>,
pub existential_deposit: <T as Inspect>::Balance,
pub location: Option<VersionedLocation>,
pub additional: <T as Inspect>::CustomMetadata,
}
Fields§
§decimals: u32
§name: BoundedVec<u8, <T as Inspect>::StringLimit>
§symbol: BoundedVec<u8, <T as Inspect>::StringLimit>
§existential_deposit: <T as Inspect>::Balance
§location: Option<VersionedLocation>
§additional: <T as Inspect>::CustomMetadata