Type Definition pallet_remote_asset_manager::pallet::PalletProxyConfig [−][src]
pub type PalletProxyConfig<T: Config> = StorageMap<_GeneratedPrefixForStoragePalletProxyConfig<T>, Twox64Concat, <T as Config>::AssetId, ProxyConfig, OptionQuery>;
Expand description
The config of pallet_proxy
in the runtime of the parachain.