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.

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 */);