@avalabs/glacier-sdk 3.1.0-canary.b1108b2.0 → 3.1.0-canary.c8a535f.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 (42) hide show
  1. package/dist/index.d.ts +114 -79
  2. package/dist/index.js +1 -1
  3. package/esm/generated/Glacier.d.ts +2 -0
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/models/BlockchainId.d.ts +2 -0
  6. package/esm/generated/models/BlockchainId.js +1 -1
  7. package/esm/generated/models/BlockchainIds.d.ts +3 -1
  8. package/esm/generated/models/BlockchainIds.js +1 -1
  9. package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +4 -4
  10. package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +4 -4
  11. package/esm/generated/models/Network.d.ts +3 -1
  12. package/esm/generated/models/Network.js +1 -1
  13. package/esm/generated/models/PrimaryNetwork.d.ts +2 -1
  14. package/esm/generated/models/PrimaryNetwork.js +1 -1
  15. package/esm/generated/models/PrimaryNetworkOptions.d.ts +1 -1
  16. package/esm/generated/models/SignatureAggregationResponse.d.ts +5 -0
  17. package/esm/generated/models/SignatureAggregatorRequest.d.ts +14 -0
  18. package/esm/generated/models/XChainId.d.ts +1 -0
  19. package/esm/generated/models/XChainId.js +1 -1
  20. package/esm/generated/services/EvmBalancesService.d.ts +5 -5
  21. package/esm/generated/services/EvmBlocksService.d.ts +2 -2
  22. package/esm/generated/services/EvmChainsService.d.ts +4 -4
  23. package/esm/generated/services/EvmContractsService.d.ts +2 -2
  24. package/esm/generated/services/EvmTransactionsService.d.ts +12 -12
  25. package/esm/generated/services/NfTsService.d.ts +3 -3
  26. package/esm/generated/services/PrimaryNetworkBalancesService.d.ts +1 -1
  27. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +3 -3
  28. package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +2 -2
  29. package/esm/generated/services/PrimaryNetworkService.d.ts +9 -9
  30. package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +9 -9
  31. package/esm/generated/services/PrimaryNetworkTransactionsService.js +1 -1
  32. package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +1 -1
  33. package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +3 -3
  34. package/esm/generated/services/RpcService.d.ts +1 -1
  35. package/esm/generated/services/SignatureAggregatorService.d.ts +20 -0
  36. package/esm/generated/services/SignatureAggregatorService.js +1 -0
  37. package/esm/generated/services/TeleporterService.d.ts +5 -5
  38. package/esm/index.d.ts +3 -1
  39. package/esm/index.js +1 -1
  40. package/package.json +2 -2
  41. package/esm/generated/models/NetworkType.d.ts +0 -6
  42. package/esm/generated/models/NetworkType.js +0 -1
