pub type StakingTo<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageStakingTo<T>, Identity, T::AccountId, Identity, T::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance>;
Expand description
Storage type is [StorageDoubleMap
] with key1 type T :: AccountId, key2 type T :: AccountId and value type BalanceOf < T >.
Aliased Typeยง
struct StakingTo<T: Config>(/* private fields */);