@ar.io/sdk 2.3.0-alpha.1 → 2.3.0-alpha.3
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 +6 -4
- package/bundles/web.bundle.min.js +4 -4
- package/lib/cjs/common/ant.js +14 -7
- package/lib/cjs/io.js +0 -6
- package/lib/cjs/version.js +1 -1
- package/lib/esm/common/ant.js +14 -7
- package/lib/esm/io.js +0 -6
- package/lib/esm/version.js +1 -1
- package/lib/types/common/ant.d.ts +8 -8
- package/lib/types/common/io.d.ts +2 -0
- package/lib/types/io.d.ts +10 -11
- package/lib/types/version.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -274,10 +274,12 @@ const info = await io.getInfo();
|
|
|
274
274
|
|
|
275
275
|
```json
|
|
276
276
|
{
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
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
|
|