ChildBounties: StorageDescriptor<FixedSizeArray<2, number>, {
    curator_deposit: bigint;
    fee: bigint;
    parent_bounty: number;
    status: ChildBountyStatus;
    value: bigint;
}, true, never>

Child bounties that have been added.