All chains
    Preparing search index...

    Type Alias V0ToV1ChildBountyIds

    V0ToV1ChildBountyIds: StorageDescriptor<
        [Key: number],
        FixedSizeArray<2, number>,
        true,
        never,
    >

    The mapping of the child bounty ids from storage version V0 to the new V1 version.

    The V0 ids based on total child bounty count [ChildBountyCount]. The V1 version ids based on the child bounty count per parent bounty [ParentTotalChildBounties`]. The item intended solely for client convenience and not used in the pallet's core logic.