Type Definition pallet_xdns::pallet::Tokens
source · pub type Tokens<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTokens<T>, Identity, AssetId, Identity, TargetId, TokenRecord, OptionQuery>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type AssetId, key2 type TargetId and value type TokenRecord.