@avalabs/glacier-sdk 2.8.0-canary.b9aabd7.0 → 2.8.0-canary.c1a0f25.0

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.
Files changed (64) hide show
  1. package/dist/index.d.ts +291 -376
  2. package/dist/index.js +118 -166
  3. package/esm/generated/Glacier.d.ts +0 -2
  4. package/esm/generated/Glacier.js +0 -3
  5. package/esm/generated/models/Asset.d.ts +3 -1
  6. package/esm/generated/models/AssetWithPriceInfo.d.ts +35 -0
  7. package/esm/generated/models/CChainSharedAssetBalance.d.ts +3 -1
  8. package/esm/generated/models/HistoricalReward.d.ts +2 -5
  9. package/esm/generated/models/PChainSharedAsset.d.ts +3 -1
  10. package/esm/generated/models/PChainTransaction.d.ts +5 -0
  11. package/esm/generated/models/PChainTransactionType.d.ts +2 -0
  12. package/esm/generated/models/PChainTransactionType.js +2 -0
  13. package/esm/generated/models/PrimaryNetworkAssetCap.d.ts +6 -0
  14. package/esm/generated/models/PrimaryNetworkAssetCap.js +7 -0
  15. package/esm/generated/models/PrimaryNetworkAssetType.d.ts +6 -0
  16. package/esm/generated/models/PrimaryNetworkAssetType.js +7 -0
  17. package/esm/generated/models/PrimaryNetworkTxType.d.ts +2 -1
  18. package/esm/generated/models/PrimaryNetworkTxType.js +2 -1
  19. package/esm/generated/models/Subnet.d.ts +17 -0
  20. package/esm/generated/models/SubnetOwnershipInfo.d.ts +16 -0
  21. package/esm/generated/models/WebhookResponse.d.ts +2 -0
  22. package/esm/generated/models/XChainAssetBalance.d.ts +3 -1
  23. package/esm/generated/models/XChainAssetDetails.d.ts +6 -3
  24. package/esm/generated/models/XChainSharedAssetBalance.d.ts +3 -1
  25. package/esm/generated/services/DefaultService.d.ts +12 -5
  26. package/esm/generated/services/DefaultService.js +9 -3
  27. package/esm/generated/services/EvmBalancesService.d.ts +25 -25
  28. package/esm/generated/services/EvmBalancesService.js +8 -8
  29. package/esm/generated/services/EvmBlocksService.d.ts +7 -7
  30. package/esm/generated/services/EvmBlocksService.js +4 -4
  31. package/esm/generated/services/EvmChainsService.d.ts +1 -1
  32. package/esm/generated/services/EvmContractsService.d.ts +2 -2
  33. package/esm/generated/services/EvmTransactionsService.d.ts +57 -57
  34. package/esm/generated/services/EvmTransactionsService.js +32 -32
  35. package/esm/generated/services/NfTsService.d.ts +8 -8
  36. package/esm/generated/services/NfTsService.js +4 -4
  37. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +10 -10
  38. package/esm/generated/services/PrimaryNetworkBlocksService.js +8 -8
  39. package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +17 -12
  40. package/esm/generated/services/PrimaryNetworkRewardsService.js +8 -6
  41. package/esm/generated/services/PrimaryNetworkService.d.ts +31 -31
  42. package/esm/generated/services/PrimaryNetworkService.js +11 -11
  43. package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +16 -16
  44. package/esm/generated/services/PrimaryNetworkTransactionsService.js +8 -8
  45. package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +5 -5
  46. package/esm/generated/services/PrimaryNetworkUtxOsService.js +2 -2
  47. package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +10 -10
  48. package/esm/generated/services/PrimaryNetworkVerticesService.js +6 -6
  49. package/esm/index.d.ts +4 -8
  50. package/esm/index.js +2 -5
  51. package/package.json +2 -2
  52. package/esm/generated/models/DeliveredSourceNotIndexedTeleporterMessage.d.ts +0 -24
  53. package/esm/generated/models/DeliveredSourceNotIndexedTeleporterMessage.js +0 -8
  54. package/esm/generated/models/DeliveredTeleporterMessage.d.ts +0 -26
  55. package/esm/generated/models/DeliveredTeleporterMessage.js +0 -8
  56. package/esm/generated/models/NextPageToken.d.ts +0 -8
  57. package/esm/generated/models/PendingTeleporterMessage.d.ts +0 -24
  58. package/esm/generated/models/PendingTeleporterMessage.js +0 -8
  59. package/esm/generated/models/TeleporterDestinationTransaction.d.ts +0 -9
  60. package/esm/generated/models/TeleporterRewardDetails.d.ts +0 -37
  61. package/esm/generated/models/TeleporterRewardDetails.js +0 -8
  62. package/esm/generated/models/TeleporterSourceTransaction.d.ts +0 -7
  63. package/esm/generated/services/TeleporterService.d.ts +0 -65
  64. package/esm/generated/services/TeleporterService.js +0 -43
package/dist/index.d.ts CHANGED
@@ -88,6 +88,8 @@ type WebhookResponse = {
88
88
  chainId: string;
89
89
  status: WebhookStatusType;
90
90
  createdAt: number;
91
+ name: string;
92
+ description: string;
91
93
  };
92
94
 
