@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 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 delegationId from the previous request.
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();