@ar.io/sdk 2.5.5 → 2.6.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bundles/web.bundle.min.js +3 -3
- package/lib/cjs/common/ant.js +1 -1
- package/lib/cjs/common/io.js +5 -0
- package/lib/cjs/version.js +1 -1
- package/lib/esm/common/ant.js +1 -1
- package/lib/esm/common/io.js +5 -0
- package/lib/esm/version.js +1 -1
- package/lib/types/common/io.d.ts +2 -1
- package/lib/types/types/io.d.ts +20 -0
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -625,7 +625,7 @@ Available `sortBy` options are any of the keys on the gateway object, e.g. `oper
|
|
|
625
625
|
|
|
626
626
|
#### `getGatewayDelegates({ address, cursor, limit, sortBy, sortOrder })`
|
|
627
627
|
|
|
628
|
-
Retrieves all delegates for a specific gateway, paginated and sorted by the specified criteria. The `cursor` used for pagination is the last
|
|
628
|
+
Retrieves all delegates for a specific gateway, paginated and sorted by the specified criteria. The `cursor` used for pagination is the last delegate address from the previous request.
|
|
629
629
|
|
|
630
630
|
```typescript
|
|
631
631
|
const io = IO.init();
|