@avalabs/glacier-sdk 2.8.0-alpha.164 → 2.8.0-alpha.165
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/dist/index.d.ts +187 -177
- package/dist/index.js +105 -91
- package/esm/generated/models/Asset.d.ts +3 -1
- package/esm/generated/models/AssetWithPriceInfo.d.ts +2 -1
- package/esm/generated/models/CChainSharedAssetBalance.d.ts +3 -1
- package/esm/generated/models/PChainSharedAsset.d.ts +3 -1
- package/esm/generated/models/PrimaryNetworkAssetCap.d.ts +6 -0
- package/esm/generated/models/PrimaryNetworkAssetCap.js +7 -0
- package/esm/generated/models/PrimaryNetworkAssetType.d.ts +6 -0
- package/esm/generated/models/PrimaryNetworkAssetType.js +7 -0
- package/esm/generated/models/XChainAssetBalance.d.ts +3 -1
- package/esm/generated/models/XChainAssetDetails.d.ts +6 -3
- package/esm/generated/models/XChainSharedAssetBalance.d.ts +3 -1
- package/esm/generated/services/DefaultService.d.ts +5 -5
- package/esm/generated/services/DefaultService.js +2 -2
- package/esm/generated/services/EvmBalancesService.d.ts +20 -20
- package/esm/generated/services/EvmBalancesService.js +8 -8
- package/esm/generated/services/EvmBlocksService.d.ts +5 -5
- package/esm/generated/services/EvmBlocksService.js +4 -4
- package/esm/generated/services/EvmTransactionsService.d.ts +45 -45
- package/esm/generated/services/EvmTransactionsService.js +32 -32
- package/esm/generated/services/NfTsService.d.ts +5 -5
- package/esm/generated/services/NfTsService.js +4 -4
- package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +10 -10
- package/esm/generated/services/PrimaryNetworkBlocksService.js +8 -8
- package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +10 -10
- package/esm/generated/services/PrimaryNetworkRewardsService.js +4 -4
- package/esm/generated/services/PrimaryNetworkService.d.ts +31 -31
- package/esm/generated/services/PrimaryNetworkService.js +11 -11
- package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +16 -16
- package/esm/generated/services/PrimaryNetworkTransactionsService.js +8 -8
- package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +5 -5
- package/esm/generated/services/PrimaryNetworkUtxOsService.js +2 -2
- package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +10 -10
- package/esm/generated/services/PrimaryNetworkVerticesService.js +6 -6
- package/esm/generated/services/TeleporterService.d.ts +5 -5
- package/esm/generated/services/TeleporterService.js +2 -2
- package/esm/index.d.ts +2 -0
- package/esm/index.js +2 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -140,15 +140,15 @@ declare class DefaultService {
|
|
|
140
140
|
* @returns ListWebhooksResponse
|
|
141
141
|
* @throws ApiError
|
|
142
142
|
*/
|
|
143
|
-
listWebhooks({
|
|
144
|
-
/**
|
|
145
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
146
|
-
*/
|
|
147
|
-
pageSize?: number;
|
|
143
|
+
listWebhooks({ pageToken, pageSize, status, }: {
|
|
148
144
|
/**
|
|
149
145
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
150
146
|
*/
|
|
151
147
|
pageToken?: string;
|
|
148
|
+
/**
|
|
149
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
150
|
+
*/
|
|
151
|
+
pageSize?: number;
|
|
152
152
|
/**
|
|
153
153
|
* 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
154
|
*/
|
|
@@ -476,7 +476,7 @@ declare class EvmBalancesService {
|
|
|
476
476
|
* @returns ListErc20BalancesResponse
|
|
477
477
|
* @throws ApiError
|
|
478
478
|
*/
|
|
479
|
-
listErc20Balances({ chainId, address, blockNumber,
|
|
479
|
+
listErc20Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddresses, currency, }: {
|
|
480
480
|
/**
|
|
481
481
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
482
482
|
*/
|
|
@@ -489,14 +489,14 @@ declare class EvmBalancesService {
|
|
|
489
489
|
* The block number, if not defined the block number will be the latest block.
|
|
490
490
|
*/
|
|
491
491
|
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
492
|
/**
|
|
497
493
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
498
494
|
*/
|
|
499
495
|
pageToken?: string;
|
|
496
|
+
/**
|
|
497
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
498
|
+
*/
|
|
499
|
+
pageSize?: number;
|
|
500
500
|
/**
|
|
501
501
|
* A comma separated list of contract addresses to filter by.
|
|
502
502
|
*/
|
|
@@ -514,7 +514,7 @@ declare class EvmBalancesService {
|
|
|
514
514
|
* @returns ListErc721BalancesResponse
|
|
515
515
|
* @throws ApiError
|
|
516
516
|
*/
|
|
517
|
-
listErc721Balances({ chainId, address,
|
|
517
|
+
listErc721Balances({ chainId, address, pageToken, pageSize, contractAddress, }: {
|
|
518
518
|
/**
|
|
519
519
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
520
520
|
*/
|
|
@@ -523,14 +523,14 @@ declare class EvmBalancesService {
|
|
|
523
523
|
* A wallet address.
|
|
524
524
|
*/
|
|
525
525
|
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
526
|
/**
|
|
531
527
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
532
528
|
*/
|
|
533
529
|
pageToken?: string;
|
|
530
|
+
/**
|
|
531
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
532
|
+
*/
|
|
533
|
+
pageSize?: number;
|
|
534
534
|
/**
|
|
535
535
|
* A contract addresses to filter by.
|
|
536
536
|
*/
|
|
@@ -546,7 +546,7 @@ declare class EvmBalancesService {
|
|
|
546
546
|
* @returns ListErc1155BalancesResponse
|
|
547
547
|
* @throws ApiError
|
|
548
548
|
*/
|
|
549
|
-
listErc1155Balances({ chainId, address, blockNumber,
|
|
549
|
+
listErc1155Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddress, }: {
|
|
550
550
|
/**
|
|
551
551
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
552
552
|
*/
|
|
@@ -559,14 +559,14 @@ declare class EvmBalancesService {
|
|
|
559
559
|
* The block number, if not defined the block number will be the latest block.
|
|
560
560
|
*/
|
|
561
561
|
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
562
|
/**
|
|
567
563
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
568
564
|
*/
|
|
569
565
|
pageToken?: string;
|
|
566
|
+
/**
|
|
567
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
568
|
+
*/
|
|
569
|
+
pageSize?: number;
|
|
570
570
|
/**
|
|
571
571
|
* A contract addresses to filter by.
|
|
572
572
|
*/
|
|
@@ -580,7 +580,7 @@ declare class EvmBalancesService {
|
|
|
580
580
|
* @returns ListCollectibleBalancesResponse
|
|
581
581
|
* @throws ApiError
|
|
582
582
|
*/
|
|
583
|
-
listCollectibleBalances({ chainId, address,
|
|
583
|
+
listCollectibleBalances({ chainId, address, pageToken, pageSize, contractAddress, }: {
|
|
584
584
|
/**
|
|
585
585
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
586
586
|
*/
|
|
@@ -589,14 +589,14 @@ declare class EvmBalancesService {
|
|
|
589
589
|
* A wallet address.
|
|
590
590
|
*/
|
|
591
591
|
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
592
|
/**
|
|
597
593
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
598
594
|
*/
|
|
599
595
|
pageToken?: string;
|
|
596
|
+
/**
|
|
597
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
598
|
+
*/
|
|
599
|
+
pageSize?: number;
|
|
600
600
|
/**
|
|
601
601
|
* A contract addresses to filter by.
|
|
602
602
|
*/
|
|
@@ -709,19 +709,19 @@ declare class EvmBlocksService {
|
|
|
709
709
|
* @returns ListEvmBlocksResponse
|
|
710
710
|
* @throws ApiError
|
|
711
711
|
*/
|
|
712
|
-
getLatestBlocks({ chainId,
|
|
712
|
+
getLatestBlocks({ chainId, pageToken, pageSize, }: {
|
|
713
713
|
/**
|
|
714
714
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
715
715
|
*/
|
|
716
716
|
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
717
|
/**
|
|
722
718
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
723
719
|
*/
|
|
724
720
|
pageToken?: string;
|
|
721
|
+
/**
|
|
722
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
723
|
+
*/
|
|
724
|
+
pageSize?: number;
|
|
725
725
|
}): CancelablePromise<ListEvmBlocksResponse>;
|
|
726
726
|
/**
|
|
727
727
|
* Get block
|
|
@@ -1709,7 +1709,7 @@ declare class EvmTransactionsService {
|
|
|
1709
1709
|
* @returns ListContractsResponse
|
|
1710
1710
|
* @throws ApiError
|
|
1711
1711
|
*/
|
|
1712
|
-
listContractDeployments({ chainId, address,
|
|
1712
|
+
listContractDeployments({ chainId, address, pageToken, pageSize, }: {
|
|
1713
1713
|
/**
|
|
1714
1714
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1715
1715
|
*/
|
|
@@ -1718,14 +1718,14 @@ declare class EvmTransactionsService {
|
|
|
1718
1718
|
* A wallet address.
|
|
1719
1719
|
*/
|
|
1720
1720
|
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
1721
|
/**
|
|
1726
1722
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1727
1723
|
*/
|
|
1728
1724
|
pageToken?: string;
|
|
1725
|
+
/**
|
|
1726
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1727
|
+
*/
|
|
1728
|
+
pageSize?: number;
|
|
1729
1729
|
}): CancelablePromise<ListContractsResponse>;
|
|
1730
1730
|
/**
|
|
1731
1731
|
* List ERC transfers
|
|
@@ -1733,7 +1733,7 @@ declare class EvmTransactionsService {
|
|
|
1733
1733
|
* @returns ListTransfersResponse
|
|
1734
1734
|
* @throws ApiError
|
|
1735
1735
|
*/
|
|
1736
|
-
listTransfers({ chainId, address, startBlock, endBlock,
|
|
1736
|
+
listTransfers({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1737
1737
|
/**
|
|
1738
1738
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1739
1739
|
*/
|
|
@@ -1750,14 +1750,14 @@ declare class EvmTransactionsService {
|
|
|
1750
1750
|
* 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
1751
|
*/
|
|
1752
1752
|
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
1753
|
/**
|
|
1758
1754
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1759
1755
|
*/
|
|
1760
1756
|
pageToken?: string;
|
|
1757
|
+
/**
|
|
1758
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1759
|
+
*/
|
|
1760
|
+
pageSize?: number;
|
|
1761
1761
|
}): CancelablePromise<ListTransfersResponse>;
|
|
1762
1762
|
/**
|
|
1763
1763
|
* List transactions
|
|
@@ -1767,7 +1767,7 @@ declare class EvmTransactionsService {
|
|
|
1767
1767
|
* @returns ListTransactionDetailsResponse
|
|
1768
1768
|
* @throws ApiError
|
|
1769
1769
|
*/
|
|
1770
|
-
listTransactions({ chainId, address,
|
|
1770
|
+
listTransactions({ chainId, address, pageToken, pageSize, startBlock, endBlock, sortOrder, }: {
|
|
1771
1771
|
/**
|
|
1772
1772
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1773
1773
|
*/
|
|
@@ -1776,14 +1776,14 @@ declare class EvmTransactionsService {
|
|
|
1776
1776
|
* A wallet address.
|
|
1777
1777
|
*/
|
|
1778
1778
|
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
1779
|
/**
|
|
1784
1780
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1785
1781
|
*/
|
|
1786
1782
|
pageToken?: string;
|
|
1783
|
+
/**
|
|
1784
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1785
|
+
*/
|
|
1786
|
+
pageSize?: number;
|
|
1787
1787
|
/**
|
|
1788
1788
|
* 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
1789
|
*/
|
|
@@ -1803,7 +1803,7 @@ declare class EvmTransactionsService {
|
|
|
1803
1803
|
* @returns ListNativeTransactionsResponse
|
|
1804
1804
|
* @throws ApiError
|
|
1805
1805
|
*/
|
|
1806
|
-
listNativeTransactions({ chainId, address, startBlock, endBlock,
|
|
1806
|
+
listNativeTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1807
1807
|
/**
|
|
1808
1808
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1809
1809
|
*/
|
|
@@ -1820,14 +1820,14 @@ declare class EvmTransactionsService {
|
|
|
1820
1820
|
* 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
1821
|
*/
|
|
1822
1822
|
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
1823
|
/**
|
|
1828
1824
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1829
1825
|
*/
|
|
1830
1826
|
pageToken?: string;
|
|
1827
|
+
/**
|
|
1828
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1829
|
+
*/
|
|
1830
|
+
pageSize?: number;
|
|
1831
1831
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
1832
1832
|
/**
|
|
1833
1833
|
* List ERC-20 transfers
|
|
@@ -1835,7 +1835,7 @@ declare class EvmTransactionsService {
|
|
|
1835
1835
|
* @returns ListErc20TransactionsResponse
|
|
1836
1836
|
* @throws ApiError
|
|
1837
1837
|
*/
|
|
1838
|
-
listErc20Transactions({ chainId, address, startBlock, endBlock,
|
|
1838
|
+
listErc20Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1839
1839
|
/**
|
|
1840
1840
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1841
1841
|
*/
|
|
@@ -1852,14 +1852,14 @@ declare class EvmTransactionsService {
|
|
|
1852
1852
|
* 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
1853
|
*/
|
|
1854
1854
|
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
1855
|
/**
|
|
1860
1856
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1861
1857
|
*/
|
|
1862
1858
|
pageToken?: string;
|
|
1859
|
+
/**
|
|
1860
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1861
|
+
*/
|
|
1862
|
+
pageSize?: number;
|
|
1863
1863
|
}): CancelablePromise<ListErc20TransactionsResponse>;
|
|
1864
1864
|
/**
|
|
1865
1865
|
* List ERC-721 transfers
|
|
@@ -1867,7 +1867,7 @@ declare class EvmTransactionsService {
|
|
|
1867
1867
|
* @returns ListErc721TransactionsResponse
|
|
1868
1868
|
* @throws ApiError
|
|
1869
1869
|
*/
|
|
1870
|
-
listErc721Transactions({ chainId, address, startBlock, endBlock,
|
|
1870
|
+
listErc721Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1871
1871
|
/**
|
|
1872
1872
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1873
1873
|
*/
|
|
@@ -1884,14 +1884,14 @@ declare class EvmTransactionsService {
|
|
|
1884
1884
|
* 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
1885
|
*/
|
|
1886
1886
|
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
1887
|
/**
|
|
1892
1888
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1893
1889
|
*/
|
|
1894
1890
|
pageToken?: string;
|
|
1891
|
+
/**
|
|
1892
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1893
|
+
*/
|
|
1894
|
+
pageSize?: number;
|
|
1895
1895
|
}): CancelablePromise<ListErc721TransactionsResponse>;
|
|
1896
1896
|
/**
|
|
1897
1897
|
* List ERC-1155 transfers
|
|
@@ -1899,7 +1899,7 @@ declare class EvmTransactionsService {
|
|
|
1899
1899
|
* @returns ListErc1155TransactionsResponse
|
|
1900
1900
|
* @throws ApiError
|
|
1901
1901
|
*/
|
|
1902
|
-
listErc1155Transactions({ chainId, address, startBlock, endBlock,
|
|
1902
|
+
listErc1155Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1903
1903
|
/**
|
|
1904
1904
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1905
1905
|
*/
|
|
@@ -1916,14 +1916,14 @@ declare class EvmTransactionsService {
|
|
|
1916
1916
|
* 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
1917
|
*/
|
|
1918
1918
|
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
1919
|
/**
|
|
1924
1920
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1925
1921
|
*/
|
|
1926
1922
|
pageToken?: string;
|
|
1923
|
+
/**
|
|
1924
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1925
|
+
*/
|
|
1926
|
+
pageSize?: number;
|
|
1927
1927
|
}): CancelablePromise<ListErc1155TransactionsResponse>;
|
|
1928
1928
|
/**
|
|
1929
1929
|
* List internal transactions
|
|
@@ -1933,7 +1933,7 @@ declare class EvmTransactionsService {
|
|
|
1933
1933
|
* @returns ListInternalTransactionsResponse
|
|
1934
1934
|
* @throws ApiError
|
|
1935
1935
|
*/
|
|
1936
|
-
listInternalTransactions({ chainId, address, startBlock, endBlock,
|
|
1936
|
+
listInternalTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1937
1937
|
/**
|
|
1938
1938
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1939
1939
|
*/
|
|
@@ -1950,14 +1950,14 @@ declare class EvmTransactionsService {
|
|
|
1950
1950
|
* 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
1951
|
*/
|
|
1952
1952
|
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
1953
|
/**
|
|
1958
1954
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1959
1955
|
*/
|
|
1960
1956
|
pageToken?: string;
|
|
1957
|
+
/**
|
|
1958
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1959
|
+
*/
|
|
1960
|
+
pageSize?: number;
|
|
1961
1961
|
}): CancelablePromise<ListInternalTransactionsResponse>;
|
|
1962
1962
|
/**
|
|
1963
1963
|
* Get transaction
|
|
@@ -1997,19 +1997,19 @@ declare class EvmTransactionsService {
|
|
|
1997
1997
|
* @returns ListNativeTransactionsResponse
|
|
1998
1998
|
* @throws ApiError
|
|
1999
1999
|
*/
|
|
2000
|
-
listLatestTransactions({ chainId,
|
|
2000
|
+
listLatestTransactions({ chainId, pageToken, pageSize, status, }: {
|
|
2001
2001
|
/**
|
|
2002
2002
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2003
2003
|
*/
|
|
2004
2004
|
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
2005
|
/**
|
|
2010
2006
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2011
2007
|
*/
|
|
2012
2008
|
pageToken?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2011
|
+
*/
|
|
2012
|
+
pageSize?: number;
|
|
2013
2013
|
/**
|
|
2014
2014
|
* A status filter for listed transactions.
|
|
2015
2015
|
*/
|
|
@@ -2070,7 +2070,7 @@ declare class NfTsService {
|
|
|
2070
2070
|
* @returns ListNftTokens
|
|
2071
2071
|
* @throws ApiError
|
|
2072
2072
|
*/
|
|
2073
|
-
listTokens({ chainId, address,
|
|
2073
|
+
listTokens({ chainId, address, pageToken, pageSize, }: {
|
|
2074
2074
|
/**
|
|
2075
2075
|
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2076
2076
|
*/
|
|
@@ -2079,14 +2079,14 @@ declare class NfTsService {
|
|
|
2079
2079
|
* Contract address on the relevant chain.
|
|
2080
2080
|
*/
|
|
2081
2081
|
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
2082
|
/**
|
|
2087
2083
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2088
2084
|
*/
|
|
2089
2085
|
pageToken?: string;
|
|
2086
|
+
/**
|
|
2087
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2088
|
+
*/
|
|
2089
|
+
pageSize?: number;
|
|
2090
2090
|
}): CancelablePromise<ListNftTokens>;
|
|
2091
2091
|
/**
|
|
2092
2092
|
* Get token details
|
|
@@ -2505,6 +2505,16 @@ declare enum ValidationStatusType {
|
|
|
2505
2505
|
REMOVED = "removed"
|
|
2506
2506
|
}
|
|
2507
2507
|
|
|
2508
|
+
declare enum PrimaryNetworkAssetCap {
|
|
2509
|
+
FIXED = "fixed",
|
|
2510
|
+
VARIABLE = "variable"
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2513
|
+
declare enum PrimaryNetworkAssetType {
|
|
2514
|
+
SECP256K1 = "secp256k1",
|
|
2515
|
+
NFT = "nft"
|
|
2516
|
+
}
|
|
2517
|
+
|
|
2508
2518
|
type XChainAssetDetails = {
|
|
2509
2519
|
/**
|
|
2510
2520
|
* Unique ID for an asset.
|
|
@@ -2525,15 +2535,15 @@ type XChainAssetDetails = {
|
|
|
2525
2535
|
/**
|
|
2526
2536
|
* Type of asset like SECP256K1 or NFT.
|
|
2527
2537
|
*/
|
|
2528
|
-
type:
|
|
2538
|
+
type: PrimaryNetworkAssetType;
|
|
2529
2539
|
/**
|
|
2530
2540
|
* Timestamp in seconds this asset was created on.
|
|
2531
2541
|
*/
|
|
2532
2542
|
createdAtTimestamp: number;
|
|
2533
2543
|
/**
|
|
2534
|
-
* Cap represents if an asset
|
|
2544
|
+
* Cap represents if an asset is a variable or fixed cap asset.
|
|
2535
2545
|
*/
|
|
2536
|
-
cap:
|
|
2546
|
+
cap: PrimaryNetworkAssetCap;
|
|
2537
2547
|
};
|
|
2538
2548
|
|
|
2539
2549
|
declare enum XChainId {
|
|
@@ -2599,19 +2609,19 @@ declare class PrimaryNetworkService {
|
|
|
2599
2609
|
* @returns ListBlockchainsResponse
|
|
2600
2610
|
* @throws ApiError
|
|
2601
2611
|
*/
|
|
2602
|
-
listBlockchains({ network,
|
|
2612
|
+
listBlockchains({ network, pageToken, pageSize, sortOrder, }: {
|
|
2603
2613
|
/**
|
|
2604
2614
|
* Either mainnet or a testnet.
|
|
2605
2615
|
*/
|
|
2606
2616
|
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
2617
|
/**
|
|
2612
2618
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2613
2619
|
*/
|
|
2614
2620
|
pageToken?: string;
|
|
2621
|
+
/**
|
|
2622
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2623
|
+
*/
|
|
2624
|
+
pageSize?: number;
|
|
2615
2625
|
/**
|
|
2616
2626
|
* 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
2627
|
*/
|
|
@@ -2623,19 +2633,19 @@ declare class PrimaryNetworkService {
|
|
|
2623
2633
|
* @returns ListSubnetsResponse
|
|
2624
2634
|
* @throws ApiError
|
|
2625
2635
|
*/
|
|
2626
|
-
listSubnets({ network,
|
|
2636
|
+
listSubnets({ network, pageToken, pageSize, sortOrder, }: {
|
|
2627
2637
|
/**
|
|
2628
2638
|
* Either mainnet or a testnet.
|
|
2629
2639
|
*/
|
|
2630
2640
|
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
2641
|
/**
|
|
2636
2642
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2637
2643
|
*/
|
|
2638
2644
|
pageToken?: string;
|
|
2645
|
+
/**
|
|
2646
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2647
|
+
*/
|
|
2648
|
+
pageSize?: number;
|
|
2639
2649
|
/**
|
|
2640
2650
|
* 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
2651
|
*/
|
|
@@ -2647,19 +2657,19 @@ declare class PrimaryNetworkService {
|
|
|
2647
2657
|
* @returns ListValidatorDetailsResponse
|
|
2648
2658
|
* @throws ApiError
|
|
2649
2659
|
*/
|
|
2650
|
-
listValidators({ network,
|
|
2660
|
+
listValidators({ network, pageToken, pageSize, nodeIds, sortOrder, validationStatus, minDelegationCapacity, maxDelegationCapacity, minTimeRemaining, maxTimeRemaining, minFeePercentage, maxFeePercentage, subnetId, }: {
|
|
2651
2661
|
/**
|
|
2652
2662
|
* Either mainnet or a testnet.
|
|
2653
2663
|
*/
|
|
2654
2664
|
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
2665
|
/**
|
|
2660
2666
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2661
2667
|
*/
|
|
2662
2668
|
pageToken?: string;
|
|
2669
|
+
/**
|
|
2670
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2671
|
+
*/
|
|
2672
|
+
pageSize?: number;
|
|
2663
2673
|
/**
|
|
2664
2674
|
* A comma separated list of node ids to filter by.
|
|
2665
2675
|
*/
|
|
@@ -2675,27 +2685,27 @@ declare class PrimaryNetworkService {
|
|
|
2675
2685
|
/**
|
|
2676
2686
|
* 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
2687
|
*/
|
|
2678
|
-
minDelegationCapacity?:
|
|
2688
|
+
minDelegationCapacity?: string;
|
|
2679
2689
|
/**
|
|
2680
2690
|
* 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
2691
|
*/
|
|
2682
|
-
maxDelegationCapacity?:
|
|
2692
|
+
maxDelegationCapacity?: string;
|
|
2683
2693
|
/**
|
|
2684
2694
|
* The minimum validation time remaining, in seconds, used to filter the set of nodes being returned.
|
|
2685
2695
|
*/
|
|
2686
|
-
minTimeRemaining?:
|
|
2696
|
+
minTimeRemaining?: number;
|
|
2687
2697
|
/**
|
|
2688
2698
|
* The maximum validation time remaining, in seconds, used to filter the set of nodes being returned.
|
|
2689
2699
|
*/
|
|
2690
|
-
maxTimeRemaining?:
|
|
2700
|
+
maxTimeRemaining?: number;
|
|
2691
2701
|
/**
|
|
2692
2702
|
* 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
2703
|
*/
|
|
2694
|
-
minFeePercentage?:
|
|
2704
|
+
minFeePercentage?: number;
|
|
2695
2705
|
/**
|
|
2696
2706
|
* 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
2707
|
*/
|
|
2698
|
-
maxFeePercentage?:
|
|
2708
|
+
maxFeePercentage?: number;
|
|
2699
2709
|
/**
|
|
2700
2710
|
* The subnet ID to filter by. If not provided, then all subnets will be returned.
|
|
2701
2711
|
*/
|
|
@@ -2707,7 +2717,7 @@ declare class PrimaryNetworkService {
|
|
|
2707
2717
|
* @returns ListValidatorDetailsResponse
|
|
2708
2718
|
* @throws ApiError
|
|
2709
2719
|
*/
|
|
2710
|
-
getSingleValidatorDetails({ network, nodeId,
|
|
2720
|
+
getSingleValidatorDetails({ network, nodeId, pageToken, pageSize, sortOrder, validationStatus, }: {
|
|
2711
2721
|
/**
|
|
2712
2722
|
* Either mainnet or a testnet.
|
|
2713
2723
|
*/
|
|
@@ -2716,14 +2726,14 @@ declare class PrimaryNetworkService {
|
|
|
2716
2726
|
* A primary network (P or X chain) nodeId.
|
|
2717
2727
|
*/
|
|
2718
2728
|
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
2729
|
/**
|
|
2724
2730
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2725
2731
|
*/
|
|
2726
2732
|
pageToken?: string;
|
|
2733
|
+
/**
|
|
2734
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2735
|
+
*/
|
|
2736
|
+
pageSize?: number;
|
|
2727
2737
|
/**
|
|
2728
2738
|
* 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
2739
|
*/
|
|
@@ -2739,19 +2749,19 @@ declare class PrimaryNetworkService {
|
|
|
2739
2749
|
* @returns ListDelegatorDetailsResponse
|
|
2740
2750
|
* @throws ApiError
|
|
2741
2751
|
*/
|
|
2742
|
-
listDelegators({ network,
|
|
2752
|
+
listDelegators({ network, pageToken, pageSize, rewardAddresses, sortOrder, delegationStatus, nodeIds, }: {
|
|
2743
2753
|
/**
|
|
2744
2754
|
* Either mainnet or a testnet.
|
|
2745
2755
|
*/
|
|
2746
2756
|
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
2757
|
/**
|
|
2752
2758
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2753
2759
|
*/
|
|
2754
2760
|
pageToken?: string;
|
|
2761
|
+
/**
|
|
2762
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2763
|
+
*/
|
|
2764
|
+
pageSize?: number;
|
|
2755
2765
|
/**
|
|
2756
2766
|
* A comma separated list of reward addresses to filter by.
|
|
2757
2767
|
*/
|
|
@@ -2802,7 +2812,7 @@ type CChainSharedAssetBalance = {
|
|
|
2802
2812
|
/**
|
|
2803
2813
|
* Type of asset like SECP256K1 or NFT.
|
|
2804
2814
|
*/
|
|
2805
|
-
type:
|
|
2815
|
+
type: PrimaryNetworkAssetType;
|
|
2806
2816
|
/**
|
|
2807
2817
|
* Amount of the asset.
|
|
2808
2818
|
*/
|
|
@@ -2857,7 +2867,7 @@ type Asset = {
|
|
|
2857
2867
|
/**
|
|
2858
2868
|
* Type of asset like SECP256K1 or NFT.
|
|
2859
2869
|
*/
|
|
2860
|
-
type:
|
|
2870
|
+
type: PrimaryNetworkAssetType;
|
|
2861
2871
|
/**
|
|
2862
2872
|
* Amount of the asset.
|
|
2863
2873
|
*/
|
|
@@ -2884,7 +2894,7 @@ type PChainSharedAsset = {
|
|
|
2884
2894
|
/**
|
|
2885
2895
|
* Type of asset like SECP256K1 or NFT.
|
|
2886
2896
|
*/
|
|
2887
|
-
type:
|
|
2897
|
+
type: PrimaryNetworkAssetType;
|
|
2888
2898
|
/**
|
|
2889
2899
|
* Amount of the asset.
|
|
2890
2900
|
*/
|
|
@@ -2953,7 +2963,7 @@ type XChainAssetBalance = {
|
|
|
2953
2963
|
/**
|
|
2954
2964
|
* Type of asset like SECP256K1 or NFT.
|
|
2955
2965
|
*/
|
|
2956
|
-
type:
|
|
2966
|
+
type: PrimaryNetworkAssetType;
|
|
2957
2967
|
/**
|
|
2958
2968
|
* Amount of the asset.
|
|
2959
2969
|
*/
|
|
@@ -2981,7 +2991,7 @@ type XChainSharedAssetBalance = {
|
|
|
2981
2991
|
/**
|
|
2982
2992
|
* Type of asset like SECP256K1 or NFT.
|
|
2983
2993
|
*/
|
|
2984
|
-
type:
|
|
2994
|
+
type: PrimaryNetworkAssetType;
|
|
2985
2995
|
/**
|
|
2986
2996
|
* Amount of the asset.
|
|
2987
2997
|
*/
|
|
@@ -3111,7 +3121,7 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3111
3121
|
* @returns ListPrimaryNetworkBlocksResponse
|
|
3112
3122
|
* @throws ApiError
|
|
3113
3123
|
*/
|
|
3114
|
-
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId,
|
|
3124
|
+
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageToken, pageSize, }: {
|
|
3115
3125
|
/**
|
|
3116
3126
|
* A primary network blockchain id or alias.
|
|
3117
3127
|
*/
|
|
@@ -3124,14 +3134,14 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3124
3134
|
* A primary network (P or X chain) nodeId.
|
|
3125
3135
|
*/
|
|
3126
3136
|
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
3137
|
/**
|
|
3132
3138
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3133
3139
|
*/
|
|
3134
3140
|
pageToken?: string;
|
|
3141
|
+
/**
|
|
3142
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3143
|
+
*/
|
|
3144
|
+
pageSize?: number;
|
|
3135
3145
|
}): CancelablePromise<ListPrimaryNetworkBlocksResponse>;
|
|
3136
3146
|
/**
|
|
3137
3147
|
* List latest blocks
|
|
@@ -3139,7 +3149,7 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3139
3149
|
* @returns ListPrimaryNetworkBlocksResponse
|
|
3140
3150
|
* @throws ApiError
|
|
3141
3151
|
*/
|
|
3142
|
-
listLatestPrimaryNetworkBlocks({ blockchainId, network,
|
|
3152
|
+
listLatestPrimaryNetworkBlocks({ blockchainId, network, pageToken, pageSize, }: {
|
|
3143
3153
|
/**
|
|
3144
3154
|
* A primary network blockchain id or alias.
|
|
3145
3155
|
*/
|
|
@@ -3148,14 +3158,14 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3148
3158
|
* Either mainnet or a testnet.
|
|
3149
3159
|
*/
|
|
3150
3160
|
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
3161
|
/**
|
|
3156
3162
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3157
3163
|
*/
|
|
3158
3164
|
pageToken?: string;
|
|
3165
|
+
/**
|
|
3166
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3167
|
+
*/
|
|
3168
|
+
pageSize?: number;
|
|
3159
3169
|
}): CancelablePromise<ListPrimaryNetworkBlocksResponse>;
|
|
3160
3170
|
}
|
|
3161
3171
|
|
|
@@ -3179,7 +3189,7 @@ type AssetWithPriceInfo = {
|
|
|
3179
3189
|
/**
|
|
3180
3190
|
* Type of asset like SECP256K1 or NFT.
|
|
3181
3191
|
*/
|
|
3182
|
-
type:
|
|
3192
|
+
type: PrimaryNetworkAssetType;
|
|
3183
3193
|
/**
|
|
3184
3194
|
* Amount of the asset.
|
|
3185
3195
|
*/
|
|
@@ -3256,7 +3266,7 @@ declare class PrimaryNetworkRewardsService {
|
|
|
3256
3266
|
* @returns ListPendingRewardsResponse
|
|
3257
3267
|
* @throws ApiError
|
|
3258
3268
|
*/
|
|
3259
|
-
listPendingPrimaryNetworkRewards({ network, addresses,
|
|
3269
|
+
listPendingPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, }: {
|
|
3260
3270
|
/**
|
|
3261
3271
|
* Either mainnet or a testnet.
|
|
3262
3272
|
*/
|
|
@@ -3265,14 +3275,14 @@ declare class PrimaryNetworkRewardsService {
|
|
|
3265
3275
|
* 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.
|
|
3266
3276
|
*/
|
|
3267
3277
|
addresses?: string;
|
|
3268
|
-
/**
|
|
3269
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3270
|
-
*/
|
|
3271
|
-
pageSize?: number;
|
|
3272
3278
|
/**
|
|
3273
3279
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3274
3280
|
*/
|
|
3275
3281
|
pageToken?: string;
|
|
3282
|
+
/**
|
|
3283
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3284
|
+
*/
|
|
3285
|
+
pageSize?: number;
|
|
3276
3286
|
/**
|
|
3277
3287
|
* A comma separated list of node ids to filter by. Optional, but at least one of addresses or nodeIds is required.
|
|
3278
3288
|
*/
|
|
@@ -3288,7 +3298,7 @@ declare class PrimaryNetworkRewardsService {
|
|
|
3288
3298
|
* @returns ListHistoricalRewardsResponse
|
|
3289
3299
|
* @throws ApiError
|
|
3290
3300
|
*/
|
|
3291
|
-
listHistoricalPrimaryNetworkRewards({ network, addresses,
|
|
3301
|
+
listHistoricalPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, currency, }: {
|
|
3292
3302
|
/**
|
|
3293
3303
|
* Either mainnet or a testnet.
|
|
3294
3304
|
*/
|
|
@@ -3297,14 +3307,14 @@ declare class PrimaryNetworkRewardsService {
|
|
|
3297
3307
|
* 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.
|
|
3298
3308
|
*/
|
|
3299
3309
|
addresses?: string;
|
|
3300
|
-
/**
|
|
3301
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3302
|
-
*/
|
|
3303
|
-
pageSize?: number;
|
|
3304
3310
|
/**
|
|
3305
3311
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3306
3312
|
*/
|
|
3307
3313
|
pageToken?: string;
|
|
3314
|
+
/**
|
|
3315
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3316
|
+
*/
|
|
3317
|
+
pageSize?: number;
|
|
3308
3318
|
/**
|
|
3309
3319
|
* A comma separated list of node ids to filter by. Optional, but at least one of addresses or nodeIds is required.
|
|
3310
3320
|
*/
|
|
@@ -3885,13 +3895,13 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
3885
3895
|
* List latest transactions
|
|
3886
3896
|
* Lists the latest transactions on one of the Primary Network chains.
|
|
3887
3897
|
*
|
|
3888
|
-
* Transactions are filterable by addresses.
|
|
3898
|
+
* 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.
|
|
3889
3899
|
*
|
|
3890
3900
|
* 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.
|
|
3891
3901
|
* @returns any
|
|
3892
3902
|
* @throws ApiError
|
|
3893
3903
|
*/
|
|
3894
|
-
listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp,
|
|
3904
|
+
listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
|
|
3895
3905
|
/**
|
|
3896
3906
|
* A primary network blockchain id or alias.
|
|
3897
3907
|
*/
|
|
@@ -3916,14 +3926,14 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
3916
3926
|
* Query param for retrieving items before a specific timestamp.
|
|
3917
3927
|
*/
|
|
3918
3928
|
endTimestamp?: number;
|
|
3919
|
-
/**
|
|
3920
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3921
|
-
*/
|
|
3922
|
-
pageSize?: number;
|
|
3923
3929
|
/**
|
|
3924
3930
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3925
3931
|
*/
|
|
3926
3932
|
pageToken?: string;
|
|
3933
|
+
/**
|
|
3934
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3935
|
+
*/
|
|
3936
|
+
pageSize?: number;
|
|
3927
3937
|
/**
|
|
3928
3938
|
* 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.
|
|
3929
3939
|
*/
|
|
@@ -3935,7 +3945,7 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
3935
3945
|
* @returns ListPChainTransactionsResponse
|
|
3936
3946
|
* @throws ApiError
|
|
3937
3947
|
*/
|
|
3938
|
-
listActivePrimaryNetworkStakingTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp,
|
|
3948
|
+
listActivePrimaryNetworkStakingTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
|
|
3939
3949
|
/**
|
|
3940
3950
|
* A primary network blockchain id or alias.
|
|
3941
3951
|
*/
|
|
@@ -3960,14 +3970,14 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
3960
3970
|
* Query param for retrieving items before a specific timestamp.
|
|
3961
3971
|
*/
|
|
3962
3972
|
endTimestamp?: number;
|
|
3963
|
-
/**
|
|
3964
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3965
|
-
*/
|
|
3966
|
-
pageSize?: number;
|
|
3967
3973
|
/**
|
|
3968
3974
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3969
3975
|
*/
|
|
3970
3976
|
pageToken?: string;
|
|
3977
|
+
/**
|
|
3978
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
3979
|
+
*/
|
|
3980
|
+
pageSize?: number;
|
|
3971
3981
|
/**
|
|
3972
3982
|
* 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.
|
|
3973
3983
|
*/
|
|
@@ -3979,7 +3989,7 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
3979
3989
|
* @returns ListXChainTransactionsResponse
|
|
3980
3990
|
* @throws ApiError
|
|
3981
3991
|
*/
|
|
3982
|
-
listAssetTransactions({ blockchainId, network, assetId, txTypes, startTimestamp, endTimestamp,
|
|
3992
|
+
listAssetTransactions({ blockchainId, network, assetId, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, }: {
|
|
3983
3993
|
/**
|
|
3984
3994
|
* A primary network blockchain id or alias.
|
|
3985
3995
|
*/
|
|
@@ -4004,14 +4014,14 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
4004
4014
|
* Query param for retrieving items before a specific timestamp.
|
|
4005
4015
|
*/
|
|
4006
4016
|
endTimestamp?: number;
|
|
4007
|
-
/**
|
|
4008
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4009
|
-
*/
|
|
4010
|
-
pageSize?: number;
|
|
4011
4017
|
/**
|
|
4012
4018
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
4013
4019
|
*/
|
|
4014
4020
|
pageToken?: string;
|
|
4021
|
+
/**
|
|
4022
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4023
|
+
*/
|
|
4024
|
+
pageSize?: number;
|
|
4015
4025
|
}): CancelablePromise<ListXChainTransactionsResponse>;
|
|
4016
4026
|
}
|
|
4017
4027
|
|
|
@@ -4042,7 +4052,7 @@ declare class PrimaryNetworkUtxOsService {
|
|
|
4042
4052
|
* @returns any
|
|
4043
4053
|
* @throws ApiError
|
|
4044
4054
|
*/
|
|
4045
|
-
getUtxosByAddresses({ blockchainId, network, addresses,
|
|
4055
|
+
getUtxosByAddresses({ blockchainId, network, addresses, pageToken, pageSize, assetId, includeSpent, sortOrder, }: {
|
|
4046
4056
|
/**
|
|
4047
4057
|
* A primary network blockchain id or alias.
|
|
4048
4058
|
*/
|
|
@@ -4055,14 +4065,14 @@ declare class PrimaryNetworkUtxOsService {
|
|
|
4055
4065
|
* 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".
|
|
4056
4066
|
*/
|
|
4057
4067
|
addresses?: string;
|
|
4058
|
-
/**
|
|
4059
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4060
|
-
*/
|
|
4061
|
-
pageSize?: number;
|
|
4062
4068
|
/**
|
|
4063
4069
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
4064
4070
|
*/
|
|
4065
4071
|
pageToken?: string;
|
|
4072
|
+
/**
|
|
4073
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4074
|
+
*/
|
|
4075
|
+
pageSize?: number;
|
|
4066
4076
|
/**
|
|
4067
4077
|
* Asset ID for any asset (only applicable X-Chain)
|
|
4068
4078
|
*/
|
|
@@ -4107,7 +4117,7 @@ declare class PrimaryNetworkVerticesService {
|
|
|
4107
4117
|
* @returns ListXChainVerticesResponse
|
|
4108
4118
|
* @throws ApiError
|
|
4109
4119
|
*/
|
|
4110
|
-
listLatestXChainVertices({ blockchainId, network,
|
|
4120
|
+
listLatestXChainVertices({ blockchainId, network, pageToken, pageSize, }: {
|
|
4111
4121
|
/**
|
|
4112
4122
|
* A primary network blockchain id or alias.
|
|
4113
4123
|
*/
|
|
@@ -4116,14 +4126,14 @@ declare class PrimaryNetworkVerticesService {
|
|
|
4116
4126
|
* Either mainnet or a testnet.
|
|
4117
4127
|
*/
|
|
4118
4128
|
network: Network;
|
|
4119
|
-
/**
|
|
4120
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4121
|
-
*/
|
|
4122
|
-
pageSize?: number;
|
|
4123
4129
|
/**
|
|
4124
4130
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
4125
4131
|
*/
|
|
4126
4132
|
pageToken?: string;
|
|
4133
|
+
/**
|
|
4134
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4135
|
+
*/
|
|
4136
|
+
pageSize?: number;
|
|
4127
4137
|
}): CancelablePromise<ListXChainVerticesResponse>;
|
|
4128
4138
|
/**
|
|
4129
4139
|
* Get vertex
|
|
@@ -4151,7 +4161,7 @@ declare class PrimaryNetworkVerticesService {
|
|
|
4151
4161
|
* @returns ListXChainVerticesResponse
|
|
4152
4162
|
* @throws ApiError
|
|
4153
4163
|
*/
|
|
4154
|
-
getVertexByHeight({ vertexHeight, blockchainId, network,
|
|
4164
|
+
getVertexByHeight({ vertexHeight, blockchainId, network, pageToken, pageSize, sortOrder, }: {
|
|
4155
4165
|
/**
|
|
4156
4166
|
* The height of a vertex.
|
|
4157
4167
|
*/
|
|
@@ -4164,14 +4174,14 @@ declare class PrimaryNetworkVerticesService {
|
|
|
4164
4174
|
* Either mainnet or a testnet.
|
|
4165
4175
|
*/
|
|
4166
4176
|
network: Network;
|
|
4167
|
-
/**
|
|
4168
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4169
|
-
*/
|
|
4170
|
-
pageSize?: number;
|
|
4171
4177
|
/**
|
|
4172
4178
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
4173
4179
|
*/
|
|
4174
4180
|
pageToken?: string;
|
|
4181
|
+
/**
|
|
4182
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4183
|
+
*/
|
|
4184
|
+
pageSize?: number;
|
|
4175
4185
|
/**
|
|
4176
4186
|
* 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.
|
|
4177
4187
|
*/
|
|
@@ -4324,15 +4334,15 @@ declare class TeleporterService {
|
|
|
4324
4334
|
* @returns any
|
|
4325
4335
|
* @throws ApiError
|
|
4326
4336
|
*/
|
|
4327
|
-
listTeleporterMessages({
|
|
4328
|
-
/**
|
|
4329
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4330
|
-
*/
|
|
4331
|
-
pageSize?: number;
|
|
4337
|
+
listTeleporterMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, to, from, }: {
|
|
4332
4338
|
/**
|
|
4333
4339
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
4334
4340
|
*/
|
|
4335
4341
|
pageToken?: string;
|
|
4342
|
+
/**
|
|
4343
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4344
|
+
*/
|
|
4345
|
+
pageSize?: number;
|
|
4336
4346
|
/**
|
|
4337
4347
|
* The base58 encoded blockchain ID of the source chain that the teleporter message was sent from.
|
|
4338
4348
|
*/
|
|
@@ -4392,4 +4402,4 @@ declare class ApiError extends Error {
|
|
|
4392
4402
|
constructor(request: ApiRequestOptions, response: ApiResult, message: string);
|
|
4393
4403
|
}
|
|
4394
4404
|
|
|
4395
|
-
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, 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 };
|
|
4405
|
+
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, 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, 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, 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 };
|