Function getAllBadgeIdsToBeTransferred

Gets the badge IDs to be transferred for a given transfer with increments.

For a transfer with balances: [{ badgeIds: [{ start: 1n, end: 1n }], amount: 1n }], incrementIdsBy: 1n, toAddressesLength: 1000
We return { badgeIds: [{ start: 1n, end: 1000n }] because we increment the badgeIds by 1 each time.