referrerpolicy=no-referrer-when-downgrade

Type Alias ChildBountiesPerParent

Source
pub type ChildBountiesPerParent<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageChildBountiesPerParent<T, I>, Twox64Concat, BountyIndex, u32, ValueQuery>;
Expand description

Number of active child bounties per parent bounty.

Indexed by parent_bounty_id.

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

Aliased Type§

struct ChildBountiesPerParent<T: Config<I>, I: 'static = ()>(/* private fields */);