All chains
    Preparing search index...

    Type Alias ChildBountiesValuePerParent

    ChildBountiesValuePerParent: StorageDescriptor<
        [Key: number],
        bigint,
        false,
        never,
    >

    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.