Type Definition pallet_remote_asset_manager::pallet::PalletStakingConfig [−][src]
pub type PalletStakingConfig<T: Config> = StorageMap<_GeneratedPrefixForStoragePalletStakingConfig<T>, Twox64Concat, <T as Config>::AssetId, StakingConfig<<T as Config>::AccountId, <T as Config>::Balance, <T as Config>::BlockNumber>, OptionQuery>;
Expand description
The config of pallet_staking
in the runtime of the parachain.