@ar.io/sdk 3.2.0-alpha.3 → 3.3.0-alpha.1

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
@@ -314,7 +314,8 @@ const info = await ario.getInfo();
314
314
  "Owner": "QGWqtJdLLgm2ehFWiiPzMaoFLD50CnGuzZIPEdoDRGQ",
315
315
  "Denomination": 6,
316
316
  "Handlers": ["_eval", "_default_"], // full list of handlers, useful for debugging
317
- "LastTickedEpochIndex": 31 // epoch index of the last tick
317
+ "LastCreatedEpochIndex": 31, // epoch index of the last tick
318
+ "LastDistributedEpochIndex": 31 // epoch index of the last distribution
318
319
  }
319
320
  ```
320
321