Type Alias TotalStake

Source
pub type TotalStake<T> = StorageValue<_GeneratedPrefixForStorageTotalStake<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

The total amount of stake in the network.

Storage type is [StorageValue] with value type BalanceOf < T >.

Aliased Typeยง

struct TotalStake<T>(/* private fields */);