@avalabs/glacier-sdk 3.1.0-canary.8477dec.0 → 3.1.0-canary.8540495.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 (236) hide show
  1. package/dist/index.cjs +1 -0
  2. package/dist/index.d.ts +325 -108
  3. package/esm/generated/Glacier.d.ts +2 -0
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/core/ApiRequestOptions.d.ts +1 -1
  6. package/esm/generated/core/ApiResult.d.ts +1 -1
  7. package/esm/generated/core/CancelablePromise.d.ts +2 -1
  8. package/esm/generated/core/FetchHttpRequest.d.ts +17 -0
  9. package/esm/generated/core/OpenAPI.d.ts +2 -1
  10. package/esm/generated/core/OpenAPI.js +1 -1
  11. package/esm/generated/models/AccessListData.d.ts +1 -1
  12. package/esm/generated/models/AccessRequest.d.ts +1 -1
  13. package/esm/generated/models/ActiveValidatorDetails.d.ts +5 -0
  14. package/esm/generated/models/AddressActivityEventType.d.ts +5 -0
  15. package/esm/generated/models/AddressActivityEventType.js +1 -0
  16. package/esm/generated/models/AddressActivityMetadata.d.ts +5 -5
  17. package/esm/generated/models/AddressesChangeRequest.d.ts +1 -1
  18. package/esm/generated/models/AggregatedAssetAmount.d.ts +1 -1
  19. package/esm/generated/models/AssetAmount.d.ts +1 -1
  20. package/esm/generated/models/AssetWithPriceInfo.d.ts +1 -1
  21. package/esm/generated/models/BadGateway.d.ts +1 -1
  22. package/esm/generated/models/BadRequest.d.ts +1 -1
  23. package/esm/generated/models/BalanceOwner.d.ts +1 -1
  24. package/esm/generated/models/Blockchain.d.ts +9 -1
  25. package/esm/generated/models/BlockchainId.d.ts +0 -2
  26. package/esm/generated/models/BlockchainId.js +1 -1
  27. package/esm/generated/models/BlockchainIds.d.ts +1 -3
  28. package/esm/generated/models/BlockchainIds.js +1 -1
  29. package/esm/generated/models/BlockchainInfo.d.ts +10 -0
  30. package/esm/generated/models/BlsCredentials.d.ts +1 -1
  31. package/esm/generated/models/CChainAtomicBalances.d.ts +1 -1
  32. package/esm/generated/models/CChainSharedAssetBalance.d.ts +1 -1
  33. package/esm/generated/models/ChainAddressChainIdMap.d.ts +1 -1
  34. package/esm/generated/models/ChainAddressChainIdMapListResponse.d.ts +1 -1
  35. package/esm/generated/models/ChainInfo.d.ts +1 -1
  36. package/esm/generated/models/ContractDeploymentDetails.d.ts +1 -1
  37. package/esm/generated/models/ContractSubmissionBody.d.ts +1 -1
  38. package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +1 -1
  39. package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +1 -1
  40. package/esm/generated/models/DataListChainsResponse.d.ts +1 -1
  41. package/esm/generated/models/DelegatorsDetails.d.ts +1 -1
  42. package/esm/generated/models/ERCToken.d.ts +1 -1
  43. package/esm/generated/models/ERCTransfer.d.ts +1 -1
  44. package/esm/generated/models/EVMAddressActivityRequest.d.ts +2 -4
  45. package/esm/generated/models/EVMAddressActivityResponse.d.ts +3 -3
  46. package/esm/generated/models/EVMInput.d.ts +1 -1
  47. package/esm/generated/models/EVMOutput.d.ts +1 -1
  48. package/esm/generated/models/Erc1155Contract.d.ts +1 -1
  49. package/esm/generated/models/Erc1155TokenMetadata.d.ts +1 -1
  50. package/esm/generated/models/Erc1155Transfer.d.ts +1 -1
  51. package/esm/generated/models/Erc1155TransferDetails.d.ts +1 -1
  52. package/esm/generated/models/Erc20Contract.d.ts +1 -1
  53. package/esm/generated/models/Erc20Transfer.d.ts +1 -1
  54. package/esm/generated/models/Erc20TransferDetails.d.ts +1 -1
  55. package/esm/generated/models/Erc721Contract.d.ts +1 -1
  56. package/esm/generated/models/Erc721TokenMetadata.d.ts +1 -1
  57. package/esm/generated/models/Erc721Transfer.d.ts +1 -1
  58. package/esm/generated/models/Erc721TransferDetails.d.ts +1 -1
  59. package/esm/generated/models/EvmBlock.d.ts +1 -1
  60. package/esm/generated/models/EvmNetworkOptions.d.ts +1 -1
  61. package/esm/generated/models/Forbidden.d.ts +1 -1
  62. package/esm/generated/models/FullNativeTransactionDetails.d.ts +1 -1
  63. package/esm/generated/models/Geolocation.d.ts +24 -0
  64. package/esm/generated/models/GetChainResponse.d.ts +1 -1
  65. package/esm/generated/models/GetEvmBlockResponse.d.ts +1 -1
  66. package/esm/generated/models/GetNativeBalanceResponse.d.ts +1 -1
  67. package/esm/generated/models/GetNetworkDetailsResponse.d.ts +1 -1
  68. package/esm/generated/models/GetPrimaryNetworkBlockResponse.d.ts +1 -1
  69. package/esm/generated/models/GetTransactionResponse.d.ts +2 -2
  70. package/esm/generated/models/HistoricalReward.d.ts +1 -1
  71. package/esm/generated/models/IcmDestinationTransaction.d.ts +1 -1
  72. package/esm/generated/models/IcmReceipt.d.ts +1 -1
  73. package/esm/generated/models/IcmSourceTransaction.d.ts +1 -1
  74. package/esm/generated/models/ImageAsset.d.ts +1 -1
  75. package/esm/generated/models/InternalServerError.d.ts +1 -1
  76. package/esm/generated/models/InternalTransaction.d.ts +17 -16
  77. package/esm/generated/models/InternalTransactionDetails.d.ts +1 -1
  78. package/esm/generated/models/InternalTransactionOpCall.d.ts +1 -0
  79. package/esm/generated/models/InternalTransactionOpCall.js +1 -1
  80. package/esm/generated/models/L1ValidatorDetailsFull.d.ts +1 -1
  81. package/esm/generated/models/L1ValidatorDetailsTransaction.d.ts +1 -1
  82. package/esm/generated/models/L1ValidatorManagerDetails.d.ts +1 -1
  83. package/esm/generated/models/ListAddressChainsResponse.d.ts +1 -1
  84. package/esm/generated/models/ListBlockchainsResponse.d.ts +1 -1
  85. package/esm/generated/models/ListCChainAtomicBalancesResponse.d.ts +1 -1
  86. package/esm/generated/models/ListCChainAtomicTransactionsResponse.d.ts +1 -1
  87. package/esm/generated/models/ListChainsResponse.d.ts +1 -1
  88. package/esm/generated/models/ListCollectibleBalancesResponse.d.ts +1 -1
  89. package/esm/generated/models/ListContractsResponse.d.ts +1 -1
  90. package/esm/generated/models/ListDelegatorDetailsResponse.d.ts +1 -1
  91. package/esm/generated/models/ListErc1155BalancesResponse.d.ts +1 -1
  92. package/esm/generated/models/ListErc1155TransactionsResponse.d.ts +1 -1
  93. package/esm/generated/models/ListErc20BalancesResponse.d.ts +1 -1
  94. package/esm/generated/models/ListErc20TransactionsResponse.d.ts +1 -1
  95. package/esm/generated/models/ListErc721BalancesResponse.d.ts +1 -1
  96. package/esm/generated/models/ListErc721TransactionsResponse.d.ts +1 -1
  97. package/esm/generated/models/ListEvmBlocksResponse.d.ts +1 -1
  98. package/esm/generated/models/ListHistoricalRewardsResponse.d.ts +1 -1
  99. package/esm/generated/models/ListIcmMessagesResponse.d.ts +3 -2
  100. package/esm/generated/models/ListInternalTransactionsResponse.d.ts +1 -1
  101. package/esm/generated/models/ListL1ValidatorsResponse.d.ts +5 -1
  102. package/esm/generated/models/ListNativeTransactionsResponse.d.ts +1 -1
  103. package/esm/generated/models/ListNftTokens.d.ts +1 -1
  104. package/esm/generated/models/ListPChainBalancesResponse.d.ts +1 -1
  105. package/esm/generated/models/ListPChainTransactionsResponse.d.ts +1 -1
  106. package/esm/generated/models/ListPChainUtxosResponse.d.ts +1 -1
  107. package/esm/generated/models/ListPendingRewardsResponse.d.ts +1 -1
  108. package/esm/generated/models/ListPrimaryNetworkBlocksResponse.d.ts +1 -1
  109. package/esm/generated/models/ListSubnetsResponse.d.ts +1 -1
  110. package/esm/generated/models/ListTeleporterMessagesResponse.d.ts +3 -2
  111. package/esm/generated/models/ListTransactionDetailsResponse.d.ts +1 -1
  112. package/esm/generated/models/ListTransfersResponse.d.ts +1 -1
  113. package/esm/generated/models/ListUtxosResponse.d.ts +1 -1
  114. package/esm/generated/models/ListValidatorDetailsResponse.d.ts +1 -1
  115. package/esm/generated/models/ListWebhookAddressesResponse.d.ts +1 -1
  116. package/esm/generated/models/ListWebhooksResponse.d.ts +4 -3
  117. package/esm/generated/models/ListXChainBalancesResponse.d.ts +1 -1
  118. package/esm/generated/models/ListXChainTransactionsResponse.d.ts +1 -1
  119. package/esm/generated/models/ListXChainVerticesResponse.d.ts +1 -1
  120. package/esm/generated/models/Log.d.ts +1 -1
  121. package/esm/generated/models/LogsFormat.d.ts +1 -1
  122. package/esm/generated/models/LogsFormatMetadata.d.ts +1 -1
  123. package/esm/generated/models/LogsResponseDTO.d.ts +1 -1
  124. package/esm/generated/models/Method.d.ts +1 -1
  125. package/esm/generated/models/Metric.d.ts +1 -1
  126. package/esm/generated/models/Money.d.ts +1 -1
  127. package/esm/generated/models/NativeTokenBalance.d.ts +1 -1
  128. package/esm/generated/models/NativeTransaction.d.ts +1 -1
  129. package/esm/generated/models/NetworkToken.d.ts +1 -1
  130. package/esm/generated/models/NetworkTokenDetails.d.ts +1 -1
  131. package/esm/generated/models/NetworkTokenInfo.d.ts +1 -1
  132. package/esm/generated/models/NextPageToken.d.ts +1 -1
  133. package/esm/generated/models/NotFound.d.ts +1 -1
  134. package/esm/generated/models/NotificationsResponse.d.ts +1 -1
  135. package/esm/generated/models/OperationStatusResponse.d.ts +1 -1
  136. package/esm/generated/models/PChainBalance.d.ts +1 -1
  137. package/esm/generated/models/PChainSharedAsset.d.ts +1 -1
  138. package/esm/generated/models/PChainTransaction.d.ts +6 -1
  139. package/esm/generated/models/PChainUtxo.d.ts +5 -1
  140. package/esm/generated/models/PendingReward.d.ts +1 -1
  141. package/esm/generated/models/PlatformAddressActivityKeyType.d.ts +8 -0
  142. package/esm/generated/models/PlatformAddressActivityKeyType.js +1 -0
  143. package/esm/generated/models/PricingProviders.d.ts +1 -1
  144. package/esm/generated/models/PrimaryNetworkAddressActivityEventType.d.ts +5 -0
  145. package/esm/generated/models/PrimaryNetworkAddressActivityEventType.js +1 -0
  146. package/esm/generated/models/PrimaryNetworkAddressActivityMetadata.d.ts +25 -0
  147. package/esm/generated/models/PrimaryNetworkAddressActivityRequest.d.ts +22 -0
  148. package/esm/generated/models/PrimaryNetworkAddressActivityRequest.js +1 -0
  149. package/esm/generated/models/PrimaryNetworkAddressActivityResponse.d.ts +17 -0
  150. package/esm/generated/models/PrimaryNetworkAddressActivitySubEventType.d.ts +10 -0
  151. package/esm/generated/models/PrimaryNetworkAddressActivitySubEventType.js +1 -0
  152. package/esm/generated/models/PrimaryNetworkAddressActivitySubEvents.d.ts +7 -0
  153. package/esm/generated/models/PrimaryNetworkAddressesBodyDto.d.ts +8 -0
  154. package/esm/generated/models/{PlatformBalanceThresholdFilter.d.ts → PrimaryNetworkBalanceThresholdFilter.d.ts} +2 -2
  155. package/esm/generated/models/PrimaryNetworkBlock.d.ts +1 -1
  156. package/esm/generated/models/PrimaryNetworkChainInfo.d.ts +1 -1
  157. package/esm/generated/models/PrimaryNetworkOptions.d.ts +2 -2
  158. package/esm/generated/models/ProposerDetails.d.ts +1 -1
  159. package/esm/generated/models/ResourceLink.d.ts +1 -1
  160. package/esm/generated/models/Rewards.d.ts +1 -1
  161. package/esm/generated/models/RichAddress.d.ts +1 -1
  162. package/esm/generated/models/RpcMetrics.d.ts +1 -1
  163. package/esm/generated/models/ServiceUnavailable.d.ts +1 -1
  164. package/esm/generated/models/SharedSecretsResponse.d.ts +1 -1
  165. package/esm/generated/models/SignatureAggregationResponse.d.ts +1 -1
  166. package/esm/generated/models/SignatureAggregatorRequest.d.ts +1 -1
  167. package/esm/generated/models/StakingDistribution.d.ts +1 -1
  168. package/esm/generated/models/Subnet.d.ts +1 -1
  169. package/esm/generated/models/SubnetOwnershipInfo.d.ts +1 -1
  170. package/esm/generated/models/SubnetRpcUsageMetricsResponseDTO.d.ts +1 -1
  171. package/esm/generated/models/SubscribeRequest.d.ts +1 -1
  172. package/esm/generated/models/SubscriptionsRequest.d.ts +1 -1
  173. package/esm/generated/models/SubscriptionsResponse.d.ts +1 -1
  174. package/esm/generated/models/TeleporterDestinationTransaction.d.ts +1 -1
  175. package/esm/generated/models/TeleporterMessageInfo.d.ts +3 -3
  176. package/esm/generated/models/TeleporterReceipt.d.ts +1 -1
  177. package/esm/generated/models/TeleporterSourceTransaction.d.ts +1 -1
  178. package/esm/generated/models/TooManyRequests.d.ts +1 -1
  179. package/esm/generated/models/Transaction.d.ts +3 -3
  180. package/esm/generated/models/TransactionDetails.d.ts +2 -2
  181. package/esm/generated/models/TransactionEvent.d.ts +1 -1
  182. package/esm/generated/models/TransactionExportMetadata.d.ts +1 -1
  183. package/esm/generated/models/TransactionVertexDetail.d.ts +1 -1
  184. package/esm/generated/models/Unauthorized.d.ts +1 -1
  185. package/esm/generated/models/UnknownContract.d.ts +1 -1
  186. package/esm/generated/models/UnsubscribeRequest.d.ts +1 -1
  187. package/esm/generated/models/UpdateContractResponse.d.ts +1 -1
  188. package/esm/generated/models/UpdateWebhookRequest.d.ts +1 -1
  189. package/esm/generated/models/UsageMetricsResponseDTO.d.ts +1 -1
  190. package/esm/generated/models/UtilityAddresses.d.ts +1 -1
  191. package/esm/generated/models/Utxo.d.ts +5 -1
  192. package/esm/generated/models/UtxoCredential.d.ts +1 -1
  193. package/esm/generated/models/UtxosSortByOption.d.ts +6 -0
  194. package/esm/generated/models/UtxosSortByOption.js +1 -0
  195. package/esm/generated/models/ValidatorActivityEventType.d.ts +5 -0
  196. package/esm/generated/models/ValidatorActivityEventType.js +1 -0
  197. package/esm/generated/models/ValidatorActivityKeyType.d.ts +9 -0
  198. package/esm/generated/models/ValidatorActivityKeyType.js +1 -0
  199. package/esm/generated/models/ValidatorActivityMetadata.d.ts +32 -0
  200. package/esm/generated/models/ValidatorActivityRequest.d.ts +21 -0
  201. package/esm/generated/models/ValidatorActivityRequest.js +1 -0
  202. package/esm/generated/models/ValidatorActivityResponse.d.ts +17 -0
  203. package/esm/generated/models/ValidatorActivitySubEvents.d.ts +8 -0
  204. package/esm/generated/models/ValidatorHealthDetails.d.ts +1 -1
  205. package/esm/generated/models/ValidatorsDetails.d.ts +1 -1
  206. package/esm/generated/models/WebhookInternalTransaction.d.ts +32 -0
  207. package/esm/generated/models/XChainAssetDetails.d.ts +1 -1
  208. package/esm/generated/models/XChainBalances.d.ts +1 -1
  209. package/esm/generated/models/XChainId.d.ts +0 -1
  210. package/esm/generated/models/XChainId.js +1 -1
  211. package/esm/generated/models/XChainSharedAssetBalance.d.ts +1 -1
  212. package/esm/generated/models/XChainVertex.d.ts +1 -1
  213. package/esm/generated/services/AvaxSupplyService.d.ts +16 -0
  214. package/esm/generated/services/AvaxSupplyService.js +1 -0
  215. package/esm/generated/services/EvmTransactionsService.d.ts +1 -1
  216. package/esm/generated/services/InterchainMessagingService.d.ts +2 -2
  217. package/esm/generated/services/PrimaryNetworkService.d.ts +4 -4
  218. package/esm/generated/services/PrimaryNetworkService.js +1 -1
  219. package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +48 -1
  220. package/esm/generated/services/PrimaryNetworkUtxOsService.js +1 -1
  221. package/esm/generated/services/WebhooksService.d.ts +9 -7
  222. package/esm/index.d.ts +23 -8
  223. package/esm/index.js +1 -1
  224. package/package.json +13 -4
  225. package/dist/index.js +0 -1
  226. package/esm/generated/models/EventType.d.ts +0 -7
  227. package/esm/generated/models/EventType.js +0 -1
  228. package/esm/generated/models/PlatformActivityKeyType.d.ts +0 -10
  229. package/esm/generated/models/PlatformActivityKeyType.js +0 -1
  230. package/esm/generated/models/PlatformActivityMetadata.d.ts +0 -37
  231. package/esm/generated/models/PlatformActivityRequest.d.ts +0 -31
  232. package/esm/generated/models/PlatformActivityRequest.js +0 -1
  233. package/esm/generated/models/PlatformActivityResponse.d.ts +0 -17
  234. package/esm/generated/models/PlatformActivitySubEvents.d.ts +0 -11
  235. package/esm/generated/models/PlatformAddressActivitySubEventType.d.ts +0 -10
  236. package/esm/generated/models/PlatformAddressActivitySubEventType.js +0 -1
package/dist/index.d.ts CHANGED
@@ -54,6 +54,18 @@ declare abstract class BaseHttpRequest {
54
54
  abstract request<T>(options: ApiRequestOptions): CancelablePromise<T>;
55
55
  }
56
56
 
57
+ declare class AvaxSupplyService {
58
+ readonly httpRequest: BaseHttpRequest;
59
+ constructor(httpRequest: BaseHttpRequest);
60
+ /**
61
+ * Get AVAX supply information
62
+ * Get AVAX supply information that includes total supply, circulating supply, total p burned, total c burned, total x burned, total staked, total locked, total rewards, and last updated.
63
+ * @returns void
64
+ * @throws ApiError
65
+ */
66
+ getAvaxSupply(): CancelablePromise<void>;
67
+ }
68
+
57
69
  type LogsFormatMetadata = {
58
70
  /**
59
71
  * The IP address of the client that made the request.
@@ -1728,7 +1740,7 @@ type Erc1155Contract = {
1728
1740
  * A wallet or contract address in mixed-case checksum encoding.
1729
1741
  */
1730
1742
  address: string;
1731
- deploymentDetails: ContractDeploymentDetails;
1743
+ deploymentDetails?: ContractDeploymentDetails;
1732
1744
  ercType: Erc1155Contract.ercType;
1733
1745
  /**
1734
1746
  * The contract symbol.
@@ -1759,7 +1771,7 @@ type Erc20Contract = {
1759
1771
  * A wallet or contract address in mixed-case checksum encoding.
1760
1772
  */
1761
1773
  address: string;
1762
- deploymentDetails: ContractDeploymentDetails;
1774
+ deploymentDetails?: ContractDeploymentDetails;
1763
1775
  ercType: Erc20Contract.ercType;
1764
1776
  /**
1765
1777
  * The contract symbol.
@@ -1794,7 +1806,7 @@ type Erc721Contract = {
1794
1806
  * A wallet or contract address in mixed-case checksum encoding.
1795
1807
  */
1796
1808
  address: string;
1797
- deploymentDetails: ContractDeploymentDetails;
1809
+ deploymentDetails?: ContractDeploymentDetails;
1798
1810
  ercType: Erc721Contract.ercType;
1799
1811
  /**
1800
1812
  * The contract symbol.
@@ -1824,7 +1836,7 @@ type UnknownContract = {
1824
1836
  * A wallet or contract address in mixed-case checksum encoding.
1825
1837
  */
1826
1838
  address: string;
1827
- deploymentDetails: ContractDeploymentDetails;
1839
+ deploymentDetails?: ContractDeploymentDetails;
1828
1840
  ercType: UnknownContract.ercType;
1829
1841
  };
1830
1842
  declare namespace UnknownContract {
@@ -2042,6 +2054,7 @@ declare enum InternalTransactionOpCall {
2042
2054
  CALL = "CALL",
2043
2055
  CREATE = "CREATE",
2044
2056
  CREATE2 = "CREATE2",
2057
+ CREATE3 = "CREATE3",
2045
2058
  CALLCODE = "CALLCODE",
2046
2059
  DELEGATECALL = "DELEGATECALL",
2047
2060
  STATICCALL = "STATICCALL"
@@ -2083,11 +2096,11 @@ type TeleporterMessageInfo = {
2083
2096
  /**
2084
2097
  * chain id of the source chain. valid only for destination transactions
2085
2098
  */
2086
- sourceChainId?: Record<string, any>;
2099
+ sourceChainId?: string;
2087
2100
  /**
2088
2101
  * chain id of the destination chain. valid only for source transactions
2089
2102
  */
2090
- destinationChainId?: Record<string, any>;
2103
+ destinationChainId?: string;
2091
2104
  };
2092
2105
 
2093
2106
  type GetTransactionResponse = {
@@ -2104,7 +2117,7 @@ type GetTransactionResponse = {
2104
2117
  */
2105
2118
  erc1155Transfers?: Array<Erc1155TransferDetails>;
2106
2119
  /**
2107
- * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction.
2120
+ * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
2108
2121
  */
2109
2122
  internalTransactions?: Array<InternalTransactionDetails>;
2110
2123
  networkTokenDetails: NetworkTokenDetails;
@@ -2220,33 +2233,31 @@ type ListErc721TransactionsResponse = {
2220
2233
 
2221
2234
  type InternalTransaction = {
2222
2235
  /**
2223
- * Sender address
2236
+ * The block number on the chain.
2224
2237
  */
2225
- from: string;
2238
+ blockNumber: string;
2226
2239
  /**
2227
- * Recipient address
2240
+ * The block finality timestamp.
2228
2241
  */
2229
- to: string;
2242
+ blockTimestamp: number;
2230
2243
  /**
2231
- * Internal transaction type
2244
+ * The block hash identifier.
2232
2245
  */
2233
- internalTxType: string;
2246
+ blockHash: string;
2234
2247
  /**
2235
- * Value transferred
2248
+ * The transaction hash identifier.
2236
2249
  */
2250
+ txHash: string;
2251
+ from: RichAddress;
2252
+ to: RichAddress;
2253
+ internalTxType: InternalTransactionOpCall;
2237
2254
  value: string;
2238
2255
  /**
2239
- * Gas used
2256
+ * True if the internal transaction was reverted.
2240
2257
  */
2258
+ isReverted: boolean;
2241
2259
  gasUsed: string;
2242
- /**
2243
- * Gas limit
2244
- */
2245
2260
  gasLimit: string;
2246
- /**
2247
- * Transaction hash
2248
- */
2249
- transactionHash: string;
2250
2261
  };
2251
2262
 
2252
2263
  type ListInternalTransactionsResponse = {
@@ -2275,7 +2286,7 @@ type TransactionDetails = {
2275
2286
  */
2276
2287
  erc1155Transfers?: Array<Erc1155TransferDetails>;
2277
2288
  /**
2278
- * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2 calls. Use a client provider to recieve a full debug trace of the transaction.
2289
+ * The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
2279
2290
  */
2280
2291
  internalTransactions?: Array<InternalTransactionDetails>;
2281
2292
  };
@@ -2574,7 +2585,7 @@ declare class EvmTransactionsService {
2574
2585
  * List internal transactions
2575
2586
  * Returns a list of internal transactions for an address and chain. Filterable by block range.
2576
2587
  *
2577
- * 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.
2588
+ * Note that the internal transactions list only contains `CALL` or `CALLCODE` transactions with a non-zero value and `CREATE`/`CREATE2`/`CREATE3` transactions. To get a complete list of internal transactions use the `debug_` prefixed RPC methods on an archive node.
2578
2589
  * @returns ListInternalTransactionsResponse Successful response
2579
2590
  * @throws ApiError
2580
2591
  */
@@ -2843,7 +2854,7 @@ type ListIcmMessagesResponse = {
2843
2854
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
2844
2855
  */
2845
2856
  nextPageToken?: string;
2846
- messages: Array<(PendingIcmMessage | DeliveredIcmMessage)>;
2857
+ messages: Array<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
2847
2858
  };
2848
2859
 
2849
2860
  declare class InterchainMessagingService {
@@ -2851,13 +2862,13 @@ declare class InterchainMessagingService {
2851
2862
  constructor(httpRequest: BaseHttpRequest);
2852
2863
  /**
2853
2864
  * Get an ICM message
2854
- * Gets an ICM message by message ID.
2865
+ * Gets an ICM message by teleporter message ID.
2855
2866
  * @returns any Successful response
2856
2867
  * @throws ApiError
2857
2868
  */
2858
2869
  getIcmMessage({ messageId, }: {
2859
2870
  /**
2860
- * The message ID of the ICM message.
2871
+ * The teleporter message ID of the ICM message.
2861
2872
  */
2862
2873
  messageId: string;
2863
2874
  }): CancelablePromise<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
@@ -3139,7 +3150,7 @@ declare enum PrimaryNetworkOperationType {
3139
3150
  type PrimaryNetworkOptions = {
3140
3151
  addresses?: Array<string>;
3141
3152
  cChainEvmAddresses?: Array<string>;
3142
- includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu' | 'p-chain' | 'x-chain' | 'c-chain'>;
3153
+ includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'p-chain' | 'x-chain' | 'c-chain'>;
3143
3154
  };
3144
3155
 
3145
3156
  type CreatePrimaryNetworkTransactionExportRequest = {
@@ -3234,16 +3245,22 @@ type Blockchain = {
3234
3245
  vmId: string;
3235
3246
  subnetId: string;
3236
3247
  blockchainName: string;
3248
+ /**
3249
+ * EVM Chain ID for the EVM-based chains. This field is extracted from genesis data, and may be present for non-EVM chains as well.
3250
+ */
3251
+ evmChainId: number;
3252
+ /**
3253
+ * The genesis data of the blockchain.
3254
+ */
3255
+ genesisData?: Record<string, any>;
3237
3256
  };
3238
3257
 
3239
3258
  declare enum BlockchainIds {
3240
3259
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
3241
3260
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
3242
3261
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
3243
- _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
3244
3262
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
3245
- Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
3246
- V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
3263
+ Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
3247
3264
  }
3248
3265
 
3249
3266
  type ChainAddressChainIdMap = {
@@ -3433,6 +3450,10 @@ type ListL1ValidatorsResponse = {
3433
3450
  * The list of L1 validations for the given Subnet ID, NodeId or validationId
3434
3451
  */
3435
3452
  validators: Array<L1ValidatorDetailsFull>;
3453
+ /**
3454
+ * Block height at which the L1 validator's remaining balance is calculated
3455
+ */
3456
+ blockHeight: string;
3436
3457
  };
3437
3458
 
3438
3459
  type L1ValidatorManagerDetails = {
@@ -3506,6 +3527,29 @@ type BlsCredentials = {
3506
3527
  proofOfPossession: string;
3507
3528
  };
3508
3529
 
3530
+ type Geolocation = {
3531
+ /**
3532
+ * The name of the validator node.
3533
+ */
3534
+ city: string;
3535
+ /**
3536
+ * The city of the validator node.
3537
+ */
3538
+ country: string;
3539
+ /**
3540
+ * The country code of the validator node.
3541
+ */
3542
+ countryCode: string;
3543
+ /**
3544
+ * The latitude of the validator node.
3545
+ */
3546
+ latitude: number;
3547
+ /**
3548
+ * The longitude of the validator node.
3549
+ */
3550
+ longitude: number;
3551
+ };
3552
+
3509
3553
  type Rewards = {
3510
3554
  validationRewardAmount: string;
3511
3555
  delegationRewardAmount: string;
@@ -3574,6 +3618,10 @@ type ActiveValidatorDetails = {
3574
3618
  potentialRewards: Rewards;
3575
3619
  validationStatus: ActiveValidatorDetails.validationStatus;
3576
3620
  validatorHealth: ValidatorHealthDetails;
3621
+ /**
3622
+ * The geographical location of the validator node, if available.
3623
+ */
3624
+ geolocation: Geolocation | null;
3577
3625
  };
3578
3626
  declare namespace ActiveValidatorDetails {
3579
3627
  enum validationStatus {
@@ -3731,7 +3779,6 @@ type XChainAssetDetails = {
3731
3779
  declare enum XChainId {
3732
3780
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
3733
3781
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
3734
- _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
3735
3782
  X_CHAIN = "x-chain"
3736
3783
  }
3737
3784
 
@@ -3802,7 +3849,7 @@ declare class PrimaryNetworkService {
3802
3849
  */
3803
3850
  pageToken?: string;
3804
3851
  /**
3805
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3852
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 10000.
3806
3853
  */
3807
3854
  pageSize?: number;
3808
3855
  /**
@@ -3842,7 +3889,7 @@ declare class PrimaryNetworkService {
3842
3889
  */
3843
3890
  pageToken?: string;
3844
3891
  /**
3845
- * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
3892
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 10000.
3846
3893
  */
3847
3894
  pageSize?: number;
3848
3895
  /**
@@ -3868,7 +3915,7 @@ declare class PrimaryNetworkService {
3868
3915
  }): CancelablePromise<Subnet>;
3869
3916
  /**
3870
3917
  * List validators
3871
- * Lists details for validators. By default, returns details for all validators. Filterable by validator node ids and minimum delegation capacity.
3918
+ * Lists details for validators. By default, returns details for all validators. The nodeIds parameter supports substring matching. Filterable by validation status, delegation capacity, time remaining, fee percentage, uptime performance, and subnet id.
3872
3919
  * @returns ListValidatorDetailsResponse Successful response
3873
3920
  * @throws ApiError
3874
3921
  */
@@ -3886,7 +3933,7 @@ declare class PrimaryNetworkService {
3886
3933
  */
3887
3934
  pageSize?: number;
3888
3935
  /**
3889
- * A comma separated list of node ids to filter by.
3936
+ * A comma separated list of node ids to filter by. Supports substring matching.
3890
3937
  */
3891
3938
  nodeIds?: string;
3892
3939
  /**
@@ -4047,10 +4094,8 @@ declare enum BlockchainId {
4047
4094
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
4048
4095
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
4049
4096
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
4050
- _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
4051
4097
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
4052
4098
  Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
4053
- V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",
4054
4099
  P_CHAIN = "p-chain",
4055
4100
  X_CHAIN = "x-chain",
4056
4101
  C_CHAIN = "c-chain"
@@ -4640,6 +4685,10 @@ type Utxo = {
4640
4685
  * UTXO ID for this output.
4641
4686
  */
4642
4687
  utxoId: string;
4688
+ /**
4689
+ * The bytes of the UTXO
4690
+ */
4691
+ utxoBytes?: string;
4643
4692
  /**
4644
4693
  * Unix timestamp in seconds at which this output was consumed.
4645
4694
  */
@@ -4808,6 +4857,15 @@ type ListCChainAtomicTransactionsResponse = {
4808
4857
  chainInfo: PrimaryNetworkChainInfo;
4809
4858
  };
4810
4859
 
4860
+ type BlockchainInfo = {
4861
+ chainName: string;
4862
+ vmId: string;
4863
+ /**
4864
+ * The genesis data of the blockchain. Present for CreateChainTx. EVM based chains will return the genesis data as an object. Non-EVM based chains will return the genesis data as an encoded string. The encoding depends on the VM
4865
+ */
4866
+ genesisData?: Record<string, any>;
4867
+ };
4868
+
4811
4869
  type L1ValidatorDetailsTransaction = {
4812
4870
  /**
4813
4871
  * Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
@@ -4888,6 +4946,10 @@ type PChainUtxo = {
4888
4946
  * UTXO ID for this output.
4889
4947
  */
4890
4948
  utxoId: string;
4949
+ /**
4950
+ * The bytes of the UTXO
4951
+ */
4952
+ utxoBytes?: string;
4891
4953
  /**
4892
4954
  * @deprecated
4893
4955
  */
@@ -5036,6 +5098,10 @@ type PChainTransaction = {
5036
5098
  * Public Key and PoP of new validator registrations. Present for AddPermissionlessValidatorTx
5037
5099
  */
5038
5100
  blsCredentials?: BlsCredentials;
5101
+ /**
5102
+ * Details of the blockchain that was created in the CreateChainTx
5103
+ */
5104
+ blockchainInfo?: BlockchainInfo;
5039
5105
  };
5040
5106
 
5041
5107
  type ListPChainTransactionsResponse = {
@@ -5406,6 +5472,18 @@ type ListUtxosResponse = {
5406
5472
  chainInfo: PrimaryNetworkChainInfo;
5407
5473
  };
5408
5474
 
5475
+ type PrimaryNetworkAddressesBodyDto = {
5476
+ /**
5477
+ * Comma-separated list of primary network addresses
5478
+ */
5479
+ addresses: string;
5480
+ };
5481
+
5482
+ declare enum UtxosSortByOption {
5483
+ TIMESTAMP = "timestamp",
5484
+ AMOUNT = "amount"
5485
+ }
5486
+
5409
5487
  declare class PrimaryNetworkUtxOsService {
5410
5488
  readonly httpRequest: BaseHttpRequest;
5411
5489
  constructor(httpRequest: BaseHttpRequest);
@@ -5415,7 +5493,7 @@ declare class PrimaryNetworkUtxOsService {
5415
5493
  * @returns any Successful response
5416
5494
  * @throws ApiError
5417
5495
  */
5418
- getUtxosByAddresses({ blockchainId, network, addresses, pageToken, pageSize, assetId, includeSpent, sortOrder, }: {
5496
+ getUtxosByAddresses({ blockchainId, network, addresses, pageToken, pageSize, assetId, includeSpent, sortBy, sortOrder, }: {
5419
5497
  /**
5420
5498
  * A primary network blockchain id or alias.
5421
5499
  */
@@ -5444,6 +5522,51 @@ declare class PrimaryNetworkUtxOsService {
5444
5522
  * Boolean filter to include spent UTXOs.
5445
5523
  */
5446
5524
  includeSpent?: boolean;
5525
+ /**
5526
+ * Which property to sort by, in conjunction with sortOrder.
5527
+ */
5528
+ sortBy?: UtxosSortByOption;
5529
+ /**
5530
+ * 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.
5531
+ */
5532
+ sortOrder?: SortOrder;
5533
+ }): CancelablePromise<(ListPChainUtxosResponse | ListUtxosResponse)>;
5534
+ /**
5535
+ * List UTXOs v2 - Supports querying for more addresses
5536
+ * Lists UTXOs on one of the Primary Network chains for the supplied addresses. This v2 route supports increased page size and address limit.
5537
+ * @returns any Successful response
5538
+ * @throws ApiError
5539
+ */
5540
+ getUtxosByAddressesV2({ blockchainId, network, requestBody, pageToken, pageSize, assetId, includeSpent, sortBy, sortOrder, }: {
5541
+ /**
5542
+ * A primary network blockchain id or alias.
5543
+ */
5544
+ blockchainId: BlockchainId;
5545
+ /**
5546
+ * Either mainnet or testnet/fuji.
5547
+ */
5548
+ network: Network;
5549
+ requestBody: PrimaryNetworkAddressesBodyDto;
5550
+ /**
5551
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
5552
+ */
5553
+ pageToken?: string;
5554
+ /**
5555
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
5556
+ */
5557
+ pageSize?: number;
5558
+ /**
5559
+ * Asset ID for any asset (only applicable X-Chain)
5560
+ */
5561
+ assetId?: string;
5562
+ /**
5563
+ * Boolean filter to include spent UTXOs.
5564
+ */
5565
+ includeSpent?: boolean;
5566
+ /**
5567
+ * Which property to sort by, in conjunction with sortOrder.
5568
+ */
5569
+ sortBy?: UtxosSortByOption;
5447
5570
  /**
5448
5571
  * 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.
5449
5572
  */
@@ -5728,7 +5851,7 @@ type ListTeleporterMessagesResponse = {
5728
5851
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
5729
5852
  */
5730
5853
  nextPageToken?: string;
5731
- messages: Array<(PendingTeleporterMessage | DeliveredTeleporterMessage)>;
5854
+ messages: Array<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedIcmMessage)>;
5732
5855
  };
5733
5856
 
5734
5857
  declare class TeleporterService {
@@ -5826,28 +5949,23 @@ type AddressesChangeRequest = {
5826
5949
  };
5827
5950
 
5828
5951
  type AddressActivityMetadata = {
5829
- /**
5830
- * Ethereum address(es) for the address_activity event type
5831
- */
5832
- addresses: Array<string>;
5833
5952
  /**
5834
5953
  * Array of hexadecimal strings of the event signatures.
5835
5954
  */
5836
5955
  eventSignatures?: Array<string>;
5956
+ /**
5957
+ * Ethereum address(es) for the address_activity event type. The maximum number of 'addresses' you can track depends on the Data API plan you are subscribed to.
5958
+ */
5959
+ addresses: Array<string>;
5837
5960
  };
5838
5961
 
5839
- declare enum PrimaryNetworkType {
5840
- MAINNET = "mainnet",
5841
- FUJI = "fuji"
5842
- }
5843
-
5844
5962
  type EVMAddressActivityRequest = {
5845
5963
  eventType: EVMAddressActivityRequest.eventType;
5846
5964
  url: string;
5847
- chainId: string;
5848
- network?: PrimaryNetworkType;
5849
5965
  name?: string;
5850
5966
  description?: string;
5967
+ chainId: string;
5968
+ metadata: AddressActivityMetadata;
5851
5969
  /**
5852
5970
  * Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
5853
5971
  */
@@ -5856,7 +5974,6 @@ type EVMAddressActivityRequest = {
5856
5974
  * Whether to include logs in the webhook payload.
5857
5975
  */
5858
5976
  includeLogs?: boolean;
5859
- metadata: AddressActivityMetadata;
5860
5977
  };
5861
5978
  declare namespace EVMAddressActivityRequest {
5862
5979
  enum eventType {
@@ -5864,10 +5981,8 @@ declare namespace EVMAddressActivityRequest {
5864
5981
  }
5865
5982
  }
5866
5983
 
5867
- declare enum EventType {
5868
- ADDRESS_ACTIVITY = "address_activity",
5869
- PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
5870
- VALIDATOR_ACTIVITY = "validator_activity"
5984
+ declare enum AddressActivityEventType {
5985
+ ADDRESS_ACTIVITY = "address_activity"
5871
5986
  }
5872
5987
 
5873
5988
  declare enum WebhookStatusType {
@@ -5877,13 +5992,13 @@ declare enum WebhookStatusType {
5877
5992
 
5878
5993
  type EVMAddressActivityResponse = {
5879
5994
  id: string;
5880
- eventType: EventType;
5881
5995
  url: string;
5882
5996
  chainId: string;
5883
5997
  status: WebhookStatusType;
5884
5998
  createdAt: number;
5885
5999
  name: string;
5886
6000
  description: string;
6001
+ eventType: AddressActivityEventType;
5887
6002
  metadata: AddressActivityMetadata;
5888
6003
  /**
5889
6004
  * Whether to include traces in the webhook payload.
@@ -5904,30 +6019,28 @@ type ListWebhookAddressesResponse = {
5904
6019
  totalAddresses: number;
5905
6020
  };
5906
6021
 
6022
+ declare enum PrimaryNetworkAddressActivityEventType {
6023
+ PRIMARY_NETWORK_ADDRESS_ACTIVITY = "primary_network_address_activity"
6024
+ }
6025
+
5907
6026
  /**
5908
- * The type of key for platform activity depending on the event type
6027
+ * The type of key to monitor for the address activity event type.
5909
6028
  */
5910
- declare enum PlatformActivityKeyType {
5911
- ADDRESSES = "addresses",
5912
- NODE_ID = "nodeId",
5913
- SUBNET_ID = "subnetId"
6029
+ declare enum PlatformAddressActivityKeyType {
6030
+ ADDRESSES = "addresses"
5914
6031
  }
5915
6032
 
5916
6033
  /**
5917
6034
  * Array of address activity sub-event types
5918
6035
  */
5919
- declare enum PlatformAddressActivitySubEventType {
5920
- BALANCE_CHANGE_PLATFORM = "balance_change_platform",
5921
- BALANCE_THRESHOLD_PLATFORM = "balance_threshold_platform",
6036
+ declare enum PrimaryNetworkAddressActivitySubEventType {
6037
+ BALANCE_CHANGE = "balance_change",
6038
+ BALANCE_THRESHOLD = "balance_threshold",
5922
6039
  REWARD_DISTRIBUTION = "reward_distribution"
5923
6040
  }
5924
6041
 
5925
- type PlatformActivitySubEvents = {
5926
- /**
5927
- * Array of validator activity sub-event types
5928
- */
5929
- validatorActivitySubEvents?: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
5930
- addressActivitySubEvents?: Array<PlatformAddressActivitySubEventType>;
6042
+ type PrimaryNetworkAddressActivitySubEvents = {
6043
+ addressActivitySubEvents: Array<PrimaryNetworkAddressActivitySubEventType>;
5931
6044
  };
5932
6045
 
5933
6046
  /**
@@ -5946,7 +6059,7 @@ declare enum CommonBalanceType {
5946
6059
  ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
5947
6060
  }
5948
6061
 
5949
- type PlatformBalanceThresholdFilter = {
6062
+ type PrimaryNetworkBalanceThresholdFilter = {
5950
6063
  balanceType: CommonBalanceType;
5951
6064
  /**
5952
6065
  * Threshold for balance corresponding to balanceType in nAVAX
@@ -5954,20 +6067,71 @@ type PlatformBalanceThresholdFilter = {
5954
6067
  balanceThreshold: string;
5955
6068
  };
5956
6069
 
5957
- type PlatformActivityMetadata = {
5958
- keyType: PlatformActivityKeyType;
6070
+ type PrimaryNetworkAddressActivityMetadata = {
6071
+ /**
6072
+ * Array of hexadecimal strings of the event signatures.
6073
+ */
6074
+ eventSignatures?: Array<string>;
6075
+ keyType: PlatformAddressActivityKeyType;
5959
6076
  /**
5960
- * Array of keys like addresses, NodeID or SubnetID corresponding to the keyType being monitored. For PlatformAddressActivity event, an array of multiple addresses can be provided. ValidatorActivity event will only accept a single key
6077
+ * Array of keys like addresses corresponding to the keyType being monitored. For PrimaryNetworkAddressActivity event, an array of multiple addresses can be provided. The maximum number of 'addresses' you can track depends on the Data API plan you are subscribed to.
5961
6078
  */
5962
6079
  keys: Array<string>;
5963
6080
  /**
5964
6081
  * Sub-events to monitor
5965
6082
  */
5966
- subEvents?: PlatformActivitySubEvents;
6083
+ subEvents: PrimaryNetworkAddressActivitySubEvents;
6084
+ /**
6085
+ * Balance threshold filter
6086
+ */
6087
+ balanceThresholdFilter?: PrimaryNetworkBalanceThresholdFilter;
6088
+ };
6089
+
6090
+ type PrimaryNetworkAddressActivityResponse = {
6091
+ id: string;
6092
+ url: string;
6093
+ chainId: string;
6094
+ status: WebhookStatusType;
6095
+ createdAt: number;
6096
+ name: string;
6097
+ description: string;
6098
+ eventType: PrimaryNetworkAddressActivityEventType;
6099
+ metadata: PrimaryNetworkAddressActivityMetadata;
6100
+ };
6101
+
6102
+ declare enum ValidatorActivityEventType {
6103
+ VALIDATOR_ACTIVITY = "validator_activity"
6104
+ }
6105
+
6106
+ /**
6107
+ * The type of key to monitor for the validator activity event type.
6108
+ */
6109
+ declare enum ValidatorActivityKeyType {
6110
+ NODE_ID = "nodeId",
6111
+ SUBNET_ID = "subnetId"
6112
+ }
6113
+
6114
+ type ValidatorActivitySubEvents = {
6115
+ /**
6116
+ * Array of validator activity sub-event types
6117
+ */
6118
+ validatorActivitySubEvents: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
6119
+ };
6120
+
6121
+ type ValidatorActivityMetadata = {
5967
6122
  /**
5968
6123
  * Array of hexadecimal strings of the event signatures.
5969
6124
  */
5970
6125
  eventSignatures?: Array<string>;
6126
+ keyType: ValidatorActivityKeyType;
6127
+ /**
6128
+ * Array of keys like NodeID or SubnetID corresponding to the keyType being monitored. ValidatorActivity event will only accept a single key
6129
+ */
6130
+ keys: Array<string>;
6131
+ /**
6132
+ * Sub-events to monitor
6133
+ */
6134
+ subEvents: ValidatorActivitySubEvents;
5971
6135
  /**
5972
6136
  * Array of node IDs to filter the events
5973
6137
  */
@@ -5976,26 +6140,22 @@ type PlatformActivityMetadata = {
5976
6140
  * Array of subnet IDs to filter the events
5977
6141
  */
5978
6142
  subnetIds?: Array<string>;
5979
- /**
5980
- * Balance threshold filter
5981
- */
5982
- balanceThresholdFilter?: PlatformBalanceThresholdFilter;
5983
6143
  /**
5984
6144
  * L1 validator fee balance threshold in nAVAX
5985
6145
  */
5986
6146
  l1ValidatorFeeBalanceThreshold?: string;
5987
6147
  };
5988
6148
 
5989
- type PlatformActivityResponse = {
6149
+ type ValidatorActivityResponse = {
5990
6150
  id: string;
5991
- eventType: EventType;
5992
6151
  url: string;
5993
6152
  chainId: string;
5994
6153
  status: WebhookStatusType;
5995
6154
  createdAt: number;
5996
6155
  name: string;
5997
6156
  description: string;
5998
- metadata: PlatformActivityMetadata;
6157
+ eventType: ValidatorActivityEventType;
6158
+ metadata: ValidatorActivityMetadata;
5999
6159
  };
6000
6160
 
6001
6161
  type ListWebhooksResponse = {
@@ -6003,33 +6163,29 @@ type ListWebhooksResponse = {
6003
6163
  * A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
6004
6164
  */
6005
6165
  nextPageToken?: string;
6006
- webhooks: Array<(EVMAddressActivityResponse | PlatformActivityResponse)>;
6166
+ webhooks: Array<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
6007
6167
  };
6008
6168
 
6009
- type PlatformActivityRequest = {
6010
- eventType: PlatformActivityRequest.eventType;
6169
+ declare enum PrimaryNetworkType {
6170
+ MAINNET = "mainnet",
6171
+ FUJI = "fuji"
6172
+ }
6173
+
6174
+ type PrimaryNetworkAddressActivityRequest = {
6175
+ eventType: PrimaryNetworkAddressActivityRequest.eventType;
6011
6176
  url: string;
6012
- chainId: string;
6013
- network?: PrimaryNetworkType;
6014
6177
  name?: string;
6015
6178
  description?: string;
6179
+ network: PrimaryNetworkType;
6180
+ chainId: string;
6016
6181
  /**
6017
- * Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
6018
- */
6019
- includeInternalTxs?: boolean;
6020
- /**
6021
- * Whether to include logs in the webhook payload.
6022
- */
6023
- includeLogs?: boolean;
6024
- /**
6025
- * Metadata for platform activity
6182
+ * Metadata for platform address activity event
6026
6183
  */
6027
- metadata: PlatformActivityMetadata;
6184
+ metadata: PrimaryNetworkAddressActivityMetadata;
6028
6185
  };
6029
- declare namespace PlatformActivityRequest {
6186
+ declare namespace PrimaryNetworkAddressActivityRequest {
6030
6187
  enum eventType {
6031
- PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
6032
- VALIDATOR_ACTIVITY = "validator_activity"
6188
+ PRIMARY_NETWORK_ADDRESS_ACTIVITY = "primary_network_address_activity"
6033
6189
  }
6034
6190
  }
6035
6191
 
@@ -6049,6 +6205,23 @@ type UpdateWebhookRequest = {
6049
6205
  includeLogs?: boolean;
6050
6206
  };
6051
6207
 
6208
+ type ValidatorActivityRequest = {
6209
+ eventType: ValidatorActivityRequest.eventType;
6210
+ url: string;
6211
+ name?: string;
6212
+ description?: string;
6213
+ network: PrimaryNetworkType;
6214
+ /**
6215
+ * Metadata for platform validator activity event
6216
+ */
6217
+ metadata: ValidatorActivityMetadata;
6218
+ };
6219
+ declare namespace ValidatorActivityRequest {
6220
+ enum eventType {
6221
+ VALIDATOR_ACTIVITY = "validator_activity"
6222
+ }
6223
+ }
6224
+
6052
6225
  declare enum WebhookStatus {
6053
6226
  ACTIVE = "active",
6054
6227
  INACTIVE = "inactive"
@@ -6064,8 +6237,8 @@ declare class WebhooksService {
6064
6237
  * @throws ApiError
6065
6238
  */
6066
6239
  createWebhook({ requestBody, }: {
6067
- requestBody: (EVMAddressActivityRequest | PlatformActivityRequest);
6068
- }): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
6240
+ requestBody: (EVMAddressActivityRequest | PrimaryNetworkAddressActivityRequest | ValidatorActivityRequest);
6241
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
6069
6242
  /**
6070
6243
  * List webhooks
6071
6244
  * Lists webhooks for the user.
@@ -6097,7 +6270,7 @@ declare class WebhooksService {
6097
6270
  * The webhook identifier.
6098
6271
  */
6099
6272
  id: string;
6100
- }): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
6273
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
6101
6274
  /**
6102
6275
  * Deactivate a webhook
6103
6276
  * Deactivates a webhook by ID.
@@ -6109,7 +6282,7 @@ declare class WebhooksService {
6109
6282
  * The webhook identifier.
6110
6283
  */
6111
6284
  id: string;
6112
- }): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
6285
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
6113
6286
  /**
6114
6287
  * Update a webhook
6115
6288
  * Updates an existing webhook.
@@ -6122,7 +6295,7 @@ declare class WebhooksService {
6122
6295
  */
6123
6296
  id: string;
6124
6297
  requestBody: UpdateWebhookRequest;
6125
- }): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
6298
+ }): CancelablePromise<(EVMAddressActivityResponse | PrimaryNetworkAddressActivityResponse | ValidatorActivityResponse)>;
6126
6299
  /**
6127
6300
  * Generate or rotate a shared secret
6128
6301
  * Generates a new shared secret or rotate an existing one.
@@ -6187,6 +6360,7 @@ declare class WebhooksService {
6187
6360
 
6188
6361
  type HttpRequestConstructor = new (config: OpenAPIConfig) => BaseHttpRequest;
6189
6362
  declare class Glacier {
6363
+ readonly avaxSupply: AvaxSupplyService;
6190
6364
  readonly dataApiUsageMetrics: DataApiUsageMetricsService;
6191
6365
  readonly default: DefaultService;
6192
6366
  readonly evmBalances: EvmBalancesService;
@@ -6485,6 +6659,37 @@ type TooManyRequests = {
6485
6659
  error: string;
6486
6660
  };
6487
6661
 
6662
+ type WebhookInternalTransaction = {
6663
+ /**
6664
+ * Sender address
6665
+ */
6666
+ from: string;
6667
+ /**
6668
+ * Recipient address
6669
+ */
6670
+ to: string;
6671
+ /**
6672
+ * Internal transaction type
6673
+ */
6674
+ internalTxType: string;
6675
+ /**
6676
+ * Value transferred
6677
+ */
6678
+ value: string;
6679
+ /**
6680
+ * Gas used
6681
+ */
6682
+ gasUsed: string;
6683
+ /**
6684
+ * Gas limit
6685
+ */
6686
+ gasLimit: string;
6687
+ /**
6688
+ * Transaction hash
6689
+ */
6690
+ transactionHash: string;
6691
+ };
6692
+
6488
6693
  type Transaction = {
6489
6694
  /**
6490
6695
  * Block hash of the transaction
@@ -6589,7 +6794,7 @@ type Transaction = {
6589
6794
  /**
6590
6795
  * Internal transactions (optional)
6591
6796
  */
6592
- internalTransactions?: Array<InternalTransaction>;
6797
+ internalTransactions?: Array<WebhookInternalTransaction>;
6593
6798
  /**
6594
6799
  * Access list (optional)
6595
6800
  */
@@ -6653,4 +6858,16 @@ declare namespace WebhookAddressActivityResponse {
6653
6858
  }
6654
6859
  }
6655
6860
 
6656
- export { AccessListData, AccessRequest, ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiError, ApiFeature, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlsCredentials, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CommonBalanceType, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CurrencyCode, DataApiUsageMetricsService, DataListChainsResponse, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredIcmMessage, DeliveredSourceNotIndexedIcmMessage, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, ERCToken, ERCTransfer, EVMAddressActivityRequest, EVMAddressActivityResponse, EVMInput, EVMOperationType, 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, Forbidden, FullNativeTransactionDetails, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, Glacier, HealthCheckResultDto, HealthCheckService, HealthIndicatorResultDto, HistoricalReward, IcmDestinationTransaction, IcmReceipt, IcmRewardDetails, IcmSourceTransaction, ImageAsset, InterchainMessagingService, InternalServerError, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListIcmMessagesResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Log, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NetworkTokenInfo, NextPageToken, NfTsService, NftTokenMetadataStatus, NotFound, NotificationsResponse, NotificationsService, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingIcmMessage, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PlatformActivityKeyType, PlatformActivityMetadata, PlatformActivityRequest, PlatformActivityResponse, PlatformActivitySubEvents, PlatformAddressActivitySubEventType, PlatformBalanceThresholdFilter, PricingProviders, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkRpcMetricsGroupByEnum, PrimaryNetworkRpcTimeIntervalGranularity, PrimaryNetworkRpcUsageMetricsResponseDTO, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RemovedValidatorDetails, RequestType, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, RpcMetrics, RpcUsageMetricsGroupByEnum, RpcUsageMetricsValueAggregated, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, SignatureAggregatorService, SortByOption, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, SubnetRpcTimeIntervalGranularity, SubnetRpcUsageMetricsResponseDTO, SubscribeRequest, SubscriptionsRequest, SubscriptionsResponse, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TimeIntervalGranularityExtended, TooManyRequests, Transaction, TransactionDetails, TransactionDirectionType, TransactionEvent, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, Unauthorized, UnknownContract, UnsubscribeRequest, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsGroupByEnum, UsageMetricsResponseDTO, UsageMetricsValueDTO, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookAddressActivityResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };
6861
+ declare class FetchHttpRequest extends BaseHttpRequest {
6862
+ constructor(config: OpenAPIConfig);
6863
+ /**
6864
+ * Request method
6865
+ * @param options The request options from the service
6866
+ * @returns CancelablePromise<T>
6867
+ * @throws ApiError
6868
+ */
6869
+ request<T>(options: ApiRequestOptions): CancelablePromise<T>;
6870
+ }
6871
+
6872
+ export { ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityEventType, ApiError, ApiFeature, AvaxSupplyService, BaseHttpRequest, BlockchainId, BlockchainIds, CChainExportTransaction, CChainImportTransaction, CancelError, CancelablePromise, ChainStatus, CommonBalanceType, CompletedDelegatorDetails, CompletedValidatorDetails, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CurrencyCode, DataApiUsageMetricsService, DefaultService, DelegationStatusType, DeliveredIcmMessage, DeliveredSourceNotIndexedIcmMessage, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, EVMAddressActivityRequest, EVMOperationType, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc721Contract, Erc721Token, Erc721TokenBalance, EvmBalancesService, EvmBlocksService, EvmChainsService, EvmContractsService, EvmTransactionsService, FetchHttpRequest, Glacier, HealthCheckResultDto, HealthCheckService, HealthIndicatorResultDto, IcmRewardDetails, InterchainMessagingService, InternalTransactionOpCall, Network, NfTsService, NftTokenMetadataStatus, NotificationsService, OpenAPI, OperationStatus, OperationStatusCode, OperationType, OperationsService, PChainId, PChainTransactionType, PendingDelegatorDetails, PendingIcmMessage, PendingTeleporterMessage, PendingValidatorDetails, PlatformAddressActivityKeyType, PrimaryNetworkAddressActivityEventType, PrimaryNetworkAddressActivityRequest, PrimaryNetworkAddressActivitySubEventType, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlocksService, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkRewardsService, PrimaryNetworkRpcMetricsGroupByEnum, PrimaryNetworkRpcTimeIntervalGranularity, PrimaryNetworkRpcUsageMetricsResponseDTO, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, RemovedValidatorDetails, RequestType, ResourceLinkType, RewardType, RpcUsageMetricsGroupByEnum, RpcUsageMetricsValueAggregated, SignatureAggregatorService, SortByOption, SortOrder, SubnetRpcTimeIntervalGranularity, TeleporterRewardDetails, TeleporterService, TimeIntervalGranularityExtended, TransactionDirectionType, TransactionMethodType, TransactionStatus, UnknownContract, UsageMetricsGroupByEnum, UsageMetricsValueDTO, UtxoType, UtxosSortByOption, ValidationStatusType, ValidatorActivityEventType, ValidatorActivityKeyType, ValidatorActivityRequest, VmName, WebhookAddressActivityResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainTransactionType };
6873
+ export type { AccessListData, AccessRequest, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiRequestOptions, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, Blockchain, BlockchainInfo, BlsCredentials, CChainAtomicBalances, CChainSharedAssetBalance, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ContractDeploymentDetails, ContractSubmissionBody, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, DataListChainsResponse, DelegatorsDetails, ERCToken, ERCTransfer, EVMAddressActivityResponse, EVMInput, EVMOutput, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Transfer, Erc20TransferDetails, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EvmBlock, EvmNetworkOptions, Forbidden, FullNativeTransactionDetails, Geolocation, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, HistoricalReward, IcmDestinationTransaction, IcmReceipt, IcmSourceTransaction, ImageAsset, InternalServerError, InternalTransaction, InternalTransactionDetails, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListIcmMessagesResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Log, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, NetworkToken, NetworkTokenDetails, NetworkTokenInfo, NextPageToken, NotFound, NotificationsResponse, OpenAPIConfig, OperationStatusResponse, PChainBalance, PChainSharedAsset, PChainTransaction, PChainUtxo, PendingReward, PricingProviders, PrimaryNetworkAddressActivityMetadata, PrimaryNetworkAddressActivityResponse, PrimaryNetworkAddressActivitySubEvents, PrimaryNetworkAddressesBodyDto, PrimaryNetworkBalanceThresholdFilter, PrimaryNetworkBlock, PrimaryNetworkChainInfo, PrimaryNetworkOptions, ProposerDetails, ResourceLink, Rewards, RichAddress, RpcMetrics, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, StakingDistribution, Subnet, SubnetOwnershipInfo, SubnetRpcUsageMetricsResponseDTO, SubscribeRequest, SubscriptionsRequest, SubscriptionsResponse, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterSourceTransaction, TooManyRequests, Transaction, TransactionDetails, TransactionEvent, TransactionExportMetadata, TransactionVertexDetail, Unauthorized, UnsubscribeRequest, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsResponseDTO, UtilityAddresses, Utxo, UtxoCredential, ValidatorActivityMetadata, ValidatorActivityResponse, ValidatorActivitySubEvents, ValidatorHealthDetails, ValidatorsDetails, WebhookInternalTransaction, XChainAssetDetails, XChainBalances, XChainSharedAssetBalance, XChainVertex };