@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
@@ -18,6 +18,7 @@ import { PrimaryNetworkTransactionsService } from './services/PrimaryNetworkTran
18
18
  import { PrimaryNetworkUtxOsService } from './services/PrimaryNetworkUtxOsService.js';
19
19
  import { PrimaryNetworkVerticesService } from './services/PrimaryNetworkVerticesService.js';
20
20
  import { RpcService } from './services/RpcService.js';
21
+ import { SignatureAggregatorService } from './services/SignatureAggregatorService.js';
21
22
  import { TeleporterService } from './services/TeleporterService.js';
22
23
  import { WebhooksService } from './services/WebhooksService.js';
23
24
 
@@ -41,6 +42,7 @@ declare class Glacier {
41
42
  readonly primaryNetworkUtxOs: PrimaryNetworkUtxOsService;
42
43
  readonly primaryNetworkVertices: PrimaryNetworkVerticesService;
43
44
  readonly rpc: RpcService;
45
+ readonly signatureAggregator: SignatureAggregatorService;
44
46
  readonly teleporter: TeleporterService;
45
47
  readonly webhooks: WebhooksService;
46
48
  readonly request: BaseHttpRequest;
@@ -1 +1 @@
1
- import{FetchHttpRequest as e}from"./core/FetchHttpRequest.js";import{DataApiUsageMetricsService as r}from"./services/DataApiUsageMetricsService.js";import{DefaultService as s}from"./services/DefaultService.js";import{EvmBalancesService as t}from"./services/EvmBalancesService.js";import{EvmBlocksService as i}from"./services/EvmBlocksService.js";import{EvmChainsService as o}from"./services/EvmChainsService.js";import{EvmContractsService as c}from"./services/EvmContractsService.js";import{EvmTransactionsService as a}from"./services/EvmTransactionsService.js";import{HealthCheckService as m}from"./services/HealthCheckService.js";import{NfTsService as h}from"./services/NfTsService.js";import{OperationsService as v}from"./services/OperationsService.js";import{PrimaryNetworkService as n}from"./services/PrimaryNetworkService.js";import{PrimaryNetworkBalancesService as p}from"./services/PrimaryNetworkBalancesService.js";import{PrimaryNetworkBlocksService as w}from"./services/PrimaryNetworkBlocksService.js";import{PrimaryNetworkRewardsService as S}from"./services/PrimaryNetworkRewardsService.js";import{PrimaryNetworkTransactionsService as k}from"./services/PrimaryNetworkTransactionsService.js";import{PrimaryNetworkUtxOsService as N}from"./services/PrimaryNetworkUtxOsService.js";import{PrimaryNetworkVerticesService as E}from"./services/PrimaryNetworkVerticesService.js";import{RpcService as u}from"./services/RpcService.js";import{TeleporterService as f}from"./services/TeleporterService.js";import{WebhooksService as l}from"./services/WebhooksService.js";class q{dataApiUsageMetrics;default;evmBalances;evmBlocks;evmChains;evmContracts;evmTransactions;healthCheck;nfTs;operations;primaryNetwork;primaryNetworkBalances;primaryNetworkBlocks;primaryNetworkRewards;primaryNetworkTransactions;primaryNetworkUtxOs;primaryNetworkVertices;rpc;teleporter;webhooks;request;constructor(q,j=e){this.request=new j({BASE:q?.BASE??"https://glacier-api-dev.avax.network",VERSION:q?.VERSION??"Beta",WITH_CREDENTIALS:q?.WITH_CREDENTIALS??!1,CREDENTIALS:q?.CREDENTIALS??"include",TOKEN:q?.TOKEN,USERNAME:q?.USERNAME,PASSWORD:q?.PASSWORD,HEADERS:q?.HEADERS,ENCODE_PATH:q?.ENCODE_PATH}),this.dataApiUsageMetrics=new r(this.request),this.default=new s(this.request),this.evmBalances=new t(this.request),this.evmBlocks=new i(this.request),this.evmChains=new o(this.request),this.evmContracts=new c(this.request),this.evmTransactions=new a(this.request),this.healthCheck=new m(this.request),this.nfTs=new h(this.request),this.operations=new v(this.request),this.primaryNetwork=new n(this.request),this.primaryNetworkBalances=new p(this.request),this.primaryNetworkBlocks=new w(this.request),this.primaryNetworkRewards=new S(this.request),this.primaryNetworkTransactions=new k(this.request),this.primaryNetworkUtxOs=new N(this.request),this.primaryNetworkVertices=new E(this.request),this.rpc=new u(this.request),this.teleporter=new f(this.request),this.webhooks=new l(this.request)}}export{q as Glacier};
1
+ import{FetchHttpRequest as e}from"./core/FetchHttpRequest.js";import{DataApiUsageMetricsService as r}from"./services/DataApiUsageMetricsService.js";import{DefaultService as s}from"./services/DefaultService.js";import{EvmBalancesService as t}from"./services/EvmBalancesService.js";import{EvmBlocksService as i}from"./services/EvmBlocksService.js";import{EvmChainsService as o}from"./services/EvmChainsService.js";import{EvmContractsService as a}from"./services/EvmContractsService.js";import{EvmTransactionsService as c}from"./services/EvmTransactionsService.js";import{HealthCheckService as m}from"./services/HealthCheckService.js";import{NfTsService as h}from"./services/NfTsService.js";import{OperationsService as v}from"./services/OperationsService.js";import{PrimaryNetworkService as n}from"./services/PrimaryNetworkService.js";import{PrimaryNetworkBalancesService as p}from"./services/PrimaryNetworkBalancesService.js";import{PrimaryNetworkBlocksService as w}from"./services/PrimaryNetworkBlocksService.js";import{PrimaryNetworkRewardsService as S}from"./services/PrimaryNetworkRewardsService.js";import{PrimaryNetworkTransactionsService as k}from"./services/PrimaryNetworkTransactionsService.js";import{PrimaryNetworkUtxOsService as N}from"./services/PrimaryNetworkUtxOsService.js";import{PrimaryNetworkVerticesService as u}from"./services/PrimaryNetworkVerticesService.js";import{RpcService as E}from"./services/RpcService.js";import{SignatureAggregatorService as f}from"./services/SignatureAggregatorService.js";import{TeleporterService as l}from"./services/TeleporterService.js";import{WebhooksService as q}from"./services/WebhooksService.js";class j{dataApiUsageMetrics;default;evmBalances;evmBlocks;evmChains;evmContracts;evmTransactions;healthCheck;nfTs;operations;primaryNetwork;primaryNetworkBalances;primaryNetworkBlocks;primaryNetworkRewards;primaryNetworkTransactions;primaryNetworkUtxOs;primaryNetworkVertices;rpc;signatureAggregator;teleporter;webhooks;request;constructor(j,y=e){this.request=new y({BASE:j?.BASE??"https://glacier-api-dev.avax.network",VERSION:j?.VERSION??"Beta",WITH_CREDENTIALS:j?.WITH_CREDENTIALS??!1,CREDENTIALS:j?.CREDENTIALS??"include",TOKEN:j?.TOKEN,USERNAME:j?.USERNAME,PASSWORD:j?.PASSWORD,HEADERS:j?.HEADERS,ENCODE_PATH:j?.ENCODE_PATH}),this.dataApiUsageMetrics=new r(this.request),this.default=new s(this.request),this.evmBalances=new t(this.request),this.evmBlocks=new i(this.request),this.evmChains=new o(this.request),this.evmContracts=new a(this.request),this.evmTransactions=new c(this.request),this.healthCheck=new m(this.request),this.nfTs=new h(this.request),this.operations=new v(this.request),this.primaryNetwork=new n(this.request),this.primaryNetworkBalances=new p(this.request),this.primaryNetworkBlocks=new w(this.request),this.primaryNetworkRewards=new S(this.request),this.primaryNetworkTransactions=new k(this.request),this.primaryNetworkUtxOs=new N(this.request),this.primaryNetworkVertices=new u(this.request),this.rpc=new E(this.request),this.signatureAggregator=new f(this.request),this.teleporter=new l(this.request),this.webhooks=new q(this.request)}}export{j as Glacier};
@@ -2,8 +2,10 @@ declare enum BlockchainId {
2
2
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
3
3
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
4
4
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
5
+ _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
5
6
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
6
7
  Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
8
+ V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",
7
9
  P_CHAIN = "p-chain",
8
10
  X_CHAIN = "x-chain",
9
11
  C_CHAIN = "c-chain"
@@ -1 +1 @@
1
- var _=(_=>(_._11111111111111111111111111111111LPO_YY="11111111111111111111111111111111LpoYY",_._2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M="2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",_._2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM="2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",_._2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5="2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",_.Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP="yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",_.P_CHAIN="p-chain",_.X_CHAIN="x-chain",_.C_CHAIN="c-chain",_))(_||{});export{_ as BlockchainId};
1
+ var _=(_=>(_._11111111111111111111111111111111LPO_YY="11111111111111111111111111111111LpoYY",_._2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M="2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",_._2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM="2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",_._2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V="2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",_._2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5="2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",_.Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP="yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",_.V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU="vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",_.P_CHAIN="p-chain",_.X_CHAIN="x-chain",_.C_CHAIN="c-chain",_))(_||{});export{_ as BlockchainId};
@@ -2,8 +2,10 @@ declare enum BlockchainIds {
2
2
  _11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
3
3
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
4
4
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
5
+ _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
5
6
  _2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
6
- Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
7
+ Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
8
+ V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
7
9
  }
8
10
 
9
11
  export { BlockchainIds };
@@ -1 +1 @@
1
- var _=(_=>(_._11111111111111111111111111111111LPO_YY="11111111111111111111111111111111LpoYY",_._2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M="2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",_._2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM="2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",_._2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5="2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",_.Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP="yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",_))(_||{});export{_ as BlockchainIds};
1
+ var _=(_=>(_._11111111111111111111111111111111LPO_YY="11111111111111111111111111111111LpoYY",_._2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M="2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",_._2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM="2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",_._2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V="2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",_._2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5="2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",_.Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP="yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",_.V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU="vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",_))(_||{});export{_ as BlockchainIds};
@@ -3,16 +3,16 @@ import { EVMOperationType } from './EVMOperationType.js';
3
3
 
4
4
  type CreateEvmTransactionExportRequest = {
5
5
  type: EVMOperationType;
6
- firstDate: string;
7
- lastDate: string;
6
+ firstDate?: string;
7
+ lastDate?: string;
8
8
  /**
9
9
  * @deprecated
10
10
  */
11
- startDate: string;
11
+ startDate?: string;
12
12
  /**
13
13
  * @deprecated
14
14
  */
15
- endDate: string;
15
+ endDate?: string;
16
16
  options: EvmNetworkOptions;
17
17
  };
18
18
 
@@ -3,16 +3,16 @@ import { PrimaryNetworkOptions } from './PrimaryNetworkOptions.js';
3
3
 
4
4
  type CreatePrimaryNetworkTransactionExportRequest = {
5
5
  type: PrimaryNetworkOperationType;
6
- firstDate: string;
7
- lastDate: string;
6
+ firstDate?: string;
7
+ lastDate?: string;
8
8
  /**
9
9
  * @deprecated
10
10
  */
11
- startDate: string;
11
+ startDate?: string;
12
12
  /**
13
13
  * @deprecated
14
14
  */
15
- endDate: string;
15
+ endDate?: string;
16
16
  options: PrimaryNetworkOptions;
17
17
  };
18
18
 
@@ -1,6 +1,8 @@
1
1
  declare enum Network {
2
2
  MAINNET = "mainnet",
3
- FUJI = "fuji"
3
+ FUJI = "fuji",
4
+ TESTNET = "testnet",
5
+ DEVNET = "devnet"
4
6
  }
5
7
 
6
8
  export { Network };
@@ -1 +1 @@
1
- var a=(a=>(a.MAINNET="mainnet",a.FUJI="fuji",a))(a||{});export{a as Network};
1
+ var e=(e=>(e.MAINNET="mainnet",e.FUJI="fuji",e.TESTNET="testnet",e.DEVNET="devnet",e))(e||{});export{e as Network};
@@ -1,6 +1,7 @@
1
1
  declare enum PrimaryNetwork {
2
2
  MAINNET = "mainnet",
3
- FUJI = "fuji"
3
+ FUJI = "fuji",
4
+ DEVNET = "devnet"
4
5
  }
5
6
 
6
7
  export { PrimaryNetwork };
@@ -1 +1 @@
1
- var a=(a=>(a.MAINNET="mainnet",a.FUJI="fuji",a))(a||{});export{a as PrimaryNetwork};
1
+ var e=(e=>(e.MAINNET="mainnet",e.FUJI="fuji",e.DEVNET="devnet",e))(e||{});export{e as PrimaryNetwork};
@@ -1,7 +1,7 @@
1
1
  type PrimaryNetworkOptions = {
2
2
  addresses?: Array<string>;
3
3
  cChainEvmAddresses?: Array<string>;
4
- includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'p-chain' | 'x-chain' | 'c-chain'>;
4
+ includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu' | 'p-chain' | 'x-chain' | 'c-chain'>;
5
5
  };
6
6
 
7
7
  export { PrimaryNetworkOptions };
@@ -0,0 +1,5 @@
1
+ type SignatureAggregationResponse = {
2
+ signedMessage: string;
3
+ };
4
+
5
+ export { SignatureAggregationResponse };
@@ -0,0 +1,14 @@
1
+ type SignatureAggregatorRequest = {
2
+ /**
3
+ * Must be defined if justification is not defined
4
+ */
5
+ message?: string;
6
+ /**
7
+ * Must be defined if message is not defined
8
+ */
9
+ justification?: string;
10
+ signingSubnetId?: string;
11
+ quorumPercentage?: number;
12
+ };
13
+
14
+ export { SignatureAggregatorRequest };
@@ -1,6 +1,7 @@
1
1
  declare enum XChainId {
2
2
  _2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
3
3
  _2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
4
+ _2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
4
5
  X_CHAIN = "x-chain"
5
6
  }
6
7
 
@@ -1 +1 @@
1
- var N=(N=>(N._2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M="2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",N._2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM="2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",N.X_CHAIN="x-chain",N))(N||{});export{N as XChainId};
1
+ var _=(_=>(_._2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M="2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",_._2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM="2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",_._2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V="2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",_.X_CHAIN="x-chain",_))(_||{});export{_ as XChainId};
@@ -20,7 +20,7 @@ declare class EvmBalancesService {
20
20
  */
21
21
  getNativeBalance({ chainId, address, blockNumber, currency, }: {
22
22
  /**
23
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
23
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
24
24
  */
25
25
  chainId: string;
26
26
  /**
@@ -48,7 +48,7 @@ declare class EvmBalancesService {
48
48
  */
49
49
  listErc20Balances({ chainId, address, blockNumber, pageToken, pageSize, filterSpamTokens, contractAddresses, currency, }: {
50
50
  /**
51
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
51
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
52
52
  */
53
53
  chainId: string;
54
54
  /**
@@ -90,7 +90,7 @@ declare class EvmBalancesService {
90
90
  */
91
91
  listErc721Balances({ chainId, address, pageToken, pageSize, contractAddress, }: {
92
92
  /**
93
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
93
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
94
94
  */
95
95
  chainId: string;
96
96
  /**
@@ -122,7 +122,7 @@ declare class EvmBalancesService {
122
122
  */
123
123
  listErc1155Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddress, }: {
124
124
  /**
125
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
125
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
126
126
  */
127
127
  chainId: string;
128
128
  /**
@@ -156,7 +156,7 @@ declare class EvmBalancesService {
156
156
  */
157
157
  listCollectibleBalances({ chainId, address, pageToken, pageSize, contractAddress, }: {
158
158
  /**
159
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
159
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
160
160
  */
161
161
  chainId: string;
162
162
  /**
@@ -14,7 +14,7 @@ declare class EvmBlocksService {
14
14
  */
15
15
  getLatestBlocks({ chainId, pageToken, pageSize, }: {
16
16
  /**
17
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
17
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
18
18
  */
19
19
  chainId: string;
20
20
  /**
@@ -34,7 +34,7 @@ declare class EvmBlocksService {
34
34
  */
35
35
  getBlock({ chainId, blockId, }: {
36
36
  /**
37
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
37
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
38
38
  */
39
39
  chainId: string;
40
40
  /**
@@ -1,7 +1,7 @@
1
1
  import { ApiFeature } from '../models/ApiFeature.js';
2
2
  import { GetChainResponse } from '../models/GetChainResponse.js';
3
3
  import { ListChainsResponse } from '../models/ListChainsResponse.js';
4
- import { NetworkType } from '../models/NetworkType.js';
4
+ import { Network } from '../models/Network.js';
5
5
  import { CancelablePromise } from '../core/CancelablePromise.js';
6
6
  import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
7
7
 
@@ -16,9 +16,9 @@ declare class EvmChainsService {
16
16
  */
17
17
  supportedChains({ network, feature, }: {
18
18
  /**
19
- * mainnet or testnet.
19
+ * Either mainnet or testnet/fuji.
20
20
  */
21
- network?: NetworkType;
21
+ network?: Network;
22
22
  /**
23
23
  * Filter by feature.
24
24
  */
@@ -32,7 +32,7 @@ declare class EvmChainsService {
32
32
  */
33
33
  getChainInfo({ chainId, }: {
34
34
  /**
35
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
35
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
36
36
  */
37
37
  chainId: string;
38
38
  }): CancelablePromise<GetChainResponse>;
@@ -18,7 +18,7 @@ declare class EvmContractsService {
18
18
  */
19
19
  getContractMetadata({ chainId, address, }: {
20
20
  /**
21
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
21
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
22
22
  */
23
23
  chainId: string;
24
24
  /**
@@ -34,7 +34,7 @@ declare class EvmContractsService {
34
34
  */
35
35
  updateContractInfo({ chainId, address, requestBody, }: {
36
36
  /**
37
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
37
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
38
38
  */
39
39
  chainId: string;
40
40
  /**
@@ -24,7 +24,7 @@ declare class EvmTransactionsService {
24
24
  */
25
25
  getDeploymentTransaction({ chainId, address, currency, }: {
26
26
  /**
27
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
27
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
28
28
  */
29
29
  chainId: string;
30
30
  /**
@@ -44,7 +44,7 @@ declare class EvmTransactionsService {
44
44
  */
45
45
  listContractDeployments({ chainId, address, pageToken, pageSize, }: {
46
46
  /**
47
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
47
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
48
48
  */
49
49
  chainId: string;
50
50
  /**
@@ -68,7 +68,7 @@ declare class EvmTransactionsService {
68
68
  */
69
69
  listTransfers({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
70
70
  /**
71
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
71
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
72
72
  */
73
73
  chainId: string;
74
74
  /**
@@ -102,7 +102,7 @@ declare class EvmTransactionsService {
102
102
  */
103
103
  listTransactions({ chainId, address, pageToken, pageSize, startBlock, endBlock, sortOrder, }: {
104
104
  /**
105
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
105
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
106
106
  */
107
107
  chainId: string;
108
108
  /**
@@ -138,7 +138,7 @@ declare class EvmTransactionsService {
138
138
  */
139
139
  listNativeTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
140
140
  /**
141
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
141
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
142
142
  */
143
143
  chainId: string;
144
144
  /**
@@ -170,7 +170,7 @@ declare class EvmTransactionsService {
170
170
  */
171
171
  listErc20Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
172
172
  /**
173
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
173
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
174
174
  */
175
175
  chainId: string;
176
176
  /**
@@ -202,7 +202,7 @@ declare class EvmTransactionsService {
202
202
  */
203
203
  listErc721Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
204
204
  /**
205
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
205
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
206
206
  */
207
207
  chainId: string;
208
208
  /**
@@ -234,7 +234,7 @@ declare class EvmTransactionsService {
234
234
  */
235
235
  listErc1155Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
236
236
  /**
237
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
237
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
238
238
  */
239
239
  chainId: string;
240
240
  /**
@@ -268,7 +268,7 @@ declare class EvmTransactionsService {
268
268
  */
269
269
  listInternalTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
270
270
  /**
271
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
271
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
272
272
  */
273
273
  chainId: string;
274
274
  /**
@@ -300,7 +300,7 @@ declare class EvmTransactionsService {
300
300
  */
301
301
  getTransaction({ chainId, txHash, }: {
302
302
  /**
303
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
303
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
304
304
  */
305
305
  chainId: string;
306
306
  /**
@@ -316,7 +316,7 @@ declare class EvmTransactionsService {
316
316
  */
317
317
  getTransactionsForBlock({ chainId, blockId, }: {
318
318
  /**
319
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
319
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
320
320
  */
321
321
  chainId: string;
322
322
  /**
@@ -332,7 +332,7 @@ declare class EvmTransactionsService {
332
332
  */
333
333
  listLatestTransactions({ chainId, pageToken, pageSize, status, }: {
334
334
  /**
335
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
335
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
336
336
  */
337
337
  chainId: string;
338
338
  /**
@@ -15,7 +15,7 @@ declare class NfTsService {
15
15
  */
16
16
  reindexNft({ chainId, address, tokenId, }: {
17
17
  /**
18
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
18
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
19
19
  */
20
20
  chainId: string;
21
21
  /**
@@ -35,7 +35,7 @@ declare class NfTsService {
35
35
  */
36
36
  listTokens({ chainId, address, pageToken, pageSize, }: {
37
37
  /**
38
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
38
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
39
39
  */
40
40
  chainId: string;
41
41
  /**
@@ -59,7 +59,7 @@ declare class NfTsService {
59
59
  */
60
60
  getTokenDetails({ chainId, address, tokenId, }: {
61
61
  /**
62
- * A supported evm chain id, chain alias or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
62
+ * A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
63
63
  */
64
64
  chainId: string;
65
65
  /**
@@ -23,7 +23,7 @@ declare class PrimaryNetworkBalancesService {
23
23
  */
24
24
  blockchainId: BlockchainId;
25
25
  /**
26
- * Either mainnet or a testnet.
26
+ * Either mainnet or testnet/fuji.
27
27
  */
28
28
  network: Network;
29
29
  /**
@@ -20,7 +20,7 @@ declare class PrimaryNetworkBlocksService {
20
20
  */
21
21
  blockchainId: BlockchainId;
22
22
  /**
23
- * Either mainnet or a testnet.
23
+ * Either mainnet or testnet/fuji.
24
24
  */
25
25
  network: Network;
26
26
  /**
@@ -40,7 +40,7 @@ declare class PrimaryNetworkBlocksService {
40
40
  */
41
41
  blockchainId: BlockchainId;
42
42
  /**
43
- * Either mainnet or a testnet.
43
+ * Either mainnet or testnet/fuji.
44
44
  */
45
45
  network: Network;
46
46
  /**
@@ -68,7 +68,7 @@ declare class PrimaryNetworkBlocksService {
68
68
  */
69
69
  blockchainId: BlockchainId;
70
70
  /**
71
- * Either mainnet or a testnet.
71
+ * Either mainnet or testnet/fuji.
72
72
  */
73
73
  network: Network;
74
74
  /**
@@ -17,7 +17,7 @@ declare class PrimaryNetworkRewardsService {
17
17
  */
18
18
  listPendingPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, }: {
19
19
  /**
20
- * Either mainnet or a testnet.
20
+ * Either mainnet or testnet/fuji.
21
21
  */
22
22
  network: Network;
23
23
  /**
@@ -49,7 +49,7 @@ declare class PrimaryNetworkRewardsService {
49
49
  */
50
50
  listHistoricalPrimaryNetworkRewards({ network, addresses, pageToken, pageSize, nodeIds, sortOrder, currency, }: {
51
51
  /**
52
- * Either mainnet or a testnet.
52
+ * Either mainnet or testnet/fuji.
53
53
  */
54
54
  network: Network;
55
55
  /**
@@ -30,7 +30,7 @@ declare class PrimaryNetworkService {
30
30
  */
31
31
  blockchainId: XChainId;
32
32
  /**
33
- * Either mainnet or a testnet.
33
+ * Either mainnet or testnet/fuji.
34
34
  */
35
35
  network: Network;
36
36
  /**
@@ -50,7 +50,7 @@ declare class PrimaryNetworkService {
50
50
  */
51
51
  addresses: string;
52
52
  /**
53
- * Either mainnet or a testnet.
53
+ * Either mainnet or testnet/fuji.
54
54
  */
55
55
  network: Network;
56
56
  }): CancelablePromise<ChainAddressChainIdMapListResponse>;
@@ -62,7 +62,7 @@ declare class PrimaryNetworkService {
62
62
  */
63
63
  getNetworkDetails({ network, }: {
64
64
  /**
65
- * Either mainnet or a testnet.
65
+ * Either mainnet or testnet/fuji.
66
66
  */
67
67
  network: Network;
68
68
  }): CancelablePromise<GetNetworkDetailsResponse>;
@@ -74,7 +74,7 @@ declare class PrimaryNetworkService {
74
74
  */
75
75
  listBlockchains({ network, pageToken, pageSize, sortOrder, }: {
76
76
  /**
77
- * Either mainnet or a testnet.
77
+ * Either mainnet or testnet/fuji.
78
78
  */
79
79
  network: Network;
80
80
  /**
@@ -98,7 +98,7 @@ declare class PrimaryNetworkService {
98
98
  */
99
99
  listSubnets({ network, pageToken, pageSize, sortOrder, }: {
100
100
  /**
101
- * Either mainnet or a testnet.
101
+ * Either mainnet or testnet/fuji.
102
102
  */
103
103
  network: Network;
104
104
  /**
@@ -122,7 +122,7 @@ declare class PrimaryNetworkService {
122
122
  */
123
123
  getSubnetById({ network, subnetId, }: {
124
124
  /**
125
- * Either mainnet or a testnet.
125
+ * Either mainnet or testnet/fuji.
126
126
  */
127
127
  network: Network;
128
128
  /**
@@ -138,7 +138,7 @@ declare class PrimaryNetworkService {
138
138
  */
139
139
  listValidators({ network, pageToken, pageSize, nodeIds, sortBy, sortOrder, validationStatus, minDelegationCapacity, maxDelegationCapacity, minTimeRemaining, maxTimeRemaining, minFeePercentage, maxFeePercentage, minUptimePerformance, maxUptimePerformance, subnetId, }: {
140
140
  /**
141
- * Either mainnet or a testnet.
141
+ * Either mainnet or testnet/fuji.
142
142
  */
143
143
  network: Network;
144
144
  /**
@@ -212,7 +212,7 @@ declare class PrimaryNetworkService {
212
212
  */
213
213
  getSingleValidatorDetails({ network, nodeId, pageToken, pageSize, validationStatus, sortOrder, }: {
214
214
  /**
215
- * Either mainnet or a testnet.
215
+ * Either mainnet or testnet/fuji.
216
216
  */
217
217
  network: Network;
218
218
  /**
@@ -244,7 +244,7 @@ declare class PrimaryNetworkService {
244
244
  */
245
245
  listDelegators({ network, pageToken, pageSize, rewardAddresses, sortOrder, delegationStatus, nodeIds, }: {
246
246
  /**
247
- * Either mainnet or a testnet.
247
+ * Either mainnet or testnet/fuji.
248
248
  */
249
249
  network: Network;
250
250
  /**
@@ -30,7 +30,7 @@ declare class PrimaryNetworkTransactionsService {
30
30
  */
31
31
  blockchainId: BlockchainId;
32
32
  /**
33
- * Either mainnet or a testnet.
33
+ * Either mainnet or testnet/fuji.
34
34
  */
35
35
  network: Network;
36
36
  /**
@@ -48,19 +48,19 @@ declare class PrimaryNetworkTransactionsService {
48
48
  * @returns any Successful response
49
49
  * @throws ApiError
50
50
  */
51
- listLatestPrimaryNetworkTransactions({ addresses, blockchainId, network, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
52
- /**
53
- * 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.
54
- */
55
- addresses: string;
51
+ listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
56
52
  /**
57
53
  * A primary network blockchain id or alias.
58
54
  */
59
55
  blockchainId: BlockchainId;
60
56
  /**
61
- * Either mainnet or a testnet.
57
+ * Either mainnet or testnet/fuji.
62
58
  */
63
59
  network: Network;
60
+ /**
61
+ * 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.
62
+ */
63
+ addresses?: string;
64
64
  /**
65
65
  * Query param for filtering items based on transaction types.
66
66
  */
@@ -98,7 +98,7 @@ declare class PrimaryNetworkTransactionsService {
98
98
  */
99
99
  blockchainId: PChainId;
100
100
  /**
101
- * Either mainnet or a testnet.
101
+ * Either mainnet or testnet/fuji.
102
102
  */
103
103
  network: Network;
104
104
  /**
@@ -142,7 +142,7 @@ declare class PrimaryNetworkTransactionsService {
142
142
  */
143
143
  blockchainId: XChainId;
144
144
  /**
145
- * Either mainnet or a testnet.
145
+ * Either mainnet or testnet/fuji.
146
146
  */
147
147
  network: Network;
148
148
  /**