@ar.io/sdk 2.5.0-alpha.1 → 2.5.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
@@ -1597,36 +1597,43 @@ const records = await ant.getRecords();
1597
1597
  <summary>Output</summary>
1598
1598
 
1599
1599
  ```json
1600
- {
1601
- "@": {
1600
+ [
1601
+ {
1602
+ "name": "@",
1602
1603
  "transactionId": "nOXJjj_vk0Dc1yCgdWD8kti_1iHruGzLQLNNBHVpN0Y",
1603
1604
  "ttlSeconds": 3600
1604
1605
  },
1605
- "cn": {
1606
+ {
1607
+ "name": "cn",
1606
1608
  "transactionId": "_HquerT6pfGFXrVxRxQTkJ7PV5RciZCqvMjLtUY0C1k",
1607
1609
  "ttlSeconds": 3300
1608
1610
  },
1609
- "dapp": {
1611
+ {
1612
+ "name": "dapp",
1610
1613
  "transactionId": "hxlxVgAG0K4o3fVD9T6Q4VBWpPmMZwMWgRh1kcuh3WU",
1611
1614
  "ttlSeconds": 3600
1612
1615
  },
1613
- "logo": {
1616
+ {
1617
+ "name": "logo",
1614
1618
  "transactionId": "KKmRbIfrc7wiLcG0zvY1etlO0NBx1926dSCksxCIN3A",
1615
1619
  "ttlSeconds": 3600
1616
1620
  },
1617
- "og": {
1621
+ {
1622
+ "name": "og",
1618
1623
  "transactionId": "YzD_Pm5VAfYpMD3zQCgMUcKKuleGhEH7axlrnrDCKBo",
1619
1624
  "ttlSeconds": 3600
1620
1625
  },
1621
- "og_dapp": {
1626
+ {
1627
+ "name": "og_dapp",
1622
1628
  "transactionId": "5iR4wBu4KUV1pUz1YpYE1ARXSRHUT5G2ptMuoN2JDlI",
1623
1629
  "ttlSeconds": 3600
1624
1630
  },
1625
- "og_logo": {
1631
+ {
1632
+ "name": "og_logo",
1626
1633
  "transactionId": "TB2wJyKrPnkAW79DAwlJYwpgdHKpijEJWQfcwX715Co",
1627
1634
  "ttlSeconds": 3600
1628
1635
  }
1629
- }
1636
+ ]
1630
1637
  ```
1631
1638
 
1632
1639
  </details>