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