package/dist/index.d.ts CHANGED
@@ -625,7 +625,7 @@ declare class EvmBalancesService {
625
625
  */
626
626
  getNativeBalance({ chainId, address, blockNumber, currency, }: {
627
627
  /**
628
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
628
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
629
629
  */
630
630
  chainId: string;
631
631
  /**
@@ -653,7 +653,7 @@ declare class EvmBalancesService {
653
653
  */
654
654
  listErc20Balances({ chainId, address, blockNumber, pageToken, pageSize, filterSpamTokens, contractAddresses, currency, }: {
655
655
  /**
656
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
656
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
657
657
  */
658
658
  chainId: string;
659
659
  /**
@@ -695,7 +695,7 @@ declare class EvmBalancesService {
695
695
  */
696
696
  listErc721Balances({ chainId, address, pageToken, pageSize, contractAddress, }: {
697
697
  /**
698
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
698
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
699
699
  */
700
700
  chainId: string;
701
701
  /**
@@ -727,7 +727,7 @@ declare class EvmBalancesService {
727
727
  */
728
728
  listErc1155Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddress, }: {
729
729
  /**
730
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
730
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
731
731
  */
732
732
  chainId: string;
733
733
  /**
@@ -761,7 +761,7 @@ declare class EvmBalancesService {
761
761
  */
762
762
  listCollectibleBalances({ chainId, address, pageToken, pageSize, contractAddress, }: {
763
763
  /**
764
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
764
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
765
765
  */
766
766
  chainId: string;
767
767
  /**
@@ -890,7 +890,7 @@ declare class EvmBlocksService {
890
890
  */
891
891
  getLatestBlocks({ chainId, pageToken, pageSize, }: {
892
892
  /**
893
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
893
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
894
894
  */
895
895
  chainId: string;
896
896
  /**
@@ -910,7 +910,7 @@ declare class EvmBlocksService {
910
910
  */
911
911
  getBlock({ chainId, blockId, }: {
912
912
  /**
913
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
913
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
914
914
  */
915
915
  chainId: string;
916
916
  /**
@@ -1008,9 +1008,11 @@ type ListChainsResponse = {
1008
1008
  chains: Array<ChainInfo>;
1009
1009
  };
1010
1010
 
1011
- declare enum NetworkType {
1011
+ declare enum Network {
1012
1012
  MAINNET = "mainnet",
1013
- TESTNET = "testnet"
1013
+ FUJI = "fuji",
1014
+ TESTNET = "testnet",
1015
+ DEVNET = "devnet"
1014
1016
  }
1015
1017
 
1016
1018
  declare class EvmChainsService {
@@ -1024,9 +1026,9 @@ declare class EvmChainsService {
1024
1026
  */
1025
1027
  supportedChains({ network, feature, }: {
1026
1028
  /**
1027
- * mainnet or testnet.
1029
+ * Either mainnet or testnet/fuji.
1028
1030
  */
1029
- network?: NetworkType;
1031
+ network?: Network;
1030
1032
  /**
1031
1033
  * Filter by feature.
1032
1034
  */
@@ -1040,7 +1042,7 @@ declare class EvmChainsService {
1040
1042
  */
1041
1043
  getChainInfo({ chainId, }: {
1042
1044
  /**
1043
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1045
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1044
1046
  */
1045
1047
  chainId: string;
1046
1048
  }): CancelablePromise<GetChainResponse>;
@@ -1335,7 +1337,7 @@ declare class EvmContractsService {
1335
1337
  */
1336
1338
  getContractMetadata({ chainId, address, }: {
1337
1339
  /**
1338
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1340
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1339
1341
  */
1340
1342
  chainId: string;
1341
1343
  /**
@@ -1351,7 +1353,7 @@ declare class EvmContractsService {
1351
1353
  */
1352
1354
  updateContractInfo({ chainId, address, requestBody, }: {
1353
1355
  /**
1354
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1356
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1355
1357
  */
1356
1358
  chainId: string;
1357
1359
  /**
@@ -1901,7 +1903,7 @@ declare class EvmTransactionsService {
1901
1903
  */
1902
1904
  getDeploymentTransaction({ chainId, address, currency, }: {
1903
1905
  /**
1904
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1906
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1905
1907
  */
1906
1908
  chainId: string;
1907
1909
  /**
@@ -1921,7 +1923,7 @@ declare class EvmTransactionsService {
1921
1923
  */
1922
1924
  listContractDeployments({ chainId, address, pageToken, pageSize, }: {
1923
1925
  /**
1924
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1926
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1925
1927
  */
1926
1928
  chainId: string;
1927
1929
  /**
@@ -1945,7 +1947,7 @@ declare class EvmTransactionsService {
1945
1947
  */
1946
1948
  listTransfers({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
1947
1949
  /**
1948
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1950
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1949
1951
  */
1950
1952
  chainId: string;
1951
1953
  /**
@@ -1979,7 +1981,7 @@ declare class EvmTransactionsService {
1979
1981
  */
1980
1982
  listTransactions({ chainId, address, pageToken, pageSize, startBlock, endBlock, sortOrder, }: {
1981
1983
  /**
1982
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1984
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
1983
1985
  */
1984
1986
  chainId: string;
1985
1987
  /**
@@ -2015,7 +2017,7 @@ declare class EvmTransactionsService {
2015
2017
  */
2016
2018
  listNativeTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
2017
2019
  /**
2018
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2020
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2019
2021
  */
2020
2022
  chainId: string;
2021
2023
  /**
@@ -2047,7 +2049,7 @@ declare class EvmTransactionsService {
2047
2049
  */
2048
2050
  listErc20Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
2049
2051
  /**
2050
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2052
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2051
2053
  */
2052
2054
  chainId: string;
2053
2055
  /**
@@ -2079,7 +2081,7 @@ declare class EvmTransactionsService {
2079
2081
  */
2080
2082
  listErc721Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
2081
2083
  /**
2082
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2084
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2083
2085
  */
2084
2086
  chainId: string;
2085
2087
  /**
@@ -2111,7 +2113,7 @@ declare class EvmTransactionsService {
2111
2113
  */
2112
2114
  listErc1155Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
2113
2115
  /**
2114
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2116
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2115
2117
  */
2116
2118
  chainId: string;
2117
2119
  /**
@@ -2145,7 +2147,7 @@ declare class EvmTransactionsService {
2145
2147
  */
2146
2148
  listInternalTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
2147
2149
  /**
2148
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2150
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2149
2151
  */
2150
2152
  chainId: string;
2151
2153
  /**
@@ -2177,7 +2179,7 @@ declare class EvmTransactionsService {
2177
2179
  */
2178
2180
  getTransaction({ chainId, txHash, }: {
2179
2181
  /**
2180
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2182
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2181
2183
  */
2182
2184
  chainId: string;
2183
2185
  /**
@@ -2193,7 +2195,7 @@ declare class EvmTransactionsService {
2193
2195
  */
2194
2196
  getTransactionsForBlock({ chainId, blockId, }: {
2195
2197
  /**
2196
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2198
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2197
2199
  */
2198
2200
  chainId: string;
2199
2201
  /**
@@ -2209,7 +2211,7 @@ declare class EvmTransactionsService {
2209
2211
  */
2210
2212
  listLatestTransactions({ chainId, pageToken, pageSize, status, }: {
2211
2213
  /**
2212
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2214
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2213
2215
  */
2214
2216
  chainId: string;
2215
2217
  /**
@@ -2262,7 +2264,7 @@ declare class NfTsService {
2262
2264
  */
2263
2265
  reindexNft({ chainId, address, tokenId, }: {
2264
2266
  /**
2265
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2267
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2266
2268
  */
2267
2269
  chainId: string;
2268
2270
  /**
@@ -2282,7 +2284,7 @@ declare class NfTsService {
2282
2284
  */
2283
2285
  listTokens({ chainId, address, pageToken, pageSize, }: {
2284
2286
  /**
2285
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2287
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2286
2288
  */
2287
2289
  chainId: string;
2288
2290
  /**
@@ -2306,7 +2308,7 @@ declare class NfTsService {
2306
2308
  */
2307
2309
  getTokenDetails({ chainId, address, tokenId, }: {
2308
2310
  /**
2309
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2311
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
2310
2312
  */
2311
2313
  chainId: string;
2312
2314
  /**
@@ -2331,16 +2333,16 @@ declare enum EVMOperationType {
2331
2333
 
2332
2334
  type CreateEvmTransactionExportRequest = {
2333
2335
  type: EVMOperationType;
2334
- firstDate: string;
2335
- lastDate: string;
2336
+ firstDate?: string;
2337
+ lastDate?: string;
2336
2338
  /**
2337
2339
  * @deprecated
2338
2340
  */
2339
- startDate: string;
2341
+ startDate?: string;
2340
2342
  /**
2341
2343
  * @deprecated
2342
2344
  */
2343
- endDate: string;
2345
+ endDate?: string;
2344
2346
  options: EvmNetworkOptions;
2345
2347
  };
2346
2348
 
@@ -2353,21 +2355,21 @@ declare enum PrimaryNetworkOperationType {
2353
2355
  type PrimaryNetworkOptions = {
2354
2356
  addresses?: Array<string>;
2355
2357
  cChainEvmAddresses?: Array<string>;
2356
- includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'p-chain' | 'x-chain' | 'c-chain'>;
2358
+ includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu' | 'p-chain' | 'x-chain' | 'c-chain'>;
2357
2359
  };
2358
2360
 
2359
2361
  type CreatePrimaryNetworkTransactionExportRequest = {
2360
2362
  type: PrimaryNetworkOperationType;
2361
- firstDate: string;
2362
- lastDate: string;
2363
+ firstDate?: string;
2364
+ lastDate?: string;
2363
2365
  /**
2364
2366
  * @deprecated
2365
2367
  */
2366
- startDate: string;
2368
+ startDate?: string;
2367
2369
  /**
2368
2370
  * @deprecated
2369
2371
  */
2370
- endDate: string;
2372
+ endDate?: string;
2371
2373
  options: PrimaryNetworkOptions;
2372
2374
  };
2373
2375
 
@@ -2445,8 +2447,10 @@ declare enum BlockchainIds {
2445
2447
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
2446
2448
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
2447
2449
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
2450
+ _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
2448
2451
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
2449
- Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
2452
+ Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
2453
+ V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
2450
2454
  }
2451
2455
 
2452
2456
  type ChainAddressChainIdMap = {
@@ -2758,11 +2762,6 @@ type ListValidatorDetailsResponse = {
2758
2762
  validators: Array<(CompletedValidatorDetails | ActiveValidatorDetails | PendingValidatorDetails | RemovedValidatorDetails)>;
2759
2763
  };
2760
2764
 
2761
- declare enum Network {
2762
- MAINNET = "mainnet",
2763
- FUJI = "fuji"
2764
- }
2765
-
2766
2765
  declare enum SortByOption {
2767
2766
  BLOCK_INDEX = "blockIndex",
2768
2767
  DELEGATION_CAPACITY = "delegationCapacity",
@@ -2822,6 +2821,7 @@ type XChainAssetDetails = {
2822
2821
  declare enum XChainId {
2823
2822
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
2824
2823
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
2824
+ _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
2825
2825
  X_CHAIN = "x-chain"
2826
2826
  }
2827
2827
 
@@ -2840,7 +2840,7 @@ declare class PrimaryNetworkService {
2840
2840
  */
2841
2841
  blockchainId: XChainId;
2842
2842
  /**
2843
- * Either mainnet or a testnet.
2843
+ * Either mainnet or testnet/fuji.
2844
2844
  */
2845
2845
  network: Network;
2846
2846
  /**
@@ -2860,7 +2860,7 @@ declare class PrimaryNetworkService {
2860
2860
  */
2861
2861
  addresses: string;
2862
2862
  /**
2863
- * Either mainnet or a testnet.
2863
+ * Either mainnet or testnet/fuji.
2864
2864
  */
2865
2865
  network: Network;
2866
2866
  }): CancelablePromise<ChainAddressChainIdMapListResponse>;
@@ -2872,7 +2872,7 @@ declare class PrimaryNetworkService {
2872
2872
  */
2873
2873
  getNetworkDetails({ network, }: {
2874
2874
  /**
2875
- * Either mainnet or a testnet.
2875
+ * Either mainnet or testnet/fuji.
2876
2876
  */
2877
2877
  network: Network;
2878
2878
  }): CancelablePromise<GetNetworkDetailsResponse>;
@@ -2884,7 +2884,7 @@ declare class PrimaryNetworkService {
2884
2884
  */
2885
2885
  listBlockchains({ network, pageToken, pageSize, sortOrder, }: {
2886
2886
  /**
2887
- * Either mainnet or a testnet.
2887
+ * Either mainnet or testnet/fuji.
2888
2888
  */
2889
2889
  network: Network;
2890
2890
  /**
@@ -2908,7 +2908,7 @@ declare class PrimaryNetworkService {
2908
2908
  */
2909
2909
  listSubnets({ network, pageToken, pageSize, sortOrder, }: {
2910
2910
  /**
2911
- * Either mainnet or a testnet.
2911
+ * Either mainnet or testnet/fuji.
2912
2912
  */
2913
2913
  network: Network;
2914
2914
  /**
@@ -2932,7 +2932,7 @@ declare class PrimaryNetworkService {
2932
2932
  */
2933
2933
  getSubnetById({ network, subnetId, }: {
2934
2934
  /**
2935
- * Either mainnet or a testnet.
2935
+ * Either mainnet or testnet/fuji.
2936
2936
  */
2937
2937
  network: Network;
2938
2938
  /**
@@ -2948,7 +2948,7 @@ declare class PrimaryNetworkService {
2948
2948
  */
2949
2949
  listValidators({ network, pageToken, pageSize, nodeIds, sortBy, sortOrder, validationStatus, minDelegationCapacity, maxDelegationCapacity, minTimeRemaining, maxTimeRemaining, minFeePercentage, maxFeePercentage, minUptimePerformance, maxUptimePerformance, subnetId, }: {
2950
2950
  /**
2951
- * Either mainnet or a testnet.
2951
+ * Either mainnet or testnet/fuji.
2952
2952
  */
2953
2953
  network: Network;
2954
2954
  /**
@@ -3022,7 +3022,7 @@ declare class PrimaryNetworkService {
3022
3022
  */
3023
3023
  getSingleValidatorDetails({ network, nodeId, pageToken, pageSize, validationStatus, sortOrder, }: {
3024
3024
  /**
3025
- * Either mainnet or a testnet.
3025
+ * Either mainnet or testnet/fuji.
3026
3026
  */
3027
3027
  network: Network;
3028
3028
  /**
@@ -3054,7 +3054,7 @@ declare class PrimaryNetworkService {
3054
3054
  */
3055
3055
  listDelegators({ network, pageToken, pageSize, rewardAddresses, sortOrder, delegationStatus, nodeIds, }: {
3056
3056
  /**
3057
- * Either mainnet or a testnet.
3057
+ * Either mainnet or testnet/fuji.
3058
3058
  */
3059
3059
  network: Network;
3060
3060
  /**
@@ -3088,8 +3088,10 @@ declare enum BlockchainId {
3088
3088
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
3089
3089
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
3090
3090
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
3091
+ _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
3091
3092
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
3092
3093
  Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
3094
+ V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",
3093
3095
  P_CHAIN = "p-chain",
3094
3096
  X_CHAIN = "x-chain",
3095
3097
  C_CHAIN = "c-chain"
@@ -3128,7 +3130,8 @@ type CChainAtomicBalances = {
3128
3130
 
3129
3131
  declare enum PrimaryNetwork {
3130
3132
  MAINNET = "mainnet",
3131
- FUJI = "fuji"
3133
+ FUJI = "fuji",
3134
+ DEVNET = "devnet"
3132
3135
  }
3133
3136
 
3134
3137
  declare enum PrimaryNetworkChainName {
@@ -3300,7 +3303,7 @@ declare class PrimaryNetworkBalancesService {
3300
3303
  */
3301
3304
  blockchainId: BlockchainId;
3302
3305
  /**
3303
- * Either mainnet or a testnet.
3306
+ * Either mainnet or testnet/fuji.
3304
3307
  */
3305
3308
  network: Network;
3306
3309
  /**
@@ -3372,7 +3375,7 @@ declare class PrimaryNetworkBlocksService {
3372
3375
  */
3373
3376
  blockchainId: BlockchainId;
3374
3377
  /**
3375
- * Either mainnet or a testnet.
3378
+ * Either mainnet or testnet/fuji.
3376
3379
  */
3377
3380
  network: Network;
3378
3381
  /**
@@ -3392,7 +3395,7 @@ declare class PrimaryNetworkBlocksService {
3392
3395
  */
3393
3396
  blockchainId: BlockchainId;
3394
3397
  /**
3395
- * Either mainnet or a testnet.
3398
+ * Either mainnet or testnet/fuji.
3396
3399
  */
3397
3400
  network: Network;
3398
3401
  /**
@@ -3420,7 +3423,7 @@ declare class PrimaryNetworkBlocksService {
3420
3423
  */
3421
3424
  blockchainId: BlockchainId;
3422
3425
  /**
3423
- * Either mainnet or a testnet.
3426
+ * Either mainnet or testnet/fuji.
3424
3427
  */
3425
3428
  network: Network;
3426
3429
  /**
@@ -3554,7 +3557,7 @@ declare class PrimaryNetworkRewardsService {
3554
3557
  */
3555
3558
  listPendingPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, }: {
3556
3559
  /**
3557
- * Either mainnet or a testnet.
3560
+ * Either mainnet or testnet/fuji.
3558
3561
  */
3559
3562
  network: Network;
3560
3563
  /**
@@ -3586,7 +3589,7 @@ declare class PrimaryNetworkRewardsService {
3586
3589
  */
3587
3590
  listHistoricalPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, currency, }: {
3588
3591
  /**
3589
- * Either mainnet or a testnet.
3592
+ * Either mainnet or testnet/fuji.
3590
3593
  */
3591
3594
  network: Network;
3592
3595
  /**
@@ -4177,7 +4180,7 @@ declare class PrimaryNetworkTransactionsService {
4177
4180
  */
4178
4181
  blockchainId: BlockchainId;
4179
4182
  /**
4180
- * Either mainnet or a testnet.
4183
+ * Either mainnet or testnet/fuji.
4181
4184
  */
4182
4185
  network: Network;
4183
4186
  /**
@@ -4195,19 +4198,19 @@ declare class PrimaryNetworkTransactionsService {
4195
4198
  * @returns any Successful response
4196
4199
  * @throws ApiError
4197
4200
  */
4198
- listLatestPrimaryNetworkTransactions({ addresses, blockchainId, network, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
4199
- /**
4200
- * 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". Also accepts EVM formatted addresses starting with "0x" for C-Chain-related atomic transaction lookups.
4201
- */
4202
- addresses: string;
4201
+ listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
4203
4202
  /**
4204
4203
  * A primary network blockchain id or alias.
4205
4204
  */
4206
4205
  blockchainId: BlockchainId;
4207
4206
  /**
4208
- * Either mainnet or a testnet.
4207
+ * Either mainnet or testnet/fuji.
4209
4208
  */
4210
4209
  network: Network;
4210
+ /**
4211
+ * 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". Also accepts EVM formatted addresses starting with "0x" for C-Chain-related atomic transaction lookups.
4212
+ */
4213
+ addresses?: string;
4211
4214
  /**
4212
4215
  * Query param for filtering items based on transaction types.
4213
4216
  */
@@ -4245,7 +4248,7 @@ declare class PrimaryNetworkTransactionsService {
4245
4248
  */
4246
4249
  blockchainId: PChainId;
4247
4250
  /**
4248
- * Either mainnet or a testnet.
4251
+ * Either mainnet or testnet/fuji.
4249
4252
  */
4250
4253
  network: Network;
4251
4254
  /**
@@ -4289,7 +4292,7 @@ declare class PrimaryNetworkTransactionsService {
4289
4292
  */
4290
4293
  blockchainId: XChainId;
4291
4294
  /**
4292
- * Either mainnet or a testnet.
4295
+ * Either mainnet or testnet/fuji.
4293
4296
  */
4294
4297
  network: Network;
4295
4298
  /**
@@ -4352,7 +4355,7 @@ declare class PrimaryNetworkUtxOsService {
4352
4355
  */
4353
4356
  blockchainId: BlockchainId;
4354
4357
  /**
4355
- * Either mainnet or a testnet.
4358
+ * Either mainnet or testnet/fuji.
4356
4359
  */
4357
4360
  network: Network;
4358
4361
  /**
@@ -4417,7 +4420,7 @@ declare class PrimaryNetworkVerticesService {
4417
4420
  */
4418
4421
  blockchainId: XChainId;
4419
4422
  /**
4420
- * Either mainnet or a testnet.
4423
+ * Either mainnet or testnet/fuji.
4421
4424
  */
4422
4425
  network: Network;
4423
4426
  /**
@@ -4445,7 +4448,7 @@ declare class PrimaryNetworkVerticesService {
4445
4448
  */
4446
4449
  blockchainId: XChainId;
4447
4450
  /**
4448
- * Either mainnet or a testnet.
4451
+ * Either mainnet or testnet/fuji.
4449
4452
  */
4450
4453
  network: Network;
4451
4454
  }): CancelablePromise<XChainVertex>;
@@ -4465,7 +4468,7 @@ declare class PrimaryNetworkVerticesService {
4465
4468
  */
4466
4469
  blockchainId: XChainId;
4467
4470
  /**
4468
- * Either mainnet or a testnet.
4471
+ * Either mainnet or testnet/fuji.
4469
4472
  */
4470
4473
  network: Network;
4471
4474
  /**
@@ -4519,13 +4522,44 @@ declare class RpcService {
4519
4522
  */
4520
4523
  rpc({ chainId, requestBody, }: {
4521
4524
  /**
4522
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
4525
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
4523
4526
  */
4524
4527
  chainId: string;
4525
4528
  requestBody: (RpcRequestBodyDto | Array<RpcRequestBodyDto>);
4526
4529
  }): CancelablePromise<(RpcSuccessResponseDto | RpcErrorResponseDto)>;
4527
4530
  }
4528
4531
 
4532
+ type SignatureAggregationResponse = {
4533
+ signedMessage: string;
4534
+ };
4535
+
4536
+ type SignatureAggregatorRequest = {
4537
+ /**
4538
+ * Must be defined if justification is not defined
4539
+ */
4540
+ message?: string;
4541
+ /**
4542
+ * Must be defined if message is not defined
4543
+ */
4544
+ justification?: string;
4545
+ signingSubnetId?: string;
4546
+ quorumPercentage?: number;
4547
+ };
4548
+
4549
+ declare class SignatureAggregatorService {
4550
+ readonly httpRequest: BaseHttpRequest;
4551
+ constructor(httpRequest: BaseHttpRequest);
4552
+ /**
4553
+ * Aggregate Signatures
4554
+ * Aggregates Signatures for a Warp message from Subnet validators.
4555
+ * @returns SignatureAggregationResponse Successful response
4556
+ * @throws ApiError
4557
+ */
4558
+ aggregateSignatures({ requestBody, }: {
4559
+ requestBody: SignatureAggregatorRequest;
4560
+ }): CancelablePromise<SignatureAggregationResponse>;
4561
+ }
4562
+
4529
4563
  type TeleporterDestinationTransaction = {
4530
4564
  txHash: string;
4531
4565
  timestamp: number;
@@ -4711,9 +4745,9 @@ declare class TeleporterService {
4711
4745
  */
4712
4746
  from?: string;
4713
4747
  /**
4714
- * mainnet or testnet.
4748
+ * Either mainnet or testnet/fuji.
4715
4749
  */
4716
- network?: NetworkType;
4750
+ network?: Network;
4717
4751
  }): CancelablePromise<ListTeleporterMessagesResponse>;
4718
4752
  /**
4719
4753
  * List teleporter messages by address
@@ -4735,9 +4769,9 @@ declare class TeleporterService {
4735
4769
  */
4736
4770
  pageSize?: number;
4737
4771
  /**
4738
- * mainnet or testnet.
4772
+ * Either mainnet or testnet/fuji.
4739
4773
  */
4740
- network?: NetworkType;
4774
+ network?: Network;
4741
4775
  }): CancelablePromise<ListTeleporterMessagesResponse>;
4742
4776
  }
4743
4777
 
@@ -4991,6 +5025,7 @@ declare class Glacier {
4991
5025
  readonly primaryNetworkUtxOs: PrimaryNetworkUtxOsService;
4992
5026
  readonly primaryNetworkVertices: PrimaryNetworkVerticesService;
4993
5027
  readonly rpc: RpcService;
5028
+ readonly signatureAggregator: SignatureAggregatorService;
4994
5029
  readonly teleporter: TeleporterService;
4995
5030
  readonly webhooks: WebhooksService;
4996
5031
  readonly request: BaseHttpRequest;
@@ -5145,4 +5180,4 @@ type Unauthorized = {
5145
5180
  error: string;
5146
5181
  };
5147
5182
 
5148
- export { ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiError, ApiFeature, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlockchainInfo, BlsCredentials, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CreateWebhookRequest, CurrencyCode, DataApiUsageMetricsService, DataListChainsResponse, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, 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, HealthCheckService, HistoricalReward, ImageAsset, InternalServerError, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListInternalTransactionsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NetworkType, NextPageToken, NfTsService, NftTokenMetadataStatus, NotFound, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PricingProviders, PrimaryNetwork, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RemovedValidatorDetails, RequestType, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, RpcErrorDto, RpcErrorResponseDto, RpcRequestBodyDto, RpcService, RpcSuccessResponseDto, ServiceUnavailable, SharedSecretsResponse, SortByOption, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TimeIntervalGranularityExtended, TooManyRequests, TransactionDetails, TransactionDirectionType, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, Unauthorized, UnknownContract, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsGroupByEnum, UsageMetricsResponseDTO, UsageMetricsValueDTO, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };
5183
+ export { ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiError, ApiFeature, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlockchainInfo, BlsCredentials, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CreateWebhookRequest, CurrencyCode, DataApiUsageMetricsService, DataListChainsResponse, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, 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, HealthCheckService, HistoricalReward, ImageAsset, InternalServerError, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListInternalTransactionsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NextPageToken, NfTsService, NftTokenMetadataStatus, NotFound, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PricingProviders, PrimaryNetwork, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RemovedValidatorDetails, RequestType, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, RpcErrorDto, RpcErrorResponseDto, RpcRequestBodyDto, RpcService, RpcSuccessResponseDto, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, SignatureAggregatorService, SortByOption, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TimeIntervalGranularityExtended, TooManyRequests, TransactionDetails, TransactionDirectionType, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, Unauthorized, UnknownContract, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsGroupByEnum, UsageMetricsResponseDTO, UsageMetricsValueDTO, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };