@avalabs/glacier-sdk 2.8.0-alpha.99 → 2.8.0-canary.1fc6bdf.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 (184) hide show
  1. package/dist/index.d.ts +2119 -1682
  2. package/dist/index.js +531 -284
  3. package/esm/generated/Glacier.d.ts +20 -2
  4. package/esm/generated/Glacier.js +21 -3
  5. package/esm/generated/core/OpenAPI.js +1 -1
  6. package/esm/generated/models/ActiveDelegatorDetails.d.ts +15 -0
  7. package/esm/generated/models/ActiveValidatorDetails.d.ts +20 -0
  8. package/esm/generated/models/Blockchain.d.ts +10 -0
  9. package/esm/generated/models/BlockchainId.d.ts +6 -3
  10. package/esm/generated/models/BlockchainId.js +5 -2
  11. package/esm/generated/models/BlockchainIds.d.ts +9 -0
  12. package/esm/generated/models/BlockchainIds.js +10 -0
  13. package/esm/generated/models/BlockchainInfo.d.ts +5 -0
  14. package/esm/generated/models/ChainAddressChainIdMap.d.ts +2 -2
  15. package/esm/generated/models/ChainInfo.d.ts +1 -4
  16. package/esm/generated/models/CompletedDelegatorDetails.d.ts +15 -0
  17. package/esm/generated/models/CompletedValidatorDetails.d.ts +15 -0
  18. package/esm/generated/models/ContractDeploymentDetails.d.ts +13 -0
  19. package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +23 -0
  20. package/esm/generated/models/CreateEvmTransactionExportRequest.js +8 -0
  21. package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +23 -0
  22. package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.js +8 -0
  23. package/esm/generated/models/DelegationStatusType.d.ts +7 -0
  24. package/esm/generated/models/DelegationStatusType.js +8 -0
  25. package/esm/generated/models/DelegatorsDetails.d.ts +6 -0
  26. package/esm/generated/models/EVMInput.d.ts +5 -0
  27. package/esm/generated/models/Erc1155Contract.d.ts +36 -0
  28. package/esm/generated/models/Erc1155Contract.js +8 -0
  29. package/esm/generated/models/Erc1155TokenBalance.d.ts +1 -2
  30. package/esm/generated/models/Erc1155Transfer.d.ts +1 -0
  31. package/esm/generated/models/Erc1155TransferDetails.d.ts +1 -0
  32. package/esm/generated/models/Erc20Contract.d.ts +40 -0
  33. package/esm/generated/models/Erc20Contract.js +8 -0
  34. package/esm/generated/models/Erc20Token.d.ts +1 -3
  35. package/esm/generated/models/Erc20TokenBalance.d.ts +2 -5
  36. package/esm/generated/models/Erc20Transfer.d.ts +1 -0
  37. package/esm/generated/models/Erc20TransferDetails.d.ts +1 -0
  38. package/esm/generated/models/Erc721Contract.d.ts +36 -0
  39. package/esm/generated/models/Erc721Contract.js +8 -0
  40. package/esm/generated/models/Erc721Transfer.d.ts +1 -0
  41. package/esm/generated/models/Erc721TransferDetails.d.ts +1 -0
  42. package/esm/generated/models/{GetBlockResponse.d.ts → EvmBlock.d.ts} +2 -6
  43. package/esm/generated/models/EvmNetworkOptions.d.ts +1 -1
  44. package/esm/generated/models/GetChainResponse.d.ts +1 -4
  45. package/esm/generated/models/GetEvmBlockResponse.d.ts +45 -0
  46. package/esm/generated/models/GetNetworkDetailsResponse.d.ts +9 -0
  47. package/esm/generated/models/GetPrimaryNetworkBlockResponse.d.ts +15 -0
  48. package/esm/generated/models/GetTransactionResponse.d.ts +1 -7
  49. package/esm/generated/models/HistoricalReward.d.ts +24 -0
  50. package/esm/generated/models/ImageAsset.d.ts +12 -0
  51. package/esm/generated/models/{ListListingsResponse.d.ts → ListBlockchainsResponse.d.ts} +4 -4
  52. package/esm/generated/models/ListCChainAtomicBalancesResponse.d.ts +2 -0
  53. package/esm/generated/models/ListCChainAtomicTransactionsResponse.d.ts +2 -0
  54. package/esm/generated/models/ListCollectibleBalancesResponse.d.ts +1 -2
  55. package/esm/generated/models/ListContractsResponse.d.ts +14 -0
  56. package/esm/generated/models/ListDelegatorDetailsResponse.d.ts +16 -0
  57. package/esm/generated/models/ListEvmBlocksResponse.d.ts +11 -0
  58. package/esm/generated/models/ListHistoricalRewardsResponse.d.ts +11 -0
  59. package/esm/generated/models/ListPChainBalancesResponse.d.ts +2 -0
  60. package/esm/generated/models/ListPChainTransactionsResponse.d.ts +2 -0
  61. package/esm/generated/models/ListPChainUtxosResponse.d.ts +2 -0
  62. package/esm/generated/models/ListPendingRewardsResponse.d.ts +11 -0
  63. package/esm/generated/models/ListPrimaryNetworkBlocksResponse.d.ts +13 -0
  64. package/esm/generated/models/{ListBlocksResponse.d.ts → ListSubnetsResponse.d.ts} +4 -4
  65. package/esm/generated/models/ListUtxosResponse.d.ts +2 -0
  66. package/esm/generated/models/ListValidatorDetailsResponse.d.ts +16 -0
  67. package/esm/generated/models/ListXChainBalancesResponse.d.ts +2 -0
  68. package/esm/generated/models/ListXChainTransactionsResponse.d.ts +2 -0
  69. package/esm/generated/models/ListXChainVerticesResponse.d.ts +2 -0
  70. package/esm/generated/models/Method.d.ts +1 -7
  71. package/esm/generated/models/NativeTokenBalance.d.ts +2 -5
  72. package/esm/generated/models/NetworkToken.d.ts +1 -3
  73. package/esm/generated/models/NetworkTokenDetails.d.ts +1 -3
  74. package/esm/generated/models/NetworkType.d.ts +6 -0
  75. package/esm/generated/models/NetworkType.js +7 -0
  76. package/esm/generated/models/OperationStatusResponse.d.ts +2 -2
  77. package/esm/generated/models/OperationType.d.ts +2 -1
  78. package/esm/generated/models/OperationType.js +2 -1
  79. package/esm/generated/models/PChainBalance.d.ts +16 -7
  80. package/esm/generated/models/PChainId.d.ts +2 -2
  81. package/esm/generated/models/PChainId.js +1 -1
  82. package/esm/generated/models/PChainSharedAsset.d.ts +8 -0
  83. package/esm/generated/models/PChainTransaction.d.ts +9 -15
  84. package/esm/generated/models/PChainTransactionType.d.ts +16 -0
  85. package/esm/generated/models/PChainTransactionType.js +17 -0
  86. package/esm/generated/models/PChainUtxo.d.ts +10 -1
  87. package/esm/generated/models/PendingDelegatorDetails.d.ts +15 -0
  88. package/esm/generated/models/PendingReward.d.ts +22 -0
  89. package/esm/generated/models/PendingValidatorDetails.d.ts +12 -0
  90. package/esm/generated/models/PrimaryNetwork.d.ts +6 -0
  91. package/esm/generated/models/PrimaryNetwork.js +7 -0
  92. package/esm/generated/models/{Block.d.ts → PrimaryNetworkBlock.d.ts} +3 -3
  93. package/esm/generated/models/PrimaryNetworkChainInfo.d.ts +9 -0
  94. package/esm/generated/models/PrimaryNetworkChainName.d.ts +7 -0
  95. package/esm/generated/models/PrimaryNetworkChainName.js +8 -0
  96. package/esm/generated/models/PrimaryNetworkOptions.d.ts +2 -1
  97. package/esm/generated/models/PrimaryNetworkTxType.d.ts +19 -0
  98. package/esm/generated/models/PrimaryNetworkTxType.js +20 -0
  99. package/esm/generated/models/RewardType.d.ts +6 -0
  100. package/esm/generated/models/RewardType.js +7 -0
  101. package/esm/generated/models/Rewards.d.ts +6 -0
  102. package/esm/generated/models/RichAddress.d.ts +1 -3
  103. package/esm/generated/models/StakingDistribution.d.ts +7 -0
  104. package/esm/generated/models/Subnet.d.ts +13 -0
  105. package/esm/generated/models/TransactionDetails.d.ts +1 -7
  106. package/esm/generated/models/TransactionExportMetadata.d.ts +15 -0
  107. package/esm/generated/models/UnknownContract.d.ts +32 -0
  108. package/esm/generated/models/UnknownContract.js +8 -0
  109. package/esm/generated/models/Utxo.d.ts +9 -1
  110. package/esm/generated/models/UtxoType.d.ts +6 -0
  111. package/esm/generated/models/UtxoType.js +7 -0
  112. package/esm/generated/models/ValidationStatusType.d.ts +7 -0
  113. package/esm/generated/models/ValidationStatusType.js +8 -0
  114. package/esm/generated/models/ValidatorsDetails.d.ts +11 -0
  115. package/esm/generated/models/XChainBalances.d.ts +2 -2
  116. package/esm/generated/models/XChainId.d.ts +3 -2
  117. package/esm/generated/models/XChainId.js +2 -1
  118. package/esm/generated/models/XChainLinearTransaction.d.ts +4 -4
  119. package/esm/generated/models/XChainLinearTransaction.js +1 -1
  120. package/esm/generated/models/XChainNonLinearTransaction.d.ts +4 -4
  121. package/esm/generated/models/XChainNonLinearTransaction.js +1 -1
  122. package/esm/generated/services/EvmBalancesService.d.ts +177 -0
  123. package/esm/generated/services/EvmBalancesService.js +116 -0
  124. package/esm/generated/services/EvmBlocksService.d.ts +47 -0
  125. package/esm/generated/services/EvmBlocksService.js +37 -0
  126. package/esm/generated/services/EvmChainsService.d.ts +36 -0
  127. package/esm/generated/services/EvmChainsService.js +29 -0
  128. package/esm/generated/services/EvmTransactionsService.d.ts +311 -0
  129. package/esm/generated/services/EvmTransactionsService.js +251 -0
  130. package/esm/generated/services/HealthCheckService.d.ts +1 -1
  131. package/esm/generated/services/OperationsService.d.ts +8 -3
  132. package/esm/generated/services/PrimaryNetworkBalancesService.d.ts +40 -0
  133. package/esm/generated/services/PrimaryNetworkBalancesService.js +26 -0
  134. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +85 -0
  135. package/esm/generated/services/PrimaryNetworkBlocksService.js +62 -0
  136. package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +69 -0
  137. package/esm/generated/services/PrimaryNetworkRewardsService.js +49 -0
  138. package/esm/generated/services/PrimaryNetworkService.d.ts +90 -252
  139. package/esm/generated/services/PrimaryNetworkService.js +54 -166
  140. package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +171 -0
  141. package/esm/generated/services/PrimaryNetworkTransactionsService.js +107 -0
  142. package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +54 -0
  143. package/esm/generated/services/PrimaryNetworkUtxOsService.js +34 -0
  144. package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +90 -0
  145. package/esm/generated/services/PrimaryNetworkVerticesService.js +64 -0
  146. package/esm/index.d.ts +60 -31
  147. package/esm/index.js +26 -9
  148. package/package.json +2 -5
  149. package/esm/generated/models/Address.d.ts +0 -8
  150. package/esm/generated/models/CancelListingEventResponse.d.ts +0 -5
  151. package/esm/generated/models/CloseAuctionEventResponse.d.ts +0 -6
  152. package/esm/generated/models/CollectionMetrics.d.ts +0 -40
  153. package/esm/generated/models/CollectionSortByOption.d.ts +0 -8
  154. package/esm/generated/models/CollectionSortByOption.js +0 -9
  155. package/esm/generated/models/CreateTransactionExportRequest.d.ts +0 -11
  156. package/esm/generated/models/ErcType.d.ts +0 -8
  157. package/esm/generated/models/ErcType.js +0 -9
  158. package/esm/generated/models/ListNftCollectionWithMetricsResponse.d.ts +0 -11
  159. package/esm/generated/models/ListingCurrencyType.d.ts +0 -6
  160. package/esm/generated/models/ListingCurrencyType.js +0 -7
  161. package/esm/generated/models/ListingEventType.d.ts +0 -8
  162. package/esm/generated/models/ListingEventType.js +0 -9
  163. package/esm/generated/models/ListingResponse.d.ts +0 -19
  164. package/esm/generated/models/ListingType.d.ts +0 -6
  165. package/esm/generated/models/ListingType.js +0 -7
  166. package/esm/generated/models/ListingsSortByOption.d.ts +0 -5
  167. package/esm/generated/models/ListingsSortByOption.js +0 -6
  168. package/esm/generated/models/NftCollection.d.ts +0 -24
  169. package/esm/generated/models/NftCollectionWithMetrics.d.ts +0 -26
  170. package/esm/generated/models/NftFilterOptionsProperty.d.ts +0 -10
  171. package/esm/generated/models/NftSearchBody.d.ts +0 -10
  172. package/esm/generated/models/NftSearchResultTypeOption.d.ts +0 -6
  173. package/esm/generated/models/NftSearchResultTypeOption.js +0 -7
  174. package/esm/generated/models/OpenListingEventResponse.d.ts +0 -17
  175. package/esm/generated/models/OperationTransactionExportMetadata.d.ts +0 -18
  176. package/esm/generated/models/PChainConsumedUtxo.d.ts +0 -11
  177. package/esm/generated/models/PChainEmittedUtxo.d.ts +0 -19
  178. package/esm/generated/models/PaginationParams.d.ts +0 -13
  179. package/esm/generated/models/PurchaseListingEventResponse.d.ts +0 -17
  180. package/esm/generated/models/TokenWithPrice.d.ts +0 -28
  181. package/esm/generated/models/TrendingTimeframe.d.ts +0 -7
  182. package/esm/generated/models/TrendingTimeframe.js +0 -8
  183. package/esm/generated/services/EvmService.d.ts +0 -724
  184. package/esm/generated/services/EvmService.js +0 -509
