Type Definition pallet_xdns::pallet::GatewayTokens

source ·
pub type GatewayTokens<T: Config> = StorageMap<_GeneratedPrefixForStorageGatewayTokens<T>, Identity, TargetId, Vec<AssetId>, ValueQuery>;
Expand description

Storage type is [StorageMap] with key type TargetId and value type Vec < AssetId >.