referrerpolicy=no-referrer-when-downgrade

BudgetAllocation

Type Alias BudgetAllocation 

Source
pub type BudgetAllocation<T> = StorageValue<_GeneratedPrefixForStorageBudgetAllocation<T>, BudgetAllocationMap, ValueQuery>;
Expand description

Budget allocation map: BudgetKey -> Perbill.

Keys must correspond to registered BudgetRecipients. Sum of values must be exactly Perbill::one() (100%). Recipients not included receive nothing.

Storage type is [StorageValue] with value type BudgetAllocationMap.

Aliased Type§

pub struct BudgetAllocation<T>(/* private fields */);