referrerpolicy=no-referrer-when-downgrade

ParentChildBounties

Type Alias ParentChildBounties 

Source
pub type ParentChildBounties<T: Config> = StorageMap<_GeneratedPrefixForStorageParentChildBounties<T>, Twox64Concat, BountyIndex, u32, ValueQuery>;
Expand description

Number of active child bounties per parent bounty. Map of parent bounty index to number of child bounties.

Storage type is [StorageMap] with key type BountyIndex and value type u32.

Aliased Type§

pub struct ParentChildBounties<T: Config>(/* private fields */);