pub type StakedBy<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageStakedBy<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 StakedBy<T: Config>(/* private fields */);