referrerpolicy=no-referrer-when-downgrade

Type Alias pallet_child_bounties::pallet::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§

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