Type Alias serai_validator_sets_pallet::pallet::Allocations
source · pub type Allocations<T: Config> = StorageMap<_GeneratedPrefixForStorageAllocations<T>, Blake2_128Concat, (NetworkId, Public), Amount, OptionQuery>;
Expand description
The current amount allocated to a validator set by a validator.
Storage type is StorageMap
with key type (NetworkId, Public)
and value type Amount
.
Aliased Type§
struct Allocations<T: Config>(/* private fields */);