@@ -0,0 +1,311 @@
1
+ import { CurrencyCode } from '../models/CurrencyCode.js';
2
+ import { GetTransactionResponse } from '../models/GetTransactionResponse.js';
3
+ import { ListContractsResponse } from '../models/ListContractsResponse.js';
4
+ import { ListErc1155TransactionsResponse } from '../models/ListErc1155TransactionsResponse.js';
5
+ import { ListErc20TransactionsResponse } from '../models/ListErc20TransactionsResponse.js';
6
+ import { ListErc721TransactionsResponse } from '../models/ListErc721TransactionsResponse.js';
7
+ import { ListInternalTransactionsResponse } from '../models/ListInternalTransactionsResponse.js';
8
+ import { ListNativeTransactionsResponse } from '../models/ListNativeTransactionsResponse.js';
9
+ import { ListTransactionDetailsResponse } from '../models/ListTransactionDetailsResponse.js';
10
+ import { ListTransfersResponse } from '../models/ListTransfersResponse.js';
11
+ import { SortOrder } from '../models/SortOrder.js';
12
+ import { TransactionStatus } from '../models/TransactionStatus.js';
13
+ import { CancelablePromise } from '../core/CancelablePromise.js';
14
+ import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
15
+
16
+ declare class EvmTransactionsService {
17
+ readonly httpRequest: BaseHttpRequest;
18
+ constructor(httpRequest: BaseHttpRequest);
19
+ /**
20
+ * Get deployment transaction
21
+ * If the address is a smart contract, returns the transaction in which it was deployed.
22
+ * @returns GetTransactionResponse
23
+ * @throws ApiError
24
+ */
25
+ getDeploymentTransaction({ chainId, address, currency, }: {
26
+ /**
27
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
28
+ */
29
+ chainId: string;
30
+ /**
31
+ * Contract address on the relevant chain.
32
+ */
33
+ address: string;
34
+ /**
35
+ * The currency that return values should use. Defaults to USD.
36
+ */
37
+ currency?: CurrencyCode;
38
+ }): CancelablePromise<GetTransactionResponse>;
39
+ /**
40
+ * List deployed contracts
41
+ * Lists all contracts deployed by the given address.
42
+ * @returns ListContractsResponse
43
+ * @throws ApiError
44
+ */
45
+ listContractDeployments({ chainId, address, pageSize, pageToken, }: {
46
+ /**
47
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
48
+ */
49
+ chainId: string;
50
+ /**
51
+ * A wallet address.
52
+ */
53
+ address: string;
54
+ /**
55
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
56
+ */
57
+ pageSize?: number;
58
+ /**
59
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
60
+ */
61
+ pageToken?: string;
62
+ }): CancelablePromise<ListContractsResponse>;
63
+ /**
64
+ * List ERC transfers
65
+ * Lists ERC transfers for an ERC-20, ERC-721, or ERC-1155 contract address.
66
+ * @returns ListTransfersResponse
67
+ * @throws ApiError
68
+ */
69
+ listTransfers({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
70
+ /**
71
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
72
+ */
73
+ chainId: string;
74
+ /**
75
+ * A wallet address.
76
+ */
77
+ address: string;
78
+ startBlock?: number;
79
+ endBlock?: number;
80
+ /**
81
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
82
+ */
83
+ pageSize?: number;
84
+ /**
85
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
86
+ */
87
+ pageToken?: string;
88
+ }): CancelablePromise<ListTransfersResponse>;
89
+ /**
90
+ * List transactions
91
+ * Returns a list of transactions where the given wallet address had an on-chain interaction for the given chain. The ERC-20 transfers, ERC-721 transfers, ERC-1155, and internal transactions returned are only those where the input address had an interaction. Specifically, those lists only inlcude entries where the input address was the sender (`from` field) or the receiver (`to` field) for the sub-transaction. Therefore the transactions returned from this list may not be complete representations of the on-chain data. For a complete view of a transaction use the `/chains/:chainId/transactions/:txHash` endpoint.
92
+ *
93
+ * Filterable by block ranges.
94
+ * @returns ListTransactionDetailsResponse
95
+ * @throws ApiError
96
+ */
97
+ listTransactions({ chainId, address, pageSize, pageToken, startBlock, endBlock, sortOrder, }: {
98
+ /**
99
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
100
+ */
101
+ chainId: string;
102
+ /**
103
+ * A wallet address.
104
+ */
105
+ address: string;
106
+ /**
107
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
108
+ */
109
+ pageSize?: number;
110
+ /**
111
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
112
+ */
113
+ pageToken?: string;
114
+ startBlock?: number;
115
+ endBlock?: number;
116
+ /**
117
+ * 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.
118
+ */
119
+ sortOrder?: SortOrder;
120
+ }): CancelablePromise<ListTransactionDetailsResponse>;
121
+ /**
122
+ * List native transactions
123
+ * Lists native transactions for an address. Filterable by block range.
124
+ * @returns ListNativeTransactionsResponse
125
+ * @throws ApiError
126
+ */
127
+ listNativeTransactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
128
+ /**
129
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
130
+ */
131
+ chainId: string;
132
+ /**
133
+ * A wallet address.
134
+ */
135
+ address: string;
136
+ startBlock?: number;
137
+ endBlock?: number;
138
+ /**
139
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
140
+ */
141
+ pageSize?: number;
142
+ /**
143
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
144
+ */
145
+ pageToken?: string;
146
+ }): CancelablePromise<ListNativeTransactionsResponse>;
147
+ /**
148
+ * List ERC-20 transfers
149
+ * Lists ERC-20 transfers for an address. Filterable by block range.
150
+ * @returns ListErc20TransactionsResponse
151
+ * @throws ApiError
152
+ */
153
+ listErc20Transactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
154
+ /**
155
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
156
+ */
157
+ chainId: string;
158
+ /**
159
+ * A wallet address.
160
+ */
161
+ address: string;
162
+ startBlock?: number;
163
+ endBlock?: number;
164
+ /**
165
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
166
+ */
167
+ pageSize?: number;
168
+ /**
169
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
170
+ */
171
+ pageToken?: string;
172
+ }): CancelablePromise<ListErc20TransactionsResponse>;
173
+ /**
174
+ * List ERC-721 transfers
175
+ * Lists ERC-721 transfers for an address. Filterable by block range.
176
+ * @returns ListErc721TransactionsResponse
177
+ * @throws ApiError
178
+ */
179
+ listErc721Transactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
180
+ /**
181
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
182
+ */
183
+ chainId: string;
184
+ /**
185
+ * A wallet address.
186
+ */
187
+ address: string;
188
+ startBlock?: number;
189
+ endBlock?: number;
190
+ /**
191
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
192
+ */
193
+ pageSize?: number;
194
+ /**
195
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
196
+ */
197
+ pageToken?: string;
198
+ }): CancelablePromise<ListErc721TransactionsResponse>;
199
+ /**
200
+ * List ERC-1155 transfers
201
+ * Lists ERC-1155 transfers for an address. Filterable by block range.
202
+ * @returns ListErc1155TransactionsResponse
203
+ * @throws ApiError
204
+ */
205
+ listErc1155Transactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
206
+ /**
207
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
208
+ */
209
+ chainId: string;
210
+ /**
211
+ * A wallet address.
212
+ */
213
+ address: string;
214
+ startBlock?: number;
215
+ endBlock?: number;
216
+ /**
217
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
218
+ */
219
+ pageSize?: number;
220
+ /**
221
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
222
+ */
223
+ pageToken?: string;
224
+ }): CancelablePromise<ListErc1155TransactionsResponse>;
225
+ /**
226
+ * List internal transactions
227
+ * Returns a list of internal transactions for an address and chain. Filterable by block range.
228
+ *
229
+ * Note that the internal transactions list only contains `CALL` or `CALLCODE` transactions with a non-zero value and `CREATE`/`CREATE2` transactions. To get a complete list of internal transactions use the `debug_` prefixed RPC methods on an archive node.
230
+ * @returns ListInternalTransactionsResponse
231
+ * @throws ApiError
232
+ */
233
+ listInternalTransactions({ chainId, address, startBlock, endBlock, pageSize, pageToken, }: {
234
+ /**
235
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
236
+ */
237
+ chainId: string;
238
+ /**
239
+ * A wallet address.
240
+ */
241
+ address: string;
242
+ startBlock?: number;
243
+ endBlock?: number;
244
+ /**
245
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
246
+ */
247
+ pageSize?: number;
248
+ /**
249
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
250
+ */
251
+ pageToken?: string;
252
+ }): CancelablePromise<ListInternalTransactionsResponse>;
253
+ /**
254
+ * Get transaction
255
+ * Gets the details of a single transaction.
256
+ * @returns GetTransactionResponse
257
+ * @throws ApiError
258
+ */
259
+ getTransaction({ chainId, txHash, }: {
260
+ /**
261
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
262
+ */
263
+ chainId: string;
264
+ /**
265
+ * A transaction hash.
266
+ */
267
+ txHash: string;
268
+ }): CancelablePromise<GetTransactionResponse>;
269
+ /**
270
+ * List transactions for a block
271
+ * Lists the transactions that occured in a given block.
272
+ * @returns ListNativeTransactionsResponse
273
+ * @throws ApiError
274
+ */
275
+ getTransactionsForBlock({ chainId, blockId, }: {
276
+ /**
277
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
278
+ */
279
+ chainId: string;
280
+ /**
281
+ * A block identifier which is either a block number or the block hash.
282
+ */
283
+ blockId: string;
284
+ }): CancelablePromise<ListNativeTransactionsResponse>;
285
+ /**
286
+ * List latest transactions
287
+ * Lists the latest transactions. Filterable by status.
288
+ * @returns ListNativeTransactionsResponse
289
+ * @throws ApiError
290
+ */
291
+ listLatestTransactions({ chainId, pageSize, pageToken, status, }: {
292
+ /**
293
+ * A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
294
+ */
295
+ chainId: string;
296
+ /**
297
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
298
+ */
299
+ pageSize?: number;
300
+ /**
301
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
302
+ */
303
+ pageToken?: string;
304
+ /**
305
+ * A status filter for listed transactions.
306
+ */
307
+ status?: TransactionStatus;
308
+ }): CancelablePromise<ListNativeTransactionsResponse>;
309
+ }
310
+
311
+ export { EvmTransactionsService };
@@ -0,0 +1,251 @@
1
+ class EvmTransactionsService {
2
+ constructor(httpRequest) {
3
+ this.httpRequest = httpRequest;
4
+ }
5
+ getDeploymentTransaction({
6
+ chainId,
7
+ address,
8
+ currency
9
+ }) {
10
+ return this.httpRequest.request({
11
+ method: "GET",
12
+ url: "/v1/chains/{chainId}/contracts/{address}/transactions:getDeployment",
13
+ path: {
14
+ "chainId": chainId,
15
+ "address": address
16
+ },
17
+ query: {
18
+ "currency": currency
19
+ }
20
+ });
21
+ }
22
+ listContractDeployments({
23
+ chainId,
24
+ address,
25
+ pageSize = 10,
26
+ pageToken
27
+ }) {
28
+ return this.httpRequest.request({
29
+ method: "GET",
30
+ url: "/v1/chains/{chainId}/addresses/{address}/deployments",
31
+ path: {
32
+ "chainId": chainId,
33
+ "address": address
34
+ },
35
+ query: {
36
+ "pageSize": pageSize,
37
+ "pageToken": pageToken
38
+ }
39
+ });
40
+ }
41
+ listTransfers({
42
+ chainId,
43
+ address,
44
+ startBlock,
45
+ endBlock,
46
+ pageSize = 10,
47
+ pageToken
48
+ }) {
49
+ return this.httpRequest.request({
50
+ method: "GET",
51
+ url: "/v1/chains/{chainId}/tokens/{address}/transfers",
52
+ path: {
53
+ "chainId": chainId,
54
+ "address": address
55
+ },
56
+ query: {
57
+ "startBlock": startBlock,
58
+ "endBlock": endBlock,
59
+ "pageSize": pageSize,
60
+ "pageToken": pageToken
61
+ }
62
+ });
63
+ }
64
+ listTransactions({
65
+ chainId,
66
+ address,
67
+ pageSize = 10,
68
+ pageToken,
69
+ startBlock,
70
+ endBlock,
71
+ sortOrder
72
+ }) {
73
+ return this.httpRequest.request({
74
+ method: "GET",
75
+ url: "/v1/chains/{chainId}/addresses/{address}/transactions",
76
+ path: {
77
+ "chainId": chainId,
78
+ "address": address
79
+ },
80
+ query: {
81
+ "pageSize": pageSize,
82
+ "pageToken": pageToken,
83
+ "startBlock": startBlock,
84
+ "endBlock": endBlock,
85
+ "sortOrder": sortOrder
86
+ }
87
+ });
88
+ }
89
+ listNativeTransactions({
90
+ chainId,
91
+ address,
92
+ startBlock,
93
+ endBlock,
94
+ pageSize = 10,
95
+ pageToken
96
+ }) {
97
+ return this.httpRequest.request({
98
+ method: "GET",
99
+ url: "/v1/chains/{chainId}/addresses/{address}/transactions:listNative",
100
+ path: {
101
+ "chainId": chainId,
102
+ "address": address
103
+ },
104
+ query: {
105
+ "startBlock": startBlock,
106
+ "endBlock": endBlock,
107
+ "pageSize": pageSize,
108
+ "pageToken": pageToken
109
+ }
110
+ });
111
+ }
112
+ listErc20Transactions({
113
+ chainId,
114
+ address,
115
+ startBlock,
116
+ endBlock,
117
+ pageSize = 10,
118
+ pageToken
119
+ }) {
120
+ return this.httpRequest.request({
121
+ method: "GET",
122
+ url: "/v1/chains/{chainId}/addresses/{address}/transactions:listErc20",
123
+ path: {
124
+ "chainId": chainId,
125
+ "address": address
126
+ },
127
+ query: {
128
+ "startBlock": startBlock,
129
+ "endBlock": endBlock,
130
+ "pageSize": pageSize,
131
+ "pageToken": pageToken
132
+ }
133
+ });
134
+ }
135
+ listErc721Transactions({
136
+ chainId,
137
+ address,
138
+ startBlock,
139
+ endBlock,
140
+ pageSize = 10,
141
+ pageToken
142
+ }) {
143
+ return this.httpRequest.request({
144
+ method: "GET",
145
+ url: "/v1/chains/{chainId}/addresses/{address}/transactions:listErc721",
146
+ path: {
147
+ "chainId": chainId,
148
+ "address": address
149
+ },
150
+ query: {
151
+ "startBlock": startBlock,
152
+ "endBlock": endBlock,
153
+ "pageSize": pageSize,
154
+ "pageToken": pageToken
155
+ }
156
+ });
157
+ }
158
+ listErc1155Transactions({
159
+ chainId,
160
+ address,
161
+ startBlock,
162
+ endBlock,
163
+ pageSize = 10,
164
+ pageToken
165
+ }) {
166
+ return this.httpRequest.request({
167
+ method: "GET",
168
+ url: "/v1/chains/{chainId}/addresses/{address}/transactions:listErc1155",
169
+ path: {
170
+ "chainId": chainId,
171
+ "address": address
172
+ },
173
+ query: {
174
+ "startBlock": startBlock,
175
+ "endBlock": endBlock,
176
+ "pageSize": pageSize,
177
+ "pageToken": pageToken
178
+ }
179
+ });
180
+ }
181
+ listInternalTransactions({
182
+ chainId,
183
+ address,
184
+ startBlock,
185
+ endBlock,
186
+ pageSize = 10,
187
+ pageToken
188
+ }) {
189
+ return this.httpRequest.request({
190
+ method: "GET",
191
+ url: "/v1/chains/{chainId}/addresses/{address}/transactions:listInternals",
192
+ path: {
193
+ "chainId": chainId,
194
+ "address": address
195
+ },
196
+ query: {
197
+ "startBlock": startBlock,
198
+ "endBlock": endBlock,
199
+ "pageSize": pageSize,
200
+ "pageToken": pageToken
201
+ }
202
+ });
203
+ }
204
+ getTransaction({
205
+ chainId,
206
+ txHash
207
+ }) {
208
+ return this.httpRequest.request({
209
+ method: "GET",
210
+ url: "/v1/chains/{chainId}/transactions/{txHash}",
211
+ path: {
212
+ "chainId": chainId,
213
+ "txHash": txHash
214
+ }
215
+ });
216
+ }
217
+ getTransactionsForBlock({
218
+ chainId,
219
+ blockId
220
+ }) {
221
+ return this.httpRequest.request({
222
+ method: "GET",
223
+ url: "/v1/chains/{chainId}/blocks/{blockId}/transactions",
224
+ path: {
225
+ "chainId": chainId,
226
+ "blockId": blockId
227
+ }
228
+ });
229
+ }
230
+ listLatestTransactions({
231
+ chainId,
232
+ pageSize = 10,
233
+ pageToken,
234
+ status
235
+ }) {
236
+ return this.httpRequest.request({
237
+ method: "GET",
238
+ url: "/v1/chains/{chainId}/transactions",
239
+ path: {
240
+ "chainId": chainId
241
+ },
242
+ query: {
243
+ "pageSize": pageSize,
244
+ "pageToken": pageToken,
245
+ "status": status
246
+ }
247
+ });
248
+ }
249
+ }
250
+
251
+ export { EvmTransactionsService };
@@ -5,7 +5,7 @@ declare class HealthCheckService {
5
5
  readonly httpRequest: BaseHttpRequest;
6
6
  constructor(httpRequest: BaseHttpRequest);
7
7
  /**
8
- * Get the health of the service.
8
+ * Get the health of the service
9
9
  * @returns any The Health Check is successful
10
10
  * @throws ApiError
11
11
  */
@@ -1,4 +1,5 @@
1
- import { CreateTransactionExportRequest } from '../models/CreateTransactionExportRequest.js';
1
+ import { CreateEvmTransactionExportRequest } from '../models/CreateEvmTransactionExportRequest.js';
2
+ import { CreatePrimaryNetworkTransactionExportRequest } from '../models/CreatePrimaryNetworkTransactionExportRequest.js';
2
3
  import { OperationStatusResponse } from '../models/OperationStatusResponse.js';
3
4
  import { CancelablePromise } from '../core/CancelablePromise.js';
4
5
  import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
@@ -7,15 +8,19 @@ declare class OperationsService {
7
8
  readonly httpRequest: BaseHttpRequest;
8
9
  constructor(httpRequest: BaseHttpRequest);
9
10
  /**
11
+ * Create transaction export operation
10
12
  * Trigger a transaction export operation with given parameters.
13
+ *
14
+ * The transaction export operation runs asynchronously in the background. The status of the job can be retrieved from the `/v1/operations/:operationId` endpoint using the `operationId` returned from this endpoint.
11
15
  * @returns OperationStatusResponse
12
16
  * @throws ApiError
13
17
  */
14
18
  postTransactionExportJob({ requestBody, }: {
15
- requestBody: CreateTransactionExportRequest;
19
+ requestBody: (CreateEvmTransactionExportRequest | CreatePrimaryNetworkTransactionExportRequest);
16
20
  }): CancelablePromise<OperationStatusResponse>;
17
21
  /**
18
- * Retrieve operation result with given operation id
22
+ * Get operation
23
+ * Gets operation details for the given operation id.
19
24
  * @returns OperationStatusResponse
20
25
  * @throws ApiError
21
26
  */
@@ -0,0 +1,40 @@
1
+ import { BlockchainId } from '../models/BlockchainId.js';
2
+ import { ListCChainAtomicBalancesResponse } from '../models/ListCChainAtomicBalancesResponse.js';
3
+ import { ListPChainBalancesResponse } from '../models/ListPChainBalancesResponse.js';
4
+ import { ListXChainBalancesResponse } from '../models/ListXChainBalancesResponse.js';
5
+ import { Network } from '../models/Network.js';
6
+ import { CancelablePromise } from '../core/CancelablePromise.js';
7
+ import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
8
+
9
+ declare class PrimaryNetworkBalancesService {
10
+ readonly httpRequest: BaseHttpRequest;
11
+ constructor(httpRequest: BaseHttpRequest);
12
+ /**
13
+ * Get balances
14
+ * Gets primary network balances for one of the Primary Network chains for the supplied addresses.
15
+ *
16
+ * C-Chain balances returned are only the shared atomic memory balance. For EVM balance, use the `/v1/chains/:chainId/addresses/:addressId/balances:getNative` endpoint.
17
+ * @returns any
18
+ * @throws ApiError
19
+ */
20
+ getBalancesByAddresses({ blockchainId, network, blockTimestamp, addresses, }: {
21
+ /**
22
+ * A primary network blockchain id or alias.
23
+ */
24
+ blockchainId: BlockchainId;
25
+ /**
26
+ * Either mainnet or a testnet.
27
+ */
28
+ network: Network;
29
+ /**
30
+ * An epoch timestamp in seconds. Balance will be calculated at this timestamp.
31
+ */
32
+ blockTimestamp?: number;
33
+ /**
34
+ * 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".
35
+ */
36
+ addresses?: string;
37
+ }): CancelablePromise<(ListPChainBalancesResponse | ListXChainBalancesResponse | ListCChainAtomicBalancesResponse)>;
38
+ }
39
+
40
+ export { PrimaryNetworkBalancesService };
@@ -0,0 +1,26 @@
1
+ class PrimaryNetworkBalancesService {
2
+ constructor(httpRequest) {
3
+ this.httpRequest = httpRequest;
4
+ }
5
+ getBalancesByAddresses({
6
+ blockchainId,
7
+ network,
8
+ blockTimestamp,
9
+ addresses
10
+ }) {
11
+ return this.httpRequest.request({
12
+ method: "GET",
13
+ url: "/v1/networks/{network}/blockchains/{blockchainId}/balances",
14
+ path: {
15
+ "blockchainId": blockchainId,
16
+ "network": network
17
+ },
18
+ query: {
19
+ "blockTimestamp": blockTimestamp,
20
+ "addresses": addresses
21
+ }
22
+ });
23
+ }
24
+ }
25
+
26
+ export { PrimaryNetworkBalancesService };