@ar.io/sdk 2.3.0-alpha.1 → 2.3.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
@@ -274,10 +274,12 @@ const info = await io.getInfo();
274
274
 
275
275
  ```json
276
276
  {
277
- "name": "Testnet IO",
278
- "ticker": "tIO",
279
- "owner": "QGWqtJdLLgm2ehFWiiPzMaoFLD50CnGuzZIPEdoDRGQ",
280
- "denomination": "6"
277
+ "Name": "Testnet IO",
278
+ "Ticker": "tIO",
279
+ "Owner": "QGWqtJdLLgm2ehFWiiPzMaoFLD50CnGuzZIPEdoDRGQ",
280
+ "Denomination": 6,
281
+ "Handlers": ["_eval", "_default_"], // full list of handlers, useful for debugging
282
+ "LastTickedEpochIndex": 31 // epoch index of the last tick
281
283
  }
282
284
  ```
283
285