Type Alias serai_validator_sets_pallet::pallet::TotalAllocatedStake
source · pub type TotalAllocatedStake<T: Config> = StorageMap<_GeneratedPrefixForStorageTotalAllocatedStake<T>, Identity, NetworkId, Amount, OptionQuery>;
Expand description
The total stake allocated to this network by the active set of validators.
Storage type is StorageMap
with key type NetworkId
and value type Amount
.
Aliased Type§
struct TotalAllocatedStake<T: Config>(/* private fields */);