Type Alias pallet_moonbeam_foreign_assets::pallet::AssetsCreationDetails
source · pub type AssetsCreationDetails<T: Config> = StorageMap<_GeneratedPrefixForStorageAssetsCreationDetails<T>, Blake2_128Concat, AssetId, AssetDepositDetails<T>>;
Expand description
Mapping from an asset id to its creation details
Storage type is [StorageMap
] with key type AssetId
and value type AssetDepositDetails < T >
.
Aliased Type§
struct AssetsCreationDetails<T: Config>(/* private fields */);