referrerpolicy=no-referrer-when-downgrade

ParentTotalChildBounties

Type Alias ParentTotalChildBounties 

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

Number of total child bounties per parent bounty, including completed bounties.

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

Aliased Type§

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