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: 1000We return { badgeIds: [{ start: 1n, end: 1000n }] because we increment the badgeIds by 1 each time. Copy
For a transfer with balances: [{ badgeIds: [{ start: 1n, end: 1n }], amount: 1n }], incrementIdsBy: 1n, toAddressesLength: 1000We return { badgeIds: [{ start: 1n, end: 1000n }] because we increment the badgeIds by 1 each time.
Gets the badge IDs to be transferred for a given transfer with increments.
Example