referrerpolicy=no-referrer-when-downgrade

BudgetAllocationMap

Type Alias BudgetAllocationMap 

Source
pub type BudgetAllocationMap = BoundedBTreeMap<BudgetKey, Perbill, ConstU32<MAX_BUDGET_RECIPIENTS>>;
Expand description

Type alias for the budget allocation map.

Aliased Type§

pub struct BudgetAllocationMap(/* private fields */);