Type Definition pallet_xdns::pallet::AuthorizedMintAssets
source · pub type AuthorizedMintAssets<T: Config> = StorageValue<_GeneratedPrefixForStorageAuthorizedMintAssets<T>, Vec<(AssetId, TargetId)>, ValueQuery>;
Expand description
Storage type is [StorageValue
] with value type Vec < (AssetId, TargetId) >
.