pub type ChildBountiesValuePerParent<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageChildBountiesValuePerParent<T, I>, Twox64Concat, BountyIndex, T::Balance, ValueQuery>;Expand description
The cumulative child-bounty value for each parent bounty. To be subtracted from the parent bounty payout when awarding bounty.
Indexed by parent_bounty_id.
Storage type is [StorageMap] with key type BountyIndex and value type T :: Balance.
Aliased Type§
struct ChildBountiesValuePerParent<T: Config<I>, I: 'static = ()>(/* private fields */);