Type Definition staking::pallet::Stake

source ·
pub type Stake<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageStake<T>, Blake2_128Concat, T::Nonce, Blake2_128Concat, (DefaultVaultId<T>, T::AccountId), <T as Config>::SignedFixedPoint, ValueQuery>;
Expand description

The stake of a participant in this reward pool.

Storage type is [StorageDoubleMap] with key1 type T :: Nonce, key2 type (DefaultVaultId < T >, T :: AccountId) and value type SignedFixedPoint < T >.