FuelLabs / fuels-ts

Fuel Network Typescript SDK
https://docs.fuel.network/docs/fuels-ts/
Apache License 2.0
44.05k stars 1.35k forks source link

Add pagination support for `getBalances` #2748

Open arboleya opened 4 months ago

arboleya commented 4 months ago

The getBalances method should soon support pagination.

We'll need to use the same strategies we used for getCoins, getMessages, and getBlocks.

_Originally posted by @arboleya in https://github.com/FuelLabs/fuels-ts/pull/2408#discussion_r1670588470_

arboleya commented 4 months ago

Blocked by: