pub type BudgetAllocationMap = BoundedBTreeMap<BudgetKey, Perbill, ConstU32<MAX_BUDGET_RECIPIENTS>>;
Type alias for the budget allocation map.
pub struct BudgetAllocationMap(/* private fields */);