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 */);