Type Definition pallet_remote_asset_manager::pallet::PalletStakingLedger [−][src]
pub type PalletStakingLedger<T: Config> = StorageMap<_GeneratedPrefixForStoragePalletStakingLedger<T>, Twox64Concat, <T as Config>::AssetId, StakingLedger<<<T as Config>::Lookup as StaticLookup>::Source, <T as Config>::Balance, <T as Config>::BlockNumber>, OptionQuery>;
Expand description
The current state of PINT sovereign account bonding in pallet_staking
.