Type Alias pallet_capacity::pallet::StakingTargetLedger
source · pub type StakingTargetLedger<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageStakingTargetLedger<T>, Twox64Concat, T::AccountId, Twox64Concat, MessageSourceId, StakingTargetDetails<<<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance>>;
Expand description
Storage to record how many tokens were targeted to an MSA.
- Keys: AccountId, MSA Id
- Value:
StakingTargetDetails
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type MessageSourceId and value type StakingTargetDetails < BalanceOf < T > >.
Aliased Type§
struct StakingTargetLedger<T: Config>(/* private fields */);