93
95
  type ListWebhooksResponse = {
@@ -140,15 +142,15 @@ declare class DefaultService {
140
142
  * @returns ListWebhooksResponse
141
143
  * @throws ApiError
142
144
  */
143
- listWebhooks({ pageSize, pageToken, status, }: {
144
- /**
145
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
146
- */
147
- pageSize?: number;
145
+ listWebhooks({ pageToken, pageSize, status, }: {
148
146
  /**
149
147
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
150
148
  */
151
149
  pageToken?: string;
150
+ /**
151
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
152
+ */
153
+ pageSize?: number;
152
154
  /**
153
155
  * Status of the webhook. Use "active" to return only active webhooks, "inactive" to return only inactive webhooks. Else if no status is provided, all configured webhooks will be returned.
154
156
  */
@@ -173,6 +175,13 @@ declare class DefaultService {
173
175
  * @throws ApiError
174
176
  */
175
177
  generateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
178
+ /**
179
+ * Get a shared secret
180
+ * Get a previously generated shared secret.
181
+ * @returns SharedSecretsResponse
182
+ * @throws ApiError
183
+ */
184
+ getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
176
185
  }
177
186
 
178
187
  declare enum CurrencyCode {
@@ -450,7 +459,7 @@ declare class EvmBalancesService {
450
459
  */
451
460
  getNativeBalance({ chainId, address, blockNumber, currency, }: {
452
461
  /**
453
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
462
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
454
463
  */
455
464
  chainId: string;
456
465
  /**
@@ -476,9 +485,9 @@ declare class EvmBalancesService {
476
485
  * @returns ListErc20BalancesResponse
477
486
  * @throws ApiError
478
487
  */
479
- listErc20Balances({ chainId, address, blockNumber, pageSize, pageToken, contractAddresses, currency, }: {
488
+ listErc20Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddresses, currency, }: {
480
489
  /**
481
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
490
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
482
491
  */
483
492
  chainId: string;
484
493
  /**
@@ -489,14 +498,14 @@ declare class EvmBalancesService {
489
498
  * The block number, if not defined the block number will be the latest block.
490
499
  */
491
500
  blockNumber?: string;
492
- /**
493
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
494
- */
495
- pageSize?: number;
496
501
  /**
497
502
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
498
503
  */
499
504
  pageToken?: string;
505
+ /**
506
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
507
+ */
508
+ pageSize?: number;
500
509
  /**
501
510
  * A comma separated list of contract addresses to filter by.
502
511
  */
@@ -514,23 +523,23 @@ declare class EvmBalancesService {
514
523
  * @returns ListErc721BalancesResponse
515
524
  * @throws ApiError
516
525
  */
517
- listErc721Balances({ chainId, address, pageSize, pageToken, contractAddress, }: {
526
+ listErc721Balances({ chainId, address, pageToken, pageSize, contractAddress, }: {
518
527
  /**
519
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
528
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
520
529
  */
521
530
  chainId: string;
522
531
  /**
523
532
  * A wallet address.
524
533
  */
525
534
  address: string;
526
- /**
527
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
528
- */
529
- pageSize?: number;
530
535
  /**
531
536
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
532
537
  */
533
538
  pageToken?: string;
539
+ /**
540
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
541
+ */
542
+ pageSize?: number;
534
543
  /**
535
544
  * A contract addresses to filter by.
536
545
  */
@@ -546,9 +555,9 @@ declare class EvmBalancesService {
546
555
  * @returns ListErc1155BalancesResponse
547
556
  * @throws ApiError
548
557
  */
549
- listErc1155Balances({ chainId, address, blockNumber, pageSize, pageToken, contractAddress, }: {
558
+ listErc1155Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddress, }: {
550
559
  /**
551
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
560
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
552
561
  */
553
562
  chainId: string;
554
563
  /**
@@ -559,14 +568,14 @@ declare class EvmBalancesService {
559
568
  * The block number, if not defined the block number will be the latest block.
560
569
  */
561
570
  blockNumber?: string;
562
- /**
563
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
564
- */
565
- pageSize?: number;
566
571
  /**
567
572
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
568
573
  */
569
574
  pageToken?: string;
575
+ /**
576
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
577
+ */
578
+ pageSize?: number;
570
579
  /**
571
580
  * A contract addresses to filter by.
572
581
  */
@@ -580,23 +589,23 @@ declare class EvmBalancesService {
580
589
  * @returns ListCollectibleBalancesResponse
581
590
  * @throws ApiError
582
591
  */
583
- listCollectibleBalances({ chainId, address, pageSize, pageToken, contractAddress, }: {
592
+ listCollectibleBalances({ chainId, address, pageToken, pageSize, contractAddress, }: {
584
593
  /**
585
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
594
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
586
595
  */
587
596
  chainId: string;
588
597
  /**
589
598
  * A wallet address.
590
599
  */
591
600
  address: string;
592
- /**
593
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
594
- */
595
- pageSize?: number;
596
601
  /**
597
602
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
598
603
  */
599
604
  pageToken?: string;
605
+ /**
606
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
607
+ */
608
+ pageSize?: number;
600
609
  /**
601
610
  * A contract addresses to filter by.
602
611
  */
@@ -709,19 +718,19 @@ declare class EvmBlocksService {
709
718
  * @returns ListEvmBlocksResponse
710
719
  * @throws ApiError
711
720
  */
712
- getLatestBlocks({ chainId, pageSize, pageToken, }: {
721
+ getLatestBlocks({ chainId, pageToken, pageSize, }: {
713
722
  /**
714
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
723
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
715
724
  */
716
725
  chainId: string;
717
- /**
718
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
719
- */
720
- pageSize?: number;
721
726
  /**
722
727
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
723
728
  */
724
729
  pageToken?: string;
730
+ /**
731
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
732
+ */
733
+ pageSize?: number;
725
734
  }): CancelablePromise<ListEvmBlocksResponse>;
726
735
  /**
727
736
  * Get block
@@ -731,7 +740,7 @@ declare class EvmBlocksService {
731
740
  */
732
741
  getBlock({ chainId, blockId, }: {
733
742
  /**
734
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
743
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
735
744
  */
736
745
  chainId: string;
737
746
  /**
@@ -852,7 +861,7 @@ declare class EvmChainsService {
852
861
  */
853
862
  getChainInfo({ chainId, }: {
854
863
  /**
855
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
864
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
856
865
  */
857
866
  chainId: string;
858
867
  }): CancelablePromise<GetChainResponse>;
@@ -1147,7 +1156,7 @@ declare class EvmContractsService {
1147
1156
  */
1148
1157
  getContractMetadata({ chainId, address, }: {
1149
1158
  /**
1150
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1159
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1151
1160
  */
1152
1161
  chainId: string;
1153
1162
  /**
@@ -1163,7 +1172,7 @@ declare class EvmContractsService {
1163
1172
  */
1164
1173
  updateContractInfo({ chainId, address, requestBody, }: {
1165
1174
  /**
1166
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1175
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1167
1176
  */
1168
1177
  chainId: string;
1169
1178
  /**
@@ -1691,7 +1700,7 @@ declare class EvmTransactionsService {
1691
1700
  */
1692
1701
  getDeploymentTransaction({ chainId, address, currency, }: {
1693
1702
  /**
1694
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1703
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1695
1704
  */
1696
1705
  chainId: string;
1697
1706
  /**
@@ -1709,23 +1718,23 @@ declare class EvmTransactionsService {
1709
1718
  * @returns ListContractsResponse
1710
1719
  * @throws ApiError
1711
1720
  */
1712
- listContractDeployments({ chainId, address, pageSize, pageToken, }: {
1721
+ listContractDeployments({ chainId, address, pageToken, pageSize, }: {
1713
1722
  /**
1714
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1723
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1715
1724
  */
1716
1725
  chainId: string;
1717
1726
  /**
1718
1727
  * A wallet address.
1719
1728
  */
1720
1729
  address: string;
1721
- /**
1722
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1723
- */
1724
- pageSize?: number;
1725
1730
  /**
1726
1731
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1727
1732
  */
1728
1733
  pageToken?: string;
1734
+ /**
1735
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1736
+ */
1737
+ pageSize?: number;
1729
1738
  }): CancelablePromise<ListContractsResponse>;
1730
1739
  /**
1731
1740
  * List ERC transfers
@@ -1733,9 +1742,9 @@ declare class EvmTransactionsService {
1733
1742
  * @returns ListTransfersResponse
1734
1743
  * @throws ApiError
1735
1744
  */
1736
- listTransfers({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
1745
+ listTransfers({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1737
1746
  /**
1738
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1747
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1739
1748
  */
1740
1749
  chainId: string;
1741
1750
  /**
@@ -1750,14 +1759,14 @@ declare class EvmTransactionsService {
1750
1759
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1751
1760
  */
1752
1761
  endBlock?: number;
1753
- /**
1754
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1755
- */
1756
- pageSize?: number;
1757
1762
  /**
1758
1763
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1759
1764
  */
1760
1765
  pageToken?: string;
1766
+ /**
1767
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1768
+ */
1769
+ pageSize?: number;
1761
1770
  }): CancelablePromise<ListTransfersResponse>;
1762
1771
  /**
1763
1772
  * List transactions
@@ -1767,23 +1776,23 @@ declare class EvmTransactionsService {
1767
1776
  * @returns ListTransactionDetailsResponse
1768
1777
  * @throws ApiError
1769
1778
  */
1770
- listTransactions({ chainId, address, pageSize, pageToken, startBlock, endBlock, sortOrder, }: {
1779
+ listTransactions({ chainId, address, pageToken, pageSize, startBlock, endBlock, sortOrder, }: {
1771
1780
  /**
1772
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1781
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1773
1782
  */
1774
1783
  chainId: string;
1775
1784
  /**
1776
1785
  * A wallet address.
1777
1786
  */
1778
1787
  address: string;
1779
- /**
1780
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1781
- */
1782
- pageSize?: number;
1783
1788
  /**
1784
1789
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1785
1790
  */
1786
1791
  pageToken?: string;
1792
+ /**
1793
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1794
+ */
1795
+ pageSize?: number;
1787
1796
  /**
1788
1797
  * The block range start number, inclusive. If endBlock is not defined when startBlock is defined, the end of the range will be the most recent block.
1789
1798
  */
@@ -1803,9 +1812,9 @@ declare class EvmTransactionsService {
1803
1812
  * @returns ListNativeTransactionsResponse
1804
1813
  * @throws ApiError
1805
1814
  */
1806
- listNativeTransactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
1815
+ listNativeTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1807
1816
  /**
1808
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1817
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1809
1818
  */
1810
1819
  chainId: string;
1811
1820
  /**
@@ -1820,14 +1829,14 @@ declare class EvmTransactionsService {
1820
1829
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1821
1830
  */
1822
1831
  endBlock?: number;
1823
- /**
1824
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1825
- */
1826
- pageSize?: number;
1827
1832
  /**
1828
1833
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1829
1834
  */
1830
1835
  pageToken?: string;
1836
+ /**
1837
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1838
+ */
1839
+ pageSize?: number;
1831
1840
  }): CancelablePromise<ListNativeTransactionsResponse>;
1832
1841
  /**
1833
1842
  * List ERC-20 transfers
@@ -1835,9 +1844,9 @@ declare class EvmTransactionsService {
1835
1844
  * @returns ListErc20TransactionsResponse
1836
1845
  * @throws ApiError
1837
1846
  */
1838
- listErc20Transactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
1847
+ listErc20Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1839
1848
  /**
1840
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1849
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1841
1850
  */
1842
1851
  chainId: string;
1843
1852
  /**
@@ -1852,14 +1861,14 @@ declare class EvmTransactionsService {
1852
1861
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1853
1862
  */
1854
1863
  endBlock?: number;
1855
- /**
1856
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1857
- */
1858
- pageSize?: number;
1859
1864
  /**
1860
1865
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1861
1866
  */
1862
1867
  pageToken?: string;
1868
+ /**
1869
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1870
+ */
1871
+ pageSize?: number;
1863
1872
  }): CancelablePromise<ListErc20TransactionsResponse>;
1864
1873
  /**
1865
1874
  * List ERC-721 transfers
@@ -1867,9 +1876,9 @@ declare class EvmTransactionsService {
1867
1876
  * @returns ListErc721TransactionsResponse
1868
1877
  * @throws ApiError
1869
1878
  */
1870
- listErc721Transactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
1879
+ listErc721Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1871
1880
  /**
1872
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1881
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1873
1882
  */
1874
1883
  chainId: string;
1875
1884
  /**
@@ -1884,14 +1893,14 @@ declare class EvmTransactionsService {
1884
1893
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1885
1894
  */
1886
1895
  endBlock?: number;
1887
- /**
1888
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1889
- */
1890
- pageSize?: number;
1891
1896
  /**
1892
1897
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1893
1898
  */
1894
1899
  pageToken?: string;
1900
+ /**
1901
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1902
+ */
1903
+ pageSize?: number;
1895
1904
  }): CancelablePromise<ListErc721TransactionsResponse>;
1896
1905
  /**
1897
1906
  * List ERC-1155 transfers
@@ -1899,9 +1908,9 @@ declare class EvmTransactionsService {
1899
1908
  * @returns ListErc1155TransactionsResponse
1900
1909
  * @throws ApiError
1901
1910
  */
1902
- listErc1155Transactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
1911
+ listErc1155Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1903
1912
  /**
1904
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1913
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1905
1914
  */
1906
1915
  chainId: string;
1907
1916
  /**
@@ -1916,14 +1925,14 @@ declare class EvmTransactionsService {
1916
1925
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1917
1926
  */
1918
1927
  endBlock?: number;
1919
- /**
1920
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1921
- */
1922
- pageSize?: number;
1923
1928
  /**
1924
1929
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1925
1930
  */
1926
1931
  pageToken?: string;
1932
+ /**
1933
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1934
+ */
1935
+ pageSize?: number;
1927
1936
  }): CancelablePromise<ListErc1155TransactionsResponse>;
1928
1937
  /**
1929
1938
  * List internal transactions
@@ -1933,9 +1942,9 @@ declare class EvmTransactionsService {
1933
1942
  * @returns ListInternalTransactionsResponse
1934
1943
  * @throws ApiError
1935
1944
  */
1936
- listInternalTransactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
1945
+ listInternalTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1937
1946
  /**
1938
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1947
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1939
1948
  */
1940
1949
  chainId: string;
1941
1950
  /**
@@ -1950,14 +1959,14 @@ declare class EvmTransactionsService {
1950
1959
  * The block range end number, exclusive. If startBlock is not defined when endBlock is defined, the start of the range will be the genesis block.
1951
1960
  */
1952
1961
  endBlock?: number;
1953
- /**
1954
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1955
- */
1956
- pageSize?: number;
1957
1962
  /**
1958
1963
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
1959
1964
  */
1960
1965
  pageToken?: string;
1966
+ /**
1967
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
1968
+ */
1969
+ pageSize?: number;
1961
1970
  }): CancelablePromise<ListInternalTransactionsResponse>;
1962
1971
  /**
1963
1972
  * Get transaction
@@ -1967,7 +1976,7 @@ declare class EvmTransactionsService {
1967
1976
  */
1968
1977
  getTransaction({ chainId, txHash, }: {
1969
1978
  /**
1970
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1979
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1971
1980
  */
1972
1981
  chainId: string;
1973
1982
  /**
@@ -1983,7 +1992,7 @@ declare class EvmTransactionsService {
1983
1992
  */
1984
1993
  getTransactionsForBlock({ chainId, blockId, }: {
1985
1994
  /**
1986
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
1995
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1987
1996
  */
1988
1997
  chainId: string;
1989
1998
  /**
@@ -1997,19 +2006,19 @@ declare class EvmTransactionsService {
1997
2006
  * @returns ListNativeTransactionsResponse
1998
2007
  * @throws ApiError
1999
2008
  */
2000
- listLatestTransactions({ chainId, pageSize, pageToken, status, }: {
2009
+ listLatestTransactions({ chainId, pageToken, pageSize, status, }: {
2001
2010
  /**
2002
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
2011
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2003
2012
  */
2004
2013
  chainId: string;
2005
- /**
2006
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2007
- */
2008
- pageSize?: number;
2009
2014
  /**
2010
2015
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2011
2016
  */
2012
2017
  pageToken?: string;
2018
+ /**
2019
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2020
+ */
2021
+ pageSize?: number;
2013
2022
  /**
2014
2023
  * A status filter for listed transactions.
2015
2024
  */
@@ -2052,7 +2061,7 @@ declare class NfTsService {
2052
2061
  */
2053
2062
  reindexNft({ chainId, address, tokenId, }: {
2054
2063
  /**
2055
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
2064
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2056
2065
  */
2057
2066
  chainId: string;
2058
2067
  /**
@@ -2070,23 +2079,23 @@ declare class NfTsService {
2070
2079
  * @returns ListNftTokens
2071
2080
  * @throws ApiError
2072
2081
  */
2073
- listTokens({ chainId, address, pageSize, pageToken, }: {
2082
+ listTokens({ chainId, address, pageToken, pageSize, }: {
2074
2083
  /**
2075
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
2084
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2076
2085
  */
2077
2086
  chainId: string;
2078
2087
  /**
2079
2088
  * Contract address on the relevant chain.
2080
2089
  */
2081
2090
  address: string;
2082
- /**
2083
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2084
- */
2085
- pageSize?: number;
2086
2091
  /**
2087
2092
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2088
2093
  */
2089
2094
  pageToken?: string;
2095
+ /**
2096
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2097
+ */
2098
+ pageSize?: number;
2090
2099
  }): CancelablePromise<ListNftTokens>;
2091
2100
  /**
2092
2101
  * Get token details
@@ -2096,7 +2105,7 @@ declare class NfTsService {
2096
2105
  */
2097
2106
  getTokenDetails({ chainId, address, tokenId, }: {
2098
2107
  /**
2099
- * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
2108
+ * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2100
2109
  */
2101
2110
  chainId: string;
2102
2111
  /**
@@ -2362,13 +2371,44 @@ type BlockchainInfo = {
2362
2371
  blockchainId: string;
2363
2372
  };
2364
2373
 
2374
+ type SubnetOwnershipInfo = {
2375
+ /**
2376
+ * Locktime in seconds after which Subnet owners can control this Subnet.
2377
+ */
2378
+ locktime: number;
2379
+ /**
2380
+ * Minimum number of signatures required to sign the Subnet update transactions.
2381
+ */
2382
+ threshold: number;
2383
+ /**
2384
+ * Addresses that are eligible to sign the Subnet update transactions.
2385
+ */
2386
+ addresses: Array<string>;
2387
+ };
2388
+
2365
2389
  type Subnet = {
2366
2390
  createBlockTimestamp: number;
2367
2391
  createBlockIndex: string;
2368
2392
  subnetId: string;
2393
+ /**
2394
+ * This field is deprecated. Use subnetOwnershipInfo instead.
2395
+ * @deprecated
2396
+ */
2369
2397
  ownerAddresses: Array<string>;
2398
+ /**
2399
+ * This field is deprecated. Use subnetOwnershipInfo instead.
2400
+ * @deprecated
2401
+ */
2370
2402
  threshold: number;
2403
+ /**
2404
+ * This field is deprecated. Use subnetOwnershipInfo instead.
2405
+ * @deprecated
2406
+ */
2371
2407
  locktime: number;
2408
+ /**
2409
+ * Latest subnet owner details for this Subnet.
2410
+ */
2411
+ subnetOwnershipInfo: SubnetOwnershipInfo;
2372
2412
  blockchains: Array<BlockchainInfo>;
2373
2413
  };
2374
2414
 
@@ -2505,6 +2545,16 @@ declare enum ValidationStatusType {
2505
2545
  REMOVED = "removed"
2506
2546
  }
2507
2547
 
2548
+ declare enum PrimaryNetworkAssetCap {
2549
+ FIXED = "fixed",
2550
+ VARIABLE = "variable"
2551
+ }
2552
+
2553
+ declare enum PrimaryNetworkAssetType {
2554
+ SECP256K1 = "secp256k1",
2555
+ NFT = "nft"
2556
+ }
2557
+
2508
2558
  type XChainAssetDetails = {
2509
2559
  /**
2510
2560
  * Unique ID for an asset.
@@ -2525,15 +2575,15 @@ type XChainAssetDetails = {
2525
2575
  /**
2526
2576
  * Type of asset like SECP256K1 or NFT.
2527
2577
  */
2528
- type: string;
2578
+ type: PrimaryNetworkAssetType;
2529
2579
  /**
2530
2580
  * Timestamp in seconds this asset was created on.
2531
2581
  */
2532
2582
  createdAtTimestamp: number;
2533
2583
  /**
2534
- * Cap represents if an asset can be or is fixed cap.
2584
+ * Cap represents if an asset is a variable or fixed cap asset.
2535
2585
  */
2536
- cap: string;
2586
+ cap: PrimaryNetworkAssetCap;
2537
2587
  };
2538
2588
 
2539
2589
  declare enum XChainId {
@@ -2599,19 +2649,19 @@ declare class PrimaryNetworkService {
2599
2649
  * @returns ListBlockchainsResponse
2600
2650
  * @throws ApiError
2601
2651
  */
2602
- listBlockchains({ network, pageSize, pageToken, sortOrder, }: {
2652
+ listBlockchains({ network, pageToken, pageSize, sortOrder, }: {
2603
2653
  /**
2604
2654
  * Either mainnet or a testnet.
2605
2655
  */
2606
2656
  network: Network;
2607
- /**
2608
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2609
- */
2610
- pageSize?: number;
2611
2657
  /**
2612
2658
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2613
2659
  */
2614
2660
  pageToken?: string;
2661
+ /**
2662
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2663
+ */
2664
+ pageSize?: number;
2615
2665
  /**
2616
2666
  * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
2617
2667
  */
@@ -2623,19 +2673,19 @@ declare class PrimaryNetworkService {
2623
2673
  * @returns ListSubnetsResponse
2624
2674
  * @throws ApiError
2625
2675
  */
2626
- listSubnets({ network, pageSize, pageToken, sortOrder, }: {
2676
+ listSubnets({ network, pageToken, pageSize, sortOrder, }: {
2627
2677
  /**
2628
2678
  * Either mainnet or a testnet.
2629
2679
  */
2630
2680
  network: Network;
2631
- /**
2632
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2633
- */
2634
- pageSize?: number;
2635
2681
  /**
2636
2682
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2637
2683
  */
2638
2684
  pageToken?: string;
2685
+ /**
2686
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2687
+ */
2688
+ pageSize?: number;
2639
2689
  /**
2640
2690
  * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
2641
2691
  */
@@ -2647,19 +2697,19 @@ declare class PrimaryNetworkService {
2647
2697
  * @returns ListValidatorDetailsResponse
2648
2698
  * @throws ApiError
2649
2699
  */
2650
- listValidators({ network, pageSize, pageToken, nodeIds, sortOrder, validationStatus, minDelegationCapacity, maxDelegationCapacity, minTimeRemaining, maxTimeRemaining, minFeePercentage, maxFeePercentage, subnetId, }: {
2700
+ listValidators({ network, pageToken, pageSize, nodeIds, sortOrder, validationStatus, minDelegationCapacity, maxDelegationCapacity, minTimeRemaining, maxTimeRemaining, minFeePercentage, maxFeePercentage, subnetId, }: {
2651
2701
  /**
2652
2702
  * Either mainnet or a testnet.
2653
2703
  */
2654
2704
  network: Network;
2655
- /**
2656
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2657
- */
2658
- pageSize?: number;
2659
2705
  /**
2660
2706
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2661
2707
  */
2662
2708
  pageToken?: string;
2709
+ /**
2710
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2711
+ */
2712
+ pageSize?: number;
2663
2713
  /**
2664
2714
  * A comma separated list of node ids to filter by.
2665
2715
  */
@@ -2675,27 +2725,27 @@ declare class PrimaryNetworkService {
2675
2725
  /**
2676
2726
  * The minimum delegation capacity, in nAVAX, used to filter the set of nodes being returned. Accepts values between 0 and 720,000,000,000,000,000
2677
2727
  */
2678
- minDelegationCapacity?: any;
2728
+ minDelegationCapacity?: string;
2679
2729
  /**
2680
2730
  * The maximum delegation capacity, in nAVAX, used to filter the set of nodes being returned. Accepts values between 0 and 720,000,000,000,000,000.
2681
2731
  */
2682
- maxDelegationCapacity?: any;
2732
+ maxDelegationCapacity?: string;
2683
2733
  /**
2684
2734
  * The minimum validation time remaining, in seconds, used to filter the set of nodes being returned.
2685
2735
  */
2686
- minTimeRemaining?: any;
2736
+ minTimeRemaining?: number;
2687
2737
  /**
2688
2738
  * The maximum validation time remaining, in seconds, used to filter the set of nodes being returned.
2689
2739
  */
2690
- maxTimeRemaining?: any;
2740
+ maxTimeRemaining?: number;
2691
2741
  /**
2692
2742
  * The minimum fee percentage, used to filter the set of nodes being returned.If this field is populated no subnet validations will be returned, as their fee percentage is null, since subnet delegations are not supported. Default is 2, as per the Avalanche spec.
2693
2743
  */
2694
- minFeePercentage?: any;
2744
+ minFeePercentage?: number;
2695
2745
  /**
2696
2746
  * The maximum fee percentage, used to filter the set of nodes being returned. If this field is populated no subnet validations will be returned, as their fee percentage is null, since subnet delegations are not supported. Default is 100.
2697
2747
  */
2698
- maxFeePercentage?: any;
2748
+ maxFeePercentage?: number;
2699
2749
  /**
2700
2750
  * The subnet ID to filter by. If not provided, then all subnets will be returned.
2701
2751
  */
@@ -2707,7 +2757,7 @@ declare class PrimaryNetworkService {
2707
2757
  * @returns ListValidatorDetailsResponse
2708
2758
  * @throws ApiError
2709
2759
  */
2710
- getSingleValidatorDetails({ network, nodeId, pageSize, pageToken, sortOrder, validationStatus, }: {
2760
+ getSingleValidatorDetails({ network, nodeId, pageToken, pageSize, sortOrder, validationStatus, }: {
2711
2761
  /**
2712
2762
  * Either mainnet or a testnet.
2713
2763
  */
@@ -2716,14 +2766,14 @@ declare class PrimaryNetworkService {
2716
2766
  * A primary network (P or X chain) nodeId.
2717
2767
  */
2718
2768
  nodeId: string;
2719
- /**
2720
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2721
- */
2722
- pageSize?: number;
2723
2769
  /**
2724
2770
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2725
2771
  */
2726
2772
  pageToken?: string;
2773
+ /**
2774
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2775
+ */
2776
+ pageSize?: number;
2727
2777
  /**
2728
2778
  * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
2729
2779
  */
@@ -2739,19 +2789,19 @@ declare class PrimaryNetworkService {
2739
2789
  * @returns ListDelegatorDetailsResponse
2740
2790
  * @throws ApiError
2741
2791
  */
2742
- listDelegators({ network, pageSize, pageToken, rewardAddresses, sortOrder, delegationStatus, nodeIds, }: {
2792
+ listDelegators({ network, pageToken, pageSize, rewardAddresses, sortOrder, delegationStatus, nodeIds, }: {
2743
2793
  /**
2744
2794
  * Either mainnet or a testnet.
2745
2795
  */
2746
2796
  network: Network;
2747
- /**
2748
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2749
- */
2750
- pageSize?: number;
2751
2797
  /**
2752
2798
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
2753
2799
  */
2754
2800
  pageToken?: string;
2801
+ /**
2802
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
2803
+ */
2804
+ pageSize?: number;
2755
2805
  /**
2756
2806
  * A comma separated list of reward addresses to filter by.
2757
2807
  */
@@ -2802,7 +2852,7 @@ type CChainSharedAssetBalance = {
2802
2852
  /**
2803
2853
  * Type of asset like SECP256K1 or NFT.
2804
2854
  */
2805
- type: string;
2855
+ type: PrimaryNetworkAssetType;
2806
2856
  /**
2807
2857
  * Amount of the asset.
2808
2858
  */
@@ -2857,7 +2907,7 @@ type Asset = {
2857
2907
  /**
2858
2908
  * Type of asset like SECP256K1 or NFT.
2859
2909
  */
2860
- type: string;
2910
+ type: PrimaryNetworkAssetType;
2861
2911
  /**
2862
2912
  * Amount of the asset.
2863
2913
  */
@@ -2884,7 +2934,7 @@ type PChainSharedAsset = {
2884
2934
  /**
2885
2935
  * Type of asset like SECP256K1 or NFT.
2886
2936
  */
2887
- type: string;
2937
+ type: PrimaryNetworkAssetType;
2888
2938
  /**
2889
2939
  * Amount of the asset.
2890
2940
  */
@@ -2953,7 +3003,7 @@ type XChainAssetBalance = {
2953
3003
  /**
2954
3004
  * Type of asset like SECP256K1 or NFT.
2955
3005
  */
2956
- type: string;
3006
+ type: PrimaryNetworkAssetType;
2957
3007
  /**
2958
3008
  * Amount of the asset.
2959
3009
  */
@@ -2981,7 +3031,7 @@ type XChainSharedAssetBalance = {
2981
3031
  /**
2982
3032
  * Type of asset like SECP256K1 or NFT.
2983
3033
  */
2984
- type: string;
3034
+ type: PrimaryNetworkAssetType;
2985
3035
  /**
2986
3036
  * Amount of the asset.
2987
3037
  */
@@ -3111,7 +3161,7 @@ declare class PrimaryNetworkBlocksService {
3111
3161
  * @returns ListPrimaryNetworkBlocksResponse
3112
3162
  * @throws ApiError
3113
3163
  */
3114
- listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageSize, pageToken, }: {
3164
+ listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageToken, pageSize, }: {
3115
3165
  /**
3116
3166
  * A primary network blockchain id or alias.
3117
3167
  */
@@ -3124,14 +3174,14 @@ declare class PrimaryNetworkBlocksService {
3124
3174
  * A primary network (P or X chain) nodeId.
3125
3175
  */
3126
3176
  nodeId: string;
3127
- /**
3128
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3129
- */
3130
- pageSize?: number;
3131
3177
  /**
3132
3178
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3133
3179
  */
3134
3180
  pageToken?: string;
3181
+ /**
3182
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3183
+ */
3184
+ pageSize?: number;
3135
3185
  }): CancelablePromise<ListPrimaryNetworkBlocksResponse>;
3136
3186
  /**
3137
3187
  * List latest blocks
@@ -3139,7 +3189,7 @@ declare class PrimaryNetworkBlocksService {
3139
3189
  * @returns ListPrimaryNetworkBlocksResponse
3140
3190
  * @throws ApiError
3141
3191
  */
3142
- listLatestPrimaryNetworkBlocks({ blockchainId, network, pageSize, pageToken, }: {
3192
+ listLatestPrimaryNetworkBlocks({ blockchainId, network, pageToken, pageSize, }: {
3143
3193
  /**
3144
3194
  * A primary network blockchain id or alias.
3145
3195
  */
@@ -3148,17 +3198,48 @@ declare class PrimaryNetworkBlocksService {
3148
3198
  * Either mainnet or a testnet.
3149
3199
  */
3150
3200
  network: Network;
3151
- /**
3152
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3153
- */
3154
- pageSize?: number;
3155
3201
  /**
3156
3202
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3157
3203
  */
3158
3204
  pageToken?: string;
3205
+ /**
3206
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3207
+ */
3208
+ pageSize?: number;
3159
3209
  }): CancelablePromise<ListPrimaryNetworkBlocksResponse>;
3160
3210
  }
3161
3211
 
3212
+ type AssetWithPriceInfo = {
3213
+ /**
3214
+ * Unique ID for an asset.
3215
+ */
3216
+ assetId: string;
3217
+ /**
3218
+ * Name of this asset.
3219
+ */
3220
+ name: string;
3221
+ /**
3222
+ * Symbol for this asset (max 4 characters).
3223
+ */
3224
+ symbol: string;
3225
+ /**
3226
+ * Denomination of this asset to represent fungibility.
3227
+ */
3228
+ denomination: number;
3229
+ /**
3230
+ * Type of asset like SECP256K1 or NFT.
3231
+ */
3232
+ type: PrimaryNetworkAssetType;
3233
+ /**
3234
+ * Amount of the asset.
3235
+ */
3236
+ amount: string;
3237
+ /**
3238
+ * The historical asset price at the time the reward was granted, if available. Note, this is only provided if the reward occured more than 24 hours ago.
3239
+ */
3240
+ historicalPrice?: Money;
3241
+ };
3242
+
3162
3243
  declare enum RewardType {
3163
3244
  VALIDATOR = "VALIDATOR",
3164
3245
  DELEGATOR = "DELEGATOR",
@@ -3178,10 +3259,7 @@ type HistoricalReward = {
3178
3259
  rewardType: RewardType;
3179
3260
  utxoId: string;
3180
3261
  outputIndex: number;
3181
- /**
3182
- * An object containing P-chain Asset ID and the amount of that Asset ID.
3183
- */
3184
- reward: Asset;
3262
+ reward: AssetWithPriceInfo;
3185
3263
  rewardTxHash: string;
3186
3264
  };
3187
3265
 
@@ -3228,25 +3306,25 @@ declare class PrimaryNetworkRewardsService {
3228
3306
  * @returns ListPendingRewardsResponse
3229
3307
  * @throws ApiError
3230
3308
  */
3231
- listPendingPrimaryNetworkRewards({ network, addresses, pageSize, pageToken, nodeIds, sortOrder, }: {
3309
+ listPendingPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, }: {
3232
3310
  /**
3233
3311
  * Either mainnet or a testnet.
3234
3312
  */
3235
3313
  network: Network;
3236
3314
  /**
3237
- * A comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji". Optional, but at least one of addresses or nodeIds is required.
3315
+ * A comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji". One of addresses or nodeIds is required.
3238
3316
  */
3239
3317
  addresses?: string;
3240
- /**
3241
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3242
- */
3243
- pageSize?: number;
3244
3318
  /**
3245
3319
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3246
3320
  */
3247
3321
  pageToken?: string;
3248
3322
  /**
3249
- * A comma separated list of node ids to filter by. Optional, but at least one of addresses or nodeIds is required.
3323
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3324
+ */
3325
+ pageSize?: number;
3326
+ /**
3327
+ * A comma separated list of node ids to filter by. One of addresses or nodeIds is required.
3250
3328
  */
3251
3329
  nodeIds?: string;
3252
3330
  /**
@@ -3260,7 +3338,7 @@ declare class PrimaryNetworkRewardsService {
3260
3338
  * @returns ListHistoricalRewardsResponse
3261
3339
  * @throws ApiError
3262
3340
  */
3263
- listHistoricalPrimaryNetworkRewards({ network, addresses, pageSize, pageToken, nodeIds, sortOrder, }: {
3341
+ listHistoricalPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, currency, }: {
3264
3342
  /**
3265
3343
  * Either mainnet or a testnet.
3266
3344
  */
@@ -3269,14 +3347,14 @@ declare class PrimaryNetworkRewardsService {
3269
3347
  * A comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji". Optional, but at least one of addresses or nodeIds is required.
3270
3348
  */
3271
3349
  addresses?: string;
3272
- /**
3273
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3274
- */
3275
- pageSize?: number;
3276
3350
  /**
3277
3351
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3278
3352
  */
3279
3353
  pageToken?: string;
3354
+ /**
3355
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3356
+ */
3357
+ pageSize?: number;
3280
3358
  /**
3281
3359
  * A comma separated list of node ids to filter by. Optional, but at least one of addresses or nodeIds is required.
3282
3360
  */
@@ -3285,6 +3363,10 @@ declare class PrimaryNetworkRewardsService {
3285
3363
  * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
3286
3364
  */
3287
3365
  sortOrder?: SortOrder;
3366
+ /**
3367
+ * The currency that return values should use. Defaults to USD.
3368
+ */
3369
+ currency?: CurrencyCode;
3288
3370
  }): CancelablePromise<ListHistoricalRewardsResponse>;
3289
3371
  }
3290
3372
 
@@ -3518,6 +3600,8 @@ declare enum PChainTransactionType {
3518
3600
  TRANSFORM_SUBNET_TX = "TransformSubnetTx",
3519
3601
  ADD_PERMISSIONLESS_VALIDATOR_TX = "AddPermissionlessValidatorTx",
3520
3602
  ADD_PERMISSIONLESS_DELEGATOR_TX = "AddPermissionlessDelegatorTx",
3603
+ BASE_TX = "BaseTx",
3604
+ TRANSFER_SUBNET_OWNERSHIP_TX = "TransferSubnetOwnershipTx",
3521
3605
  UNKNOWN = "UNKNOWN"
3522
3606
  }
3523
3607
 
@@ -3637,6 +3721,10 @@ type PChainTransaction = {
3637
3721
  * Present for RewardValidatorTx
3638
3722
  */
3639
3723
  stakingTxHash?: string;
3724
+ /**
3725
+ * Subnet owner details for the CreateSubnetTx or TransferSubnetOwnershipTx
3726
+ */
3727
+ subnetOwnershipInfo?: SubnetOwnershipInfo;
3640
3728
  };
3641
3729
 
3642
3730
  type ListPChainTransactionsResponse = {
@@ -3820,8 +3908,9 @@ declare enum PrimaryNetworkTxType {
3820
3908
  TRANSFORM_SUBNET_TX = "TransformSubnetTx",
3821
3909
  ADD_PERMISSIONLESS_VALIDATOR_TX = "AddPermissionlessValidatorTx",
3822
3910
  ADD_PERMISSIONLESS_DELEGATOR_TX = "AddPermissionlessDelegatorTx",
3823
- UNKNOWN = "UNKNOWN",
3824
3911
  BASE_TX = "BaseTx",
3912
+ TRANSFER_SUBNET_OWNERSHIP_TX = "TransferSubnetOwnershipTx",
3913
+ UNKNOWN = "UNKNOWN",
3825
3914
  CREATE_ASSET_TX = "CreateAssetTx",
3826
3915
  OPERATION_TX = "OperationTx"
3827
3916
  }
@@ -3853,13 +3942,13 @@ declare class PrimaryNetworkTransactionsService {
3853
3942
  * List latest transactions
3854
3943
  * Lists the latest transactions on one of the Primary Network chains.
3855
3944
  *
3856
- * Transactions are filterable by addresses.
3945
+ * Transactions are filterable by addresses, txTypes, and timestamps. When querying for latest transactions without an address parameter, filtering by txTypes and timestamps is not supported. An address filter must be provided to utilize txTypes and timestamp filters.
3857
3946
  *
3858
3947
  * Given that each transaction may return a large number of UTXO objects, bounded only by the maximum transaction size, the query may return less transactions than the provided page size. The result will contain less results than the page size if the number of utxos contained in the resulting transactions reach a performance threshold.
3859
3948
  * @returns any
3860
3949
  * @throws ApiError
3861
3950
  */
3862
- listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageSize, pageToken, sortOrder, }: {
3951
+ listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
3863
3952
  /**
3864
3953
  * A primary network blockchain id or alias.
3865
3954
  */
@@ -3884,14 +3973,14 @@ declare class PrimaryNetworkTransactionsService {
3884
3973
  * Query param for retrieving items before a specific timestamp.
3885
3974
  */
3886
3975
  endTimestamp?: number;
3887
- /**
3888
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3889
- */
3890
- pageSize?: number;
3891
3976
  /**
3892
3977
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3893
3978
  */
3894
3979
  pageToken?: string;
3980
+ /**
3981
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3982
+ */
3983
+ pageSize?: number;
3895
3984
  /**
3896
3985
  * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
3897
3986
  */
@@ -3903,7 +3992,7 @@ declare class PrimaryNetworkTransactionsService {
3903
3992
  * @returns ListPChainTransactionsResponse
3904
3993
  * @throws ApiError
3905
3994
  */
3906
- listActivePrimaryNetworkStakingTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageSize, pageToken, sortOrder, }: {
3995
+ listActivePrimaryNetworkStakingTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
3907
3996
  /**
3908
3997
  * A primary network blockchain id or alias.
3909
3998
  */
@@ -3928,14 +4017,14 @@ declare class PrimaryNetworkTransactionsService {
3928
4017
  * Query param for retrieving items before a specific timestamp.
3929
4018
  */
3930
4019
  endTimestamp?: number;
3931
- /**
3932
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3933
- */
3934
- pageSize?: number;
3935
4020
  /**
3936
4021
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3937
4022
  */
3938
4023
  pageToken?: string;
4024
+ /**
4025
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4026
+ */
4027
+ pageSize?: number;
3939
4028
  /**
3940
4029
  * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
3941
4030
  */
@@ -3947,7 +4036,7 @@ declare class PrimaryNetworkTransactionsService {
3947
4036
  * @returns ListXChainTransactionsResponse
3948
4037
  * @throws ApiError
3949
4038
  */
3950
- listAssetTransactions({ blockchainId, network, assetId, txTypes, startTimestamp, endTimestamp, pageSize, pageToken, }: {
4039
+ listAssetTransactions({ blockchainId, network, assetId, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, }: {
3951
4040
  /**
3952
4041
  * A primary network blockchain id or alias.
3953
4042
  */
@@ -3972,14 +4061,14 @@ declare class PrimaryNetworkTransactionsService {
3972
4061
  * Query param for retrieving items before a specific timestamp.
3973
4062
  */
3974
4063
  endTimestamp?: number;
3975
- /**
3976
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3977
- */
3978
- pageSize?: number;
3979
4064
  /**
3980
4065
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
3981
4066
  */
3982
4067
  pageToken?: string;
4068
+ /**
4069
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4070
+ */
4071
+ pageSize?: number;
3983
4072
  }): CancelablePromise<ListXChainTransactionsResponse>;
3984
4073
  }
3985
4074
 
@@ -4010,7 +4099,7 @@ declare class PrimaryNetworkUtxOsService {
4010
4099
  * @returns any
4011
4100
  * @throws ApiError
4012
4101
  */
4013
- getUtxosByAddresses({ blockchainId, network, addresses, pageSize, pageToken, assetId, includeSpent, sortOrder, }: {
4102
+ getUtxosByAddresses({ blockchainId, network, addresses, pageToken, pageSize, assetId, includeSpent, sortOrder, }: {
4014
4103
  /**
4015
4104
  * A primary network blockchain id or alias.
4016
4105
  */
@@ -4023,14 +4112,14 @@ declare class PrimaryNetworkUtxOsService {
4023
4112
  * A comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji".
4024
4113
  */
4025
4114
  addresses?: string;
4026
- /**
4027
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4028
- */
4029
- pageSize?: number;
4030
4115
  /**
4031
4116
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
4032
4117
  */
4033
4118
  pageToken?: string;
4119
+ /**
4120
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4121
+ */
4122
+ pageSize?: number;
4034
4123
  /**
4035
4124
  * Asset ID for any asset (only applicable X-Chain)
4036
4125
  */
@@ -4075,7 +4164,7 @@ declare class PrimaryNetworkVerticesService {
4075
4164
  * @returns ListXChainVerticesResponse
4076
4165
  * @throws ApiError
4077
4166
  */
4078
- listLatestXChainVertices({ blockchainId, network, pageSize, pageToken, }: {
4167
+ listLatestXChainVertices({ blockchainId, network, pageToken, pageSize, }: {
4079
4168
  /**
4080
4169
  * A primary network blockchain id or alias.
4081
4170
  */
@@ -4084,14 +4173,14 @@ declare class PrimaryNetworkVerticesService {
4084
4173
  * Either mainnet or a testnet.
4085
4174
  */
4086
4175
  network: Network;
4087
- /**
4088
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4089
- */
4090
- pageSize?: number;
4091
4176
  /**
4092
4177
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
4093
4178
  */
4094
4179
  pageToken?: string;
4180
+ /**
4181
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4182
+ */
4183
+ pageSize?: number;
4095
4184
  }): CancelablePromise<ListXChainVerticesResponse>;
4096
4185
  /**
4097
4186
  * Get vertex
@@ -4119,7 +4208,7 @@ declare class PrimaryNetworkVerticesService {
4119
4208
  * @returns ListXChainVerticesResponse
4120
4209
  * @throws ApiError
4121
4210
  */
4122
- getVertexByHeight({ vertexHeight, blockchainId, network, pageSize, pageToken, sortOrder, }: {
4211
+ getVertexByHeight({ vertexHeight, blockchainId, network, pageToken, pageSize, sortOrder, }: {
4123
4212
  /**
4124
4213
  * The height of a vertex.
4125
4214
  */
@@ -4132,192 +4221,19 @@ declare class PrimaryNetworkVerticesService {
4132
4221
  * Either mainnet or a testnet.
4133
4222
  */
4134
4223
  network: Network;
4135
- /**
4136
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4137
- */
4138
- pageSize?: number;
4139
4224
  /**
4140
4225
  * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
4141
4226
  */
4142
4227
  pageToken?: string;
4143
- /**
4144
- * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
4145
- */
4146
- sortOrder?: SortOrder;
4147
- }): CancelablePromise<ListXChainVerticesResponse>;
4148
- }
4149
-
4150
- type TeleporterDestinationTransaction = {
4151
- txHash: string;
4152
- timestamp: number;
4153
- gasSpent: string;
4154
- rewardRedeemer: string;
4155
- delivererAddress: string;
4156
- };
4157
-
4158
- type TeleporterRewardDetails = {
4159
- /**
4160
- * A wallet or contract address in mixed-case checksum encoding.
4161
- */
4162
- address: string;
4163
- /**
4164
- * The contract name.
4165
- */
4166
- name: string;
4167
- /**
4168
- * The contract symbol.
4169
- */
4170
- symbol: string;
4171
- /**
4172
- * The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
4173
- */
4174
- decimals: number;
4175
- /**
4176
- * The logo uri for the address.
4177
- */
4178
- logoUri?: string;
4179
- ercType: TeleporterRewardDetails.ercType;
4180
- /**
4181
- * The token price, if available.
4182
- */
4183
- price?: Money;
4184
- value: string;
4185
- };
4186
- declare namespace TeleporterRewardDetails {
4187
- enum ercType {
4188
- ERC_20 = "ERC-20"
4189
- }
4190
- }
4191
-
4192
- type DeliveredSourceNotIndexedTeleporterMessage = {
4193
- sourceBlockchainId: string;
4194
- destinationBlockchainId: string;
4195
- messageId: string;
4196
- from: string;
4197
- to: string;
4198
- data?: string;
4199
- messageExecuted: boolean;
4200
- receipts: Array<string>;
4201
- receiptDelivered: boolean;
4202
- rewardDetails: TeleporterRewardDetails;
4203
- destinationTransaction: TeleporterDestinationTransaction;
4204
- status: DeliveredSourceNotIndexedTeleporterMessage.status;
4205
- };
4206
- declare namespace DeliveredSourceNotIndexedTeleporterMessage {
4207
- enum status {
4208
- DELIVERED_SOURCE_NOT_INDEXED = "delivered_source_not_indexed"
4209
- }
4210
- }
4211
-
4212
- type TeleporterSourceTransaction = {
4213
- txHash: string;
4214
- timestamp: number;
4215
- gasSpent: string;
4216
- };
4217
-
4218
- type DeliveredTeleporterMessage = {
4219
- sourceBlockchainId: string;
4220
- destinationBlockchainId: string;
4221
- messageId: string;
4222
- from: string;
4223
- to: string;
4224
- data?: string;
4225
- messageExecuted: boolean;
4226
- receipts: Array<string>;
4227
- receiptDelivered: boolean;
4228
- rewardDetails: TeleporterRewardDetails;
4229
- sourceTransaction: TeleporterSourceTransaction;
4230
- destinationTransaction: TeleporterDestinationTransaction;
4231
- status: DeliveredTeleporterMessage.status;
4232
- };
4233
- declare namespace DeliveredTeleporterMessage {
4234
- enum status {
4235
- DELIVERED = "delivered"
4236
- }
4237
- }
4238
-
4239
- type NextPageToken = {
4240
- /**
4241
- * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
4242
- */
4243
- nextPageToken?: string;
4244
- };
4245
-
4246
- type PendingTeleporterMessage = {
4247
- sourceBlockchainId: string;
4248
- destinationBlockchainId: string;
4249
- messageId: string;
4250
- from: string;
4251
- to: string;
4252
- data?: string;
4253
- messageExecuted: boolean;
4254
- receipts: Array<string>;
4255
- receiptDelivered: boolean;
4256
- rewardDetails: TeleporterRewardDetails;
4257
- sourceTransaction: TeleporterSourceTransaction;
4258
- status: PendingTeleporterMessage.status;
4259
- };
4260
- declare namespace PendingTeleporterMessage {
4261
- enum status {
4262
- PENDING = "pending"
4263
- }
4264
- }
4265
-
4266
- declare class TeleporterService {
4267
- readonly httpRequest: BaseHttpRequest;
4268
- constructor(httpRequest: BaseHttpRequest);
4269
- /**
4270
- * Get a teleporter message
4271
- * Gets a teleporter message by source chain, destination chain, and message ID.
4272
- * @returns any
4273
- * @throws ApiError
4274
- */
4275
- getTeleporterMessage({ sourceBlockchainId, destinationBlockchainId, messageId, }: {
4276
- /**
4277
- * The base58 encoded blockchain ID of the source chain that the teleporter message was sent from.
4278
- */
4279
- sourceBlockchainId: any;
4280
- /**
4281
- * The base58 encoded blockchain ID of the destination chain that the teleporter message was sent to.
4282
- */
4283
- destinationBlockchainId: any;
4284
- /**
4285
- * The message ID of the teleporter message.
4286
- */
4287
- messageId: any;
4288
- }): CancelablePromise<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedTeleporterMessage)>;
4289
- /**
4290
- * List teleporter messages
4291
- * Lists teleporter messages. Ordered by timestamp in descending order.
4292
- * @returns any
4293
- * @throws ApiError
4294
- */
4295
- listTeleporterMessages({ pageSize, pageToken, sourceBlockchainId, destinationBlockchainId, to, from, }: {
4296
4228
  /**
4297
4229
  * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
4298
4230
  */
4299
4231
  pageSize?: number;
4300
4232
  /**
4301
- * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
4302
- */
4303
- pageToken?: string;
4304
- /**
4305
- * The base58 encoded blockchain ID of the source chain that the teleporter message was sent from.
4306
- */
4307
- sourceBlockchainId?: any;
4308
- /**
4309
- * The base58 encoded blockchain ID of the destination chain that the teleporter message was sent to.
4310
- */
4311
- destinationBlockchainId?: any;
4312
- /**
4313
- * The address of the recipient of the teleporter message.
4314
- */
4315
- to?: any;
4316
- /**
4317
- * The address of the sender of the teleporter message.
4233
+ * The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
4318
4234
  */
4319
- from?: any;
4320
- }): CancelablePromise<NextPageToken>;
4235
+ sortOrder?: SortOrder;
4236
+ }): CancelablePromise<ListXChainVerticesResponse>;
4321
4237
  }
4322
4238
 
4323
4239
  type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
@@ -4338,7 +4254,6 @@ declare class Glacier {
4338
4254
  readonly primaryNetworkTransactions: PrimaryNetworkTransactionsService;
4339
4255
  readonly primaryNetworkUtxOs: PrimaryNetworkUtxOsService;
4340
4256
  readonly primaryNetworkVertices: PrimaryNetworkVerticesService;
4341
- readonly teleporter: TeleporterService;
4342
4257
  readonly request: BaseHttpRequest;
4343
4258
  constructor(config?: Partial<OpenAPIConfig>, HttpRequest?: HttpRequestConstructor);
4344
4259
  }
@@ -4360,4 +4275,4 @@ declare class ApiError extends Error {
4360
4275
  constructor(request: ApiRequestOptions, response: ApiResult, message: string);
4361
4276
  }
4362
4277
 
4363
- export { ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, ApiError, Asset, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlockchainInfo, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CurrencyCode, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, EVMInput, EVMOutput, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc20Transfer, Erc20TransferDetails, Erc721Contract, Erc721Token, Erc721TokenBalance, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EventType, EvmBalancesService, EvmBlock, EvmBlocksService, EvmChainsService, EvmContractsService, EvmNetworkOptions, EvmTransactionsService, FullNativeTransactionDetails, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, Glacier, HealthCheckService, HistoricalReward, ImageAsset, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListInternalTransactionsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Method, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NetworkType, NextPageToken, NfTsService, NftTokenMetadataStatus, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PricingProviders, PrimaryNetwork, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RegisterWebhookRequest, RemovedValidatorDetails, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, SharedSecretsResponse, SortOrder, StakingDistribution, Subnet, TeleporterDestinationTransaction, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TransactionDetails, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, UnknownContract, UpdateContractResponse, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookResponse, WebhookStatus, WebhookStatusType, XChainAssetBalance, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };
4278
+ export { ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, ApiError, Asset, AssetWithPriceInfo, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlockchainInfo, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CurrencyCode, DefaultService, DelegationStatusType, DelegatorsDetails, EVMInput, EVMOutput, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc20Transfer, Erc20TransferDetails, Erc721Contract, Erc721Token, Erc721TokenBalance, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EventType, EvmBalancesService, EvmBlock, EvmBlocksService, EvmChainsService, EvmContractsService, EvmNetworkOptions, EvmTransactionsService, FullNativeTransactionDetails, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, Glacier, HealthCheckService, HistoricalReward, ImageAsset, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListInternalTransactionsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Method, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NetworkType, NfTsService, NftTokenMetadataStatus, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingReward, PendingValidatorDetails, PricingProviders, PrimaryNetwork, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RegisterWebhookRequest, RemovedValidatorDetails, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, SharedSecretsResponse, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, TransactionDetails, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, UnknownContract, UpdateContractResponse, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookResponse, WebhookStatus, WebhookStatusType, XChainAssetBalance, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };