referrerpolicy=no-referrer-when-downgrade

Type Alias PoolStakers

Source
pub type PoolStakers<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePoolStakers<T>, Blake2_128Concat, PoolId, Blake2_128Concat, T::AccountId, PoolStakerInfo<T::Balance>>;
Expand description

State of pool stakers.

Storage type is [StorageDoubleMap] with key1 type PoolId, key2 type T :: AccountId and value type PoolStakerInfo < T :: Balance >.

Aliased Type§

struct PoolStakers<T: Config>(/* private fields */);