@avalabs/glacier-sdk 3.1.0-canary.db2e90e.0 → 3.1.0-canary.ddda6be.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 (101) hide show
  1. package/dist/index.d.ts +924 -507
  2. package/dist/index.js +1 -1
  3. package/esm/generated/Glacier.d.ts +4 -2
  4. package/esm/generated/Glacier.js +1 -1
  5. package/esm/generated/models/AddressesChangeRequest.d.ts +1 -1
  6. package/esm/generated/models/ApiFeature.d.ts +7 -0
  7. package/esm/generated/models/ApiFeature.js +1 -0
  8. package/esm/generated/models/BadGateway.d.ts +16 -0
  9. package/esm/generated/models/BadRequest.d.ts +16 -0
  10. package/esm/generated/models/BlockchainId.d.ts +2 -0
  11. package/esm/generated/models/BlockchainId.js +1 -1
  12. package/esm/generated/models/BlockchainIds.d.ts +3 -1
  13. package/esm/generated/models/BlockchainIds.js +1 -1
  14. package/esm/generated/models/ChainInfo.d.ts +1 -1
  15. package/esm/generated/models/CompletedValidatorDetails.d.ts +1 -0
  16. package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +4 -4
  17. package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +4 -4
  18. package/esm/generated/models/DataListChainsResponse.d.ts +7 -0
  19. package/esm/generated/models/Forbidden.d.ts +16 -0
  20. package/esm/generated/models/GetChainResponse.d.ts +1 -1
  21. package/esm/generated/models/GetTransactionResponse.d.ts +5 -0
  22. package/esm/generated/models/InternalServerError.d.ts +16 -0
  23. package/esm/generated/models/LogsFormat.d.ts +1 -1
  24. package/esm/generated/models/Metric.d.ts +14 -0
  25. package/esm/generated/models/Network.d.ts +3 -1
  26. package/esm/generated/models/Network.js +1 -1
  27. package/esm/generated/models/NotFound.d.ts +16 -0
  28. package/esm/generated/models/PrimaryNetworkChainInfo.d.ts +2 -2
  29. package/esm/generated/models/PrimaryNetworkOptions.d.ts +1 -1
  30. package/esm/generated/models/RequestType.d.ts +2 -2
  31. package/esm/generated/models/RequestType.js +1 -1
  32. package/esm/generated/models/RpcMetrics.d.ts +14 -0
  33. package/esm/generated/models/RpcUsageMetricsResponseDTO.d.ts +18 -0
  34. package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +47 -0
  35. package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -0
  36. package/esm/generated/models/ServiceUnavailable.d.ts +16 -0
  37. package/esm/generated/models/SignatureAggregationResponse.d.ts +5 -0
  38. package/esm/generated/models/SignatureAggregatorRequest.d.ts +14 -0
  39. package/esm/generated/models/TeleporterMessageInfo.d.ts +16 -0
  40. package/esm/generated/models/TooManyRequests.d.ts +16 -0
  41. package/esm/generated/models/TransactionDirectionType.d.ts +6 -0
  42. package/esm/generated/models/TransactionDirectionType.js +1 -0
  43. package/esm/generated/models/Unauthorized.d.ts +16 -0
  44. package/esm/generated/models/UsageMetricsGroupByEnum.d.ts +2 -1
  45. package/esm/generated/models/UsageMetricsGroupByEnum.js +1 -1
  46. package/esm/generated/models/UsageMetricsResponseDTO.d.ts +3 -1
  47. package/esm/generated/models/UsageMetricsValueDTO.d.ts +53 -0
  48. package/esm/generated/models/UsageMetricsValueDTO.js +1 -0
  49. package/esm/generated/models/XChainId.d.ts +1 -0
  50. package/esm/generated/models/XChainId.js +1 -1
  51. package/esm/generated/services/DataApiUsageMetricsService.d.ts +154 -0
  52. package/esm/generated/services/DataApiUsageMetricsService.js +1 -0
  53. package/esm/generated/services/EvmBalancesService.d.ts +10 -10
  54. package/esm/generated/services/EvmBalancesService.js +1 -1
  55. package/esm/generated/services/EvmBlocksService.d.ts +4 -4
  56. package/esm/generated/services/EvmBlocksService.js +1 -1
  57. package/esm/generated/services/EvmChainsService.d.ts +20 -8
  58. package/esm/generated/services/EvmChainsService.js +1 -1
  59. package/esm/generated/services/EvmContractsService.d.ts +4 -4
  60. package/esm/generated/services/EvmContractsService.js +1 -1
  61. package/esm/generated/services/EvmTransactionsService.d.ts +24 -24
  62. package/esm/generated/services/EvmTransactionsService.js +1 -1
  63. package/esm/generated/services/HealthCheckService.d.ts +1 -1
  64. package/esm/generated/services/HealthCheckService.js +1 -1
  65. package/esm/generated/services/NfTsService.d.ts +6 -6
  66. package/esm/generated/services/NfTsService.js +1 -1
  67. package/esm/generated/services/OperationsService.d.ts +2 -2
  68. package/esm/generated/services/OperationsService.js +1 -1
  69. package/esm/generated/services/PrimaryNetworkBalancesService.d.ts +2 -2
  70. package/esm/generated/services/PrimaryNetworkBalancesService.js +1 -1
  71. package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +6 -6
  72. package/esm/generated/services/PrimaryNetworkBlocksService.js +1 -1
  73. package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +4 -4
  74. package/esm/generated/services/PrimaryNetworkRewardsService.js +1 -1
  75. package/esm/generated/services/PrimaryNetworkService.d.ts +18 -18
  76. package/esm/generated/services/PrimaryNetworkService.js +1 -1
  77. package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +9 -9
  78. package/esm/generated/services/PrimaryNetworkTransactionsService.js +1 -1
  79. package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +2 -2
  80. package/esm/generated/services/PrimaryNetworkUtxOsService.js +1 -1
  81. package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +6 -6
  82. package/esm/generated/services/PrimaryNetworkVerticesService.js +1 -1
  83. package/esm/generated/services/RpcService.d.ts +2 -2
  84. package/esm/generated/services/RpcService.js +1 -1
  85. package/esm/generated/services/SignatureAggregatorService.d.ts +20 -0
  86. package/esm/generated/services/SignatureAggregatorService.js +1 -0
  87. package/esm/generated/services/TeleporterService.d.ts +29 -5
  88. package/esm/generated/services/TeleporterService.js +1 -1
  89. package/esm/generated/services/WebhooksService.d.ts +10 -10
  90. package/esm/generated/services/WebhooksService.js +1 -1
  91. package/esm/index.d.ts +21 -4
  92. package/esm/index.js +1 -1
  93. package/package.json +2 -2
  94. package/esm/generated/models/GlacierApiFeature.d.ts +0 -6
  95. package/esm/generated/models/GlacierApiFeature.js +0 -1
  96. package/esm/generated/models/NetworkType.d.ts +0 -6
  97. package/esm/generated/models/NetworkType.js +0 -1
  98. package/esm/generated/models/PrimaryNetwork.d.ts +0 -6
  99. package/esm/generated/models/PrimaryNetwork.js +0 -1
  100. package/esm/generated/services/GlacierApiUsageMetricsService.d.ts +0 -85
  101. package/esm/generated/services/GlacierApiUsageMetricsService.js +0 -1
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}getUtxosByAddresses({blockchainId:e,network:t,addresses:s,pageToken:r,pageSize:o=10,assetId:d,includeSpent:n,sortOrder:a}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/utxos",path:{blockchainId:e,network:t},query:{addresses:s,pageToken:r,pageSize:o,assetId:d,includeSpent:n,sortOrder:a}})}}export{e as PrimaryNetworkUtxOsService};
1
+ class e{constructor(e){this.httpRequest=e}getUtxosByAddresses({blockchainId:e,network:r,addresses:t,pageToken:s,pageSize:n=10,assetId:a,includeSpent:i,sortOrder:o}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/utxos",path:{blockchainId:e,network:r},query:{addresses:t,pageToken:s,pageSize:n,assetId:a,includeSpent:i,sortOrder:o},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as PrimaryNetworkUtxOsService};
@@ -12,7 +12,7 @@ declare class PrimaryNetworkVerticesService {
12
12
  /**
13
13
  * List vertices
14
14
  * Lists latest vertices on the X-Chain.
15
- * @returns ListXChainVerticesResponse
15
+ * @returns ListXChainVerticesResponse Successful response
16
16
  * @throws ApiError
17
17
  */
18
18
  listLatestXChainVertices({ blockchainId, network, pageToken, pageSize, }: {
@@ -21,7 +21,7 @@ declare class PrimaryNetworkVerticesService {
21
21
  */
22
22
  blockchainId: XChainId;
23
23
  /**
24
- * Either mainnet or a testnet.
24
+ * Either mainnet or testnet/fuji.
25
25
  */
26
26
  network: Network;
27
27
  /**
@@ -36,7 +36,7 @@ declare class PrimaryNetworkVerticesService {
36
36
  /**
37
37
  * Get vertex
38
38
  * Gets a single vertex on the X-Chain.
39
- * @returns XChainVertex
39
+ * @returns XChainVertex Successful response
40
40
  * @throws ApiError
41
41
  */
42
42
  getVertexByHash({ vertexHash, blockchainId, network, }: {
@@ -49,14 +49,14 @@ declare class PrimaryNetworkVerticesService {
49
49
  */
50
50
  blockchainId: XChainId;
51
51
  /**
52
- * Either mainnet or a testnet.
52
+ * Either mainnet or testnet/fuji.
53
53
  */
54
54
  network: Network;
55
55
  }): CancelablePromise<XChainVertex>;
56
56
  /**
57
57
  * List vertices by height
58
58
  * Lists vertices at the given vertex height on the X-Chain.
59
- * @returns ListXChainVerticesResponse
59
+ * @returns ListXChainVerticesResponse Successful response
60
60
  * @throws ApiError
61
61
  */
62
62
  getVertexByHeight({ vertexHeight, blockchainId, network, pageToken, pageSize, sortOrder, }: {
@@ -69,7 +69,7 @@ declare class PrimaryNetworkVerticesService {
69
69
  */
70
70
  blockchainId: XChainId;
71
71
  /**
72
- * Either mainnet or a testnet.
72
+ * Either mainnet or testnet/fuji.
73
73
  */
74
74
  network: Network;
75
75
  /**
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}listLatestXChainVertices({blockchainId:e,network:t,pageToken:r,pageSize:o=10}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices",path:{blockchainId:e,network:t},query:{pageToken:r,pageSize:o}})}getVertexByHash({vertexHash:e,blockchainId:t,network:r}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices/{vertexHash}",path:{vertexHash:e,blockchainId:t,network:r}})}getVertexByHeight({vertexHeight:e,blockchainId:t,network:r,pageToken:o,pageSize:h=10,sortOrder:n}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices:listByHeight",path:{blockchainId:t,network:r},query:{vertexHeight:e,pageToken:o,pageSize:h,sortOrder:n}})}}export{e as PrimaryNetworkVerticesService};
1
+ class e{constructor(e){this.httpRequest=e}listLatestXChainVertices({blockchainId:e,network:r,pageToken:t,pageSize:n=10}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices",path:{blockchainId:e,network:r},query:{pageToken:t,pageSize:n},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getVertexByHash({vertexHash:e,blockchainId:r,network:t}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices/{vertexHash}",path:{vertexHash:e,blockchainId:r,network:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getVertexByHeight({vertexHeight:e,blockchainId:r,network:t,pageToken:n,pageSize:s=10,sortOrder:i}){return this.httpRequest.request({method:"GET",url:"/v1/networks/{network}/blockchains/{blockchainId}/vertices:listByHeight",path:{blockchainId:r,network:t},query:{vertexHeight:e,pageToken:n,pageSize:s,sortOrder:i},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as PrimaryNetworkVerticesService};
@@ -10,12 +10,12 @@ declare class RpcService {
10
10
  /**
11
11
  * Calls JSON-RPC method
12
12
  * Calls JSON-RPC method.
13
- * @returns any
13
+ * @returns any Successful response
14
14
  * @throws ApiError
15
15
  */
16
16
  rpc({ chainId, requestBody, }: {
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
  requestBody: (RpcRequestBodyDto | Array<RpcRequestBodyDto>);
@@ -1 +1 @@
1
- class t{constructor(t){this.httpRequest=t}rpc({chainId:t,requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/ext/bc/{chainId}/rpc",path:{chainId:t},body:e,mediaType:"application/json",errors:{504:"Request timed out"}})}}export{t as RpcService};
1
+ class e{constructor(e){this.httpRequest=e}rpc({chainId:e,requestBody:r}){return this.httpRequest.request({method:"POST",url:"/v1/ext/bc/{chainId}/rpc",path:{chainId:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected.",504:"Request timed out"}})}}export{e as RpcService};
@@ -0,0 +1,20 @@
1
+ import { SignatureAggregationResponse } from '../models/SignatureAggregationResponse.js';
2
+ import { SignatureAggregatorRequest } from '../models/SignatureAggregatorRequest.js';
3
+ import { CancelablePromise } from '../core/CancelablePromise.js';
4
+ import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
5
+
6
+ declare class SignatureAggregatorService {
7
+ readonly httpRequest: BaseHttpRequest;
8
+ constructor(httpRequest: BaseHttpRequest);
9
+ /**
10
+ * Aggregate Signatures
11
+ * Aggregates Signatures for a Warp message from Subnet validators.
12
+ * @returns SignatureAggregationResponse Successful response
13
+ * @throws ApiError
14
+ */
15
+ aggregateSignatures({ requestBody, }: {
16
+ requestBody: SignatureAggregatorRequest;
17
+ }): CancelablePromise<SignatureAggregationResponse>;
18
+ }
19
+
20
+ export { SignatureAggregatorService };
@@ -0,0 +1 @@
1
+ class e{constructor(e){this.httpRequest=e}aggregateSignatures({requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/signatureAggregator/aggregateSignatures",body:e,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as SignatureAggregatorService};
@@ -1,7 +1,7 @@
1
1
  import { DeliveredSourceNotIndexedTeleporterMessage } from '../models/DeliveredSourceNotIndexedTeleporterMessage.js';
2
2
  import { DeliveredTeleporterMessage } from '../models/DeliveredTeleporterMessage.js';
3
3
  import { ListTeleporterMessagesResponse } from '../models/ListTeleporterMessagesResponse.js';
4
- import { NetworkType } from '../models/NetworkType.js';
4
+ import { Network } from '../models/Network.js';
5
5
  import { PendingTeleporterMessage } from '../models/PendingTeleporterMessage.js';
6
6
  import { CancelablePromise } from '../core/CancelablePromise.js';
7
7
  import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
@@ -12,7 +12,7 @@ declare class TeleporterService {
12
12
  /**
13
13
  * Get a teleporter message
14
14
  * Gets a teleporter message by message ID.
15
- * @returns any
15
+ * @returns any Successful response
16
16
  * @throws ApiError
17
17
  */
18
18
  getTeleporterMessage({ messageId, }: {
@@ -24,7 +24,7 @@ declare class TeleporterService {
24
24
  /**
25
25
  * List teleporter messages
26
26
  * Lists teleporter messages. Ordered by timestamp in descending order.
27
- * @returns ListTeleporterMessagesResponse
27
+ * @returns ListTeleporterMessagesResponse Successful response
28
28
  * @throws ApiError
29
29
  */
30
30
  listTeleporterMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, blockchainId, to, from, network, }: {
@@ -57,9 +57,33 @@ declare class TeleporterService {
57
57
  */
58
58
  from?: string;
59
59
  /**
60
- * mainnet or testnet.
60
+ * Either mainnet or testnet/fuji.
61
61
  */
62
- network?: NetworkType;
62
+ network?: Network;
63
+ }): CancelablePromise<ListTeleporterMessagesResponse>;
64
+ /**
65
+ * List teleporter messages by address
66
+ * Lists teleporter messages by address. Ordered by timestamp in descending order.
67
+ * @returns ListTeleporterMessagesResponse Successful response
68
+ * @throws ApiError
69
+ */
70
+ listTeleporterMessagesByAddress({ address, pageToken, pageSize, network, }: {
71
+ /**
72
+ * An EVM address.
73
+ */
74
+ address: string;
75
+ /**
76
+ * A page token, received from a previous list call. Provide this to retrieve the subsequent page.
77
+ */
78
+ pageToken?: string;
79
+ /**
80
+ * The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
81
+ */
82
+ pageSize?: number;
83
+ /**
84
+ * Either mainnet or testnet/fuji.
85
+ */
86
+ network?: Network;
63
87
  }): CancelablePromise<ListTeleporterMessagesResponse>;
64
88
  }
65
89
 
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}getTeleporterMessage({messageId:e}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages/{messageId}",path:{messageId:e}})}listTeleporterMessages({pageToken:e,pageSize:t=10,sourceBlockchainId:s,destinationBlockchainId:o,blockchainId:r,to:a,from:c,network:n}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages",query:{pageToken:e,pageSize:t,sourceBlockchainId:s,destinationBlockchainId:o,blockchainId:r,to:a,from:c,network:n}})}}export{e as TeleporterService};
1
+ class e{constructor(e){this.httpRequest=e}getTeleporterMessage({messageId:e}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages/{messageId}",path:{messageId:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}listTeleporterMessages({pageToken:e,pageSize:r=10,sourceBlockchainId:t,destinationBlockchainId:s,blockchainId:n,to:a,from:i,network:o}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/messages",query:{pageToken:e,pageSize:r,sourceBlockchainId:t,destinationBlockchainId:s,blockchainId:n,to:a,from:i,network:o},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}listTeleporterMessagesByAddress({address:e,pageToken:r,pageSize:t=10,network:s}){return this.httpRequest.request({method:"GET",url:"/v1/teleporter/addresses/{address}/messages",path:{address:e},query:{pageToken:r,pageSize:t,network:s},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as TeleporterService};
@@ -15,7 +15,7 @@ declare class WebhooksService {
15
15
  /**
16
16
  * Create a webhook
17
17
  * Create a new webhook.
18
- * @returns WebhookResponse
18
+ * @returns WebhookResponse Successful response
19
19
  * @throws ApiError
20
20
  */
21
21
  createWebhook({ requestBody, }: {
@@ -24,7 +24,7 @@ declare class WebhooksService {
24
24
  /**
25
25
  * List webhooks
26
26
  * Lists webhooks for the user.
27
- * @returns ListWebhooksResponse
27
+ * @returns ListWebhooksResponse Successful response
28
28
  * @throws ApiError
29
29
  */
30
30
  listWebhooks({ pageToken, pageSize, status, }: {
@@ -44,7 +44,7 @@ declare class WebhooksService {
44
44
  /**
45
45
  * Get a webhook by ID
46
46
  * Retrieves a webhook by ID.
47
- * @returns WebhookResponse
47
+ * @returns WebhookResponse Successful response
48
48
  * @throws ApiError
49
49
  */
50
50
  getWebhook({ id, }: {
@@ -56,7 +56,7 @@ declare class WebhooksService {
56
56
  /**
57
57
  * Deactivate a webhook
58
58
  * Deactivates a webhook by ID.
59
- * @returns WebhookResponse
59
+ * @returns WebhookResponse Successful response
60
60
  * @throws ApiError
61
61
  */
62
62
  deactivateWebhook({ id, }: {
@@ -68,7 +68,7 @@ declare class WebhooksService {
68
68
  /**
69
69
  * Update a webhook
70
70
  * Updates an existing webhook.
71
- * @returns WebhookResponse
71
+ * @returns WebhookResponse Successful response
72
72
  * @throws ApiError
73
73
  */
74
74
  updateWebhook({ id, requestBody, }: {
@@ -81,21 +81,21 @@ declare class WebhooksService {
81
81
  /**
82
82
  * Generate a shared secret
83
83
  * Generates a new shared secret.
84
- * @returns SharedSecretsResponse
84
+ * @returns SharedSecretsResponse Successful response
85
85
  * @throws ApiError
86
86
  */
87
87
  generateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
88
88
  /**
89
89
  * Get a shared secret
90
90
  * Get a previously generated shared secret.
91
- * @returns SharedSecretsResponse
91
+ * @returns SharedSecretsResponse Successful response
92
92
  * @throws ApiError
93
93
  */
94
94
  getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
95
95
  /**
96
96
  * Add addresses to webhook
97
97
  * Add addresses to webhook.
98
- * @returns WebhookResponse
98
+ * @returns WebhookResponse Successful response
99
99
  * @throws ApiError
100
100
  */
101
101
  addAddressesToWebhook({ id, requestBody, }: {
@@ -108,7 +108,7 @@ declare class WebhooksService {
108
108
  /**
109
109
  * Remove addresses from webhook
110
110
  * Remove addresses from webhook.
111
- * @returns WebhookResponse
111
+ * @returns WebhookResponse Successful response
112
112
  * @throws ApiError
113
113
  */
114
114
  removeAddressesFromWebhook({ id, requestBody, }: {
@@ -121,7 +121,7 @@ declare class WebhooksService {
121
121
  /**
122
122
  * List adresses by webhook
123
123
  * List adresses by webhook.
124
- * @returns ListWebhookAddressesResponse
124
+ * @returns ListWebhookAddressesResponse Successful response
125
125
  * @throws ApiError
126
126
  */
127
127
  getAddressesFromWebhook({ id, pageToken, pageSize, }: {
@@ -1 +1 @@
1
- class e{constructor(e){this.httpRequest=e}createWebhook({requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/webhooks",body:e,mediaType:"application/json"})}listWebhooks({pageToken:e,pageSize:t=10,status:s}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks",query:{pageToken:e,pageSize:t,status:s}})}getWebhook({id:e}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}",path:{id:e}})}deactivateWebhook({id:e}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}",path:{id:e}})}updateWebhook({id:e,requestBody:t}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}",path:{id:e},body:t,mediaType:"application/json"})}generateSharedSecret(){return this.httpRequest.request({method:"POST",url:"/v1/webhooks:generateOrRotateSharedSecret"})}getSharedSecret(){return this.httpRequest.request({method:"GET",url:"/v1/webhooks:getSharedSecret"})}addAddressesToWebhook({id:e,requestBody:t}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:t,mediaType:"application/json"})}removeAddressesFromWebhook({id:e,requestBody:t}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:t,mediaType:"application/json"})}getAddressesFromWebhook({id:e,pageToken:t,pageSize:s=10}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}/addresses",path:{id:e},query:{pageToken:t,pageSize:s}})}}export{e as WebhooksService};
1
+ class e{constructor(e){this.httpRequest=e}createWebhook({requestBody:e}){return this.httpRequest.request({method:"POST",url:"/v1/webhooks",body:e,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}listWebhooks({pageToken:e,pageSize:r=10,status:t}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks",query:{pageToken:e,pageSize:r,status:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getWebhook({id:e}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}",path:{id:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}deactivateWebhook({id:e}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}",path:{id:e},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}updateWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}generateSharedSecret(){return this.httpRequest.request({method:"POST",url:"/v1/webhooks:generateOrRotateSharedSecret",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getSharedSecret(){return this.httpRequest.request({method:"GET",url:"/v1/webhooks:getSharedSecret",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}addAddressesToWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"PATCH",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}removeAddressesFromWebhook({id:e,requestBody:r}){return this.httpRequest.request({method:"DELETE",url:"/v1/webhooks/{id}/addresses",path:{id:e},body:r,mediaType:"application/json",errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}getAddressesFromWebhook({id:e,pageToken:r,pageSize:t=10}){return this.httpRequest.request({method:"GET",url:"/v1/webhooks/{id}/addresses",path:{id:e},query:{pageToken:r,pageSize:t},errors:{400:"Bad requests generally mean the client has passed invalid\n or malformed parameters. Error messages in the response could help in\n evaluating the error.",401:"When a client attempts to access resources that require\n authorization credentials but the client lacks proper authentication\n in the request, the server responds with 401.",403:"When a client attempts to access resources with valid\n credentials but doesn't have the privilege to perform that action,\n the server responds with 403.",404:"The error is mostly returned when the client requests\n with either mistyped URL, or the passed resource is moved or deleted,\n or the resource doesn't exist.",429:"This error is returned when the client has sent too many,\n and has hit the rate limit.",500:"The error is a generic server side error that is\n returned for any uncaught and unexpected issues on the server side.\n This should be very rare, and you may reach out to us if the problem\n persists for a longer duration.",502:"This is an internal error indicating invalid response\n received by the client-facing proxy or gateway from the upstream server.",503:"The error is returned for certain routes on a particular\n Subnet. This indicates an internal problem with our Subnet node, and may\n not necessarily mean the Subnet is down or affected."}})}}export{e as WebhooksService};
package/esm/index.d.ts CHANGED
@@ -8,8 +8,11 @@ export { ActiveValidatorDetails } from './generated/models/ActiveValidatorDetail
8
8
  export { AddressActivityMetadata } from './generated/models/AddressActivityMetadata.js';
9
9
  export { AddressesChangeRequest } from './generated/models/AddressesChangeRequest.js';
10
10
  export { AggregatedAssetAmount } from './generated/models/AggregatedAssetAmount.js';
11
+ export { ApiFeature } from './generated/models/ApiFeature.js';
11
12
  export { AssetAmount } from './generated/models/AssetAmount.js';
12
13
  export { AssetWithPriceInfo } from './generated/models/AssetWithPriceInfo.js';
14
+ export { BadGateway } from './generated/models/BadGateway.js';
15
+ export { BadRequest } from './generated/models/BadRequest.js';
13
16
  export { Blockchain } from './generated/models/Blockchain.js';
14
17
  export { BlockchainId } from './generated/models/BlockchainId.js';
15
18
  export { BlockchainIds } from './generated/models/BlockchainIds.js';
@@ -35,6 +38,7 @@ export { CreateEvmTransactionExportRequest } from './generated/models/CreateEvmT
35
38
  export { CreatePrimaryNetworkTransactionExportRequest } from './generated/models/CreatePrimaryNetworkTransactionExportRequest.js';
36
39
  export { CreateWebhookRequest } from './generated/models/CreateWebhookRequest.js';
37
40
  export { CurrencyCode } from './generated/models/CurrencyCode.js';
41
+ export { DataListChainsResponse } from './generated/models/DataListChainsResponse.js';
38
42
  export { DelegationStatusType } from './generated/models/DelegationStatusType.js';
39
43
  export { DelegatorsDetails } from './generated/models/DelegatorsDetails.js';
40
44
  export { DeliveredSourceNotIndexedTeleporterMessage } from './generated/models/DeliveredSourceNotIndexedTeleporterMessage.js';
@@ -62,6 +66,7 @@ export { EVMInput } from './generated/models/EVMInput.js';
62
66
  export { EvmNetworkOptions } from './generated/models/EvmNetworkOptions.js';
63
67
  export { EVMOperationType } from './generated/models/EVMOperationType.js';
64
68
  export { EVMOutput } from './generated/models/EVMOutput.js';
69
+ export { Forbidden } from './generated/models/Forbidden.js';
65
70
  export { FullNativeTransactionDetails } from './generated/models/FullNativeTransactionDetails.js';
66
71
  export { GetChainResponse } from './generated/models/GetChainResponse.js';
67
72
  export { GetEvmBlockResponse } from './generated/models/GetEvmBlockResponse.js';
@@ -69,9 +74,9 @@ export { GetNativeBalanceResponse } from './generated/models/GetNativeBalanceRes
69
74
  export { GetNetworkDetailsResponse } from './generated/models/GetNetworkDetailsResponse.js';
70
75
  export { GetPrimaryNetworkBlockResponse } from './generated/models/GetPrimaryNetworkBlockResponse.js';
71
76
  export { GetTransactionResponse } from './generated/models/GetTransactionResponse.js';
72
- export { GlacierApiFeature } from './generated/models/GlacierApiFeature.js';
73
77
  export { HistoricalReward } from './generated/models/HistoricalReward.js';
74
78
  export { ImageAsset } from './generated/models/ImageAsset.js';
79
+ export { InternalServerError } from './generated/models/InternalServerError.js';
75
80
  export { InternalTransaction } from './generated/models/InternalTransaction.js';
76
81
  export { InternalTransactionDetails } from './generated/models/InternalTransactionDetails.js';
77
82
  export { InternalTransactionOpCall } from './generated/models/InternalTransactionOpCall.js';
@@ -113,15 +118,16 @@ export { LogsFormat } from './generated/models/LogsFormat.js';
113
118
  export { LogsFormatMetadata } from './generated/models/LogsFormatMetadata.js';
114
119
  export { LogsResponseDTO } from './generated/models/LogsResponseDTO.js';
115
120
  export { Method } from './generated/models/Method.js';
121
+ export { Metric } from './generated/models/Metric.js';
116
122
  export { Money } from './generated/models/Money.js';
117
123
  export { NativeTokenBalance } from './generated/models/NativeTokenBalance.js';
118
124
  export { NativeTransaction } from './generated/models/NativeTransaction.js';
119
125
  export { Network } from './generated/models/Network.js';
120
126
  export { NetworkToken } from './generated/models/NetworkToken.js';
121
127
  export { NetworkTokenDetails } from './generated/models/NetworkTokenDetails.js';
122
- export { NetworkType } from './generated/models/NetworkType.js';
123
128
  export { NextPageToken } from './generated/models/NextPageToken.js';
124
129
  export { NftTokenMetadataStatus } from './generated/models/NftTokenMetadataStatus.js';
130
+ export { NotFound } from './generated/models/NotFound.js';
125
131
  export { OperationStatus } from './generated/models/OperationStatus.js';
126
132
  export { OperationStatusCode } from './generated/models/OperationStatusCode.js';
127
133
  export { OperationStatusResponse } from './generated/models/OperationStatusResponse.js';
@@ -137,7 +143,6 @@ export { PendingReward } from './generated/models/PendingReward.js';
137
143
  export { PendingTeleporterMessage } from './generated/models/PendingTeleporterMessage.js';
138
144
  export { PendingValidatorDetails } from './generated/models/PendingValidatorDetails.js';
139
145
  export { PricingProviders } from './generated/models/PricingProviders.js';
140
- export { PrimaryNetwork } from './generated/models/PrimaryNetwork.js';
141
146
  export { PrimaryNetworkAssetCap } from './generated/models/PrimaryNetworkAssetCap.js';
142
147
  export { PrimaryNetworkAssetType } from './generated/models/PrimaryNetworkAssetType.js';
143
148
  export { PrimaryNetworkBlock } from './generated/models/PrimaryNetworkBlock.js';
@@ -156,29 +161,40 @@ export { RewardType } from './generated/models/RewardType.js';
156
161
  export { RichAddress } from './generated/models/RichAddress.js';
157
162
  export { RpcErrorDto } from './generated/models/RpcErrorDto.js';
158
163
  export { RpcErrorResponseDto } from './generated/models/RpcErrorResponseDto.js';
164
+ export { RpcMetrics } from './generated/models/RpcMetrics.js';
159
165
  export { RpcRequestBodyDto } from './generated/models/RpcRequestBodyDto.js';
160
166
  export { RpcSuccessResponseDto } from './generated/models/RpcSuccessResponseDto.js';
167
+ export { RpcUsageMetricsResponseDTO } from './generated/models/RpcUsageMetricsResponseDTO.js';
168
+ export { RpcUsageMetricsValueAggregated } from './generated/models/RpcUsageMetricsValueAggregated.js';
169
+ export { ServiceUnavailable } from './generated/models/ServiceUnavailable.js';
161
170
  export { SharedSecretsResponse } from './generated/models/SharedSecretsResponse.js';
171
+ export { SignatureAggregationResponse } from './generated/models/SignatureAggregationResponse.js';
172
+ export { SignatureAggregatorRequest } from './generated/models/SignatureAggregatorRequest.js';
162
173
  export { SortByOption } from './generated/models/SortByOption.js';
163
174
  export { SortOrder } from './generated/models/SortOrder.js';
164
175
  export { StakingDistribution } from './generated/models/StakingDistribution.js';
165
176
  export { Subnet } from './generated/models/Subnet.js';
166
177
  export { SubnetOwnershipInfo } from './generated/models/SubnetOwnershipInfo.js';
167
178
  export { TeleporterDestinationTransaction } from './generated/models/TeleporterDestinationTransaction.js';
179
+ export { TeleporterMessageInfo } from './generated/models/TeleporterMessageInfo.js';
168
180
  export { TeleporterReceipt } from './generated/models/TeleporterReceipt.js';
169
181
  export { TeleporterRewardDetails } from './generated/models/TeleporterRewardDetails.js';
170
182
  export { TeleporterSourceTransaction } from './generated/models/TeleporterSourceTransaction.js';
171
183
  export { TimeIntervalGranularityExtended } from './generated/models/TimeIntervalGranularityExtended.js';
184
+ export { TooManyRequests } from './generated/models/TooManyRequests.js';
172
185
  export { TransactionDetails } from './generated/models/TransactionDetails.js';
186
+ export { TransactionDirectionType } from './generated/models/TransactionDirectionType.js';
173
187
  export { TransactionExportMetadata } from './generated/models/TransactionExportMetadata.js';
174
188
  export { TransactionMethodType } from './generated/models/TransactionMethodType.js';
175
189
  export { TransactionStatus } from './generated/models/TransactionStatus.js';
176
190
  export { TransactionVertexDetail } from './generated/models/TransactionVertexDetail.js';
191
+ export { Unauthorized } from './generated/models/Unauthorized.js';
177
192
  export { UnknownContract } from './generated/models/UnknownContract.js';
178
193
  export { UpdateContractResponse } from './generated/models/UpdateContractResponse.js';
179
194
  export { UpdateWebhookRequest } from './generated/models/UpdateWebhookRequest.js';
180
195
  export { UsageMetricsGroupByEnum } from './generated/models/UsageMetricsGroupByEnum.js';
181
196
  export { UsageMetricsResponseDTO } from './generated/models/UsageMetricsResponseDTO.js';
197
+ export { UsageMetricsValueDTO } from './generated/models/UsageMetricsValueDTO.js';
182
198
  export { UtilityAddresses } from './generated/models/UtilityAddresses.js';
183
199
  export { Utxo } from './generated/models/Utxo.js';
184
200
  export { UtxoCredential } from './generated/models/UtxoCredential.js';
@@ -198,13 +214,13 @@ export { XChainNonLinearTransaction } from './generated/models/XChainNonLinearTr
198
214
  export { XChainSharedAssetBalance } from './generated/models/XChainSharedAssetBalance.js';
199
215
  export { XChainTransactionType } from './generated/models/XChainTransactionType.js';
200
216
  export { XChainVertex } from './generated/models/XChainVertex.js';
217
+ export { DataApiUsageMetricsService } from './generated/services/DataApiUsageMetricsService.js';
201
218
  export { DefaultService } from './generated/services/DefaultService.js';
202
219
  export { EvmBalancesService } from './generated/services/EvmBalancesService.js';
203
220
  export { EvmBlocksService } from './generated/services/EvmBlocksService.js';
204
221
  export { EvmChainsService } from './generated/services/EvmChainsService.js';
205
222
  export { EvmContractsService } from './generated/services/EvmContractsService.js';
206
223
  export { EvmTransactionsService } from './generated/services/EvmTransactionsService.js';
207
- export { GlacierApiUsageMetricsService } from './generated/services/GlacierApiUsageMetricsService.js';
208
224
  export { HealthCheckService } from './generated/services/HealthCheckService.js';
209
225
  export { NfTsService } from './generated/services/NfTsService.js';
210
226
  export { OperationsService } from './generated/services/OperationsService.js';
@@ -216,5 +232,6 @@ export { PrimaryNetworkTransactionsService } from './generated/services/PrimaryN
216
232
  export { PrimaryNetworkUtxOsService } from './generated/services/PrimaryNetworkUtxOsService.js';
217
233
  export { PrimaryNetworkVerticesService } from './generated/services/PrimaryNetworkVerticesService.js';
218
234
  export { RpcService } from './generated/services/RpcService.js';
235
+ export { SignatureAggregatorService } from './generated/services/SignatureAggregatorService.js';
219
236
  export { TeleporterService } from './generated/services/TeleporterService.js';
220
237
  export { WebhooksService } from './generated/services/WebhooksService.js';
package/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{Glacier}from"./generated/Glacier.js";export{ApiError}from"./generated/core/ApiError.js";export{BaseHttpRequest}from"./generated/core/BaseHttpRequest.js";export{CancelError,CancelablePromise}from"./generated/core/CancelablePromise.js";export{OpenAPI}from"./generated/core/OpenAPI.js";export{ActiveDelegatorDetails}from"./generated/models/ActiveDelegatorDetails.js";export{ActiveValidatorDetails}from"./generated/models/ActiveValidatorDetails.js";export{BlockchainId}from"./generated/models/BlockchainId.js";export{BlockchainIds}from"./generated/models/BlockchainIds.js";export{CChainExportTransaction}from"./generated/models/CChainExportTransaction.js";export{CChainImportTransaction}from"./generated/models/CChainImportTransaction.js";export{ChainStatus}from"./generated/models/ChainStatus.js";export{CompletedDelegatorDetails}from"./generated/models/CompletedDelegatorDetails.js";export{CompletedValidatorDetails}from"./generated/models/CompletedValidatorDetails.js";export{ContractSubmissionErc1155}from"./generated/models/ContractSubmissionErc1155.js";export{ContractSubmissionErc20}from"./generated/models/ContractSubmissionErc20.js";export{ContractSubmissionErc721}from"./generated/models/ContractSubmissionErc721.js";export{ContractSubmissionUnknown}from"./generated/models/ContractSubmissionUnknown.js";export{CurrencyCode}from"./generated/models/CurrencyCode.js";export{DelegationStatusType}from"./generated/models/DelegationStatusType.js";export{DeliveredSourceNotIndexedTeleporterMessage}from"./generated/models/DeliveredSourceNotIndexedTeleporterMessage.js";export{DeliveredTeleporterMessage}from"./generated/models/DeliveredTeleporterMessage.js";export{Erc1155Contract}from"./generated/models/Erc1155Contract.js";export{Erc1155Token}from"./generated/models/Erc1155Token.js";export{Erc1155TokenBalance}from"./generated/models/Erc1155TokenBalance.js";export{Erc20Contract}from"./generated/models/Erc20Contract.js";export{Erc20Token}from"./generated/models/Erc20Token.js";export{Erc20TokenBalance}from"./generated/models/Erc20TokenBalance.js";export{Erc721Contract}from"./generated/models/Erc721Contract.js";export{Erc721Token}from"./generated/models/Erc721Token.js";export{Erc721TokenBalance}from"./generated/models/Erc721TokenBalance.js";export{EventType}from"./generated/models/EventType.js";export{EVMOperationType}from"./generated/models/EVMOperationType.js";export{GlacierApiFeature}from"./generated/models/GlacierApiFeature.js";export{InternalTransactionOpCall}from"./generated/models/InternalTransactionOpCall.js";export{Network}from"./generated/models/Network.js";export{NetworkType}from"./generated/models/NetworkType.js";export{NftTokenMetadataStatus}from"./generated/models/NftTokenMetadataStatus.js";export{OperationStatus}from"./generated/models/OperationStatus.js";export{OperationStatusCode}from"./generated/models/OperationStatusCode.js";export{OperationType}from"./generated/models/OperationType.js";export{PChainId}from"./generated/models/PChainId.js";export{PChainTransactionType}from"./generated/models/PChainTransactionType.js";export{PendingDelegatorDetails}from"./generated/models/PendingDelegatorDetails.js";export{PendingTeleporterMessage}from"./generated/models/PendingTeleporterMessage.js";export{PendingValidatorDetails}from"./generated/models/PendingValidatorDetails.js";export{PrimaryNetwork}from"./generated/models/PrimaryNetwork.js";export{PrimaryNetworkAssetCap}from"./generated/models/PrimaryNetworkAssetCap.js";export{PrimaryNetworkAssetType}from"./generated/models/PrimaryNetworkAssetType.js";export{PrimaryNetworkChainName}from"./generated/models/PrimaryNetworkChainName.js";export{PrimaryNetworkOperationType}from"./generated/models/PrimaryNetworkOperationType.js";export{PrimaryNetworkTxType}from"./generated/models/PrimaryNetworkTxType.js";export{RemovedValidatorDetails}from"./generated/models/RemovedValidatorDetails.js";export{RequestType}from"./generated/models/RequestType.js";export{ResourceLinkType}from"./generated/models/ResourceLinkType.js";export{RewardType}from"./generated/models/RewardType.js";export{SortByOption}from"./generated/models/SortByOption.js";export{SortOrder}from"./generated/models/SortOrder.js";export{TeleporterRewardDetails}from"./generated/models/TeleporterRewardDetails.js";export{TimeIntervalGranularityExtended}from"./generated/models/TimeIntervalGranularityExtended.js";export{TransactionMethodType}from"./generated/models/TransactionMethodType.js";export{TransactionStatus}from"./generated/models/TransactionStatus.js";export{UnknownContract}from"./generated/models/UnknownContract.js";export{UsageMetricsGroupByEnum}from"./generated/models/UsageMetricsGroupByEnum.js";export{UtxoType}from"./generated/models/UtxoType.js";export{ValidationStatusType}from"./generated/models/ValidationStatusType.js";export{VmName}from"./generated/models/VmName.js";export{WebhookStatus}from"./generated/models/WebhookStatus.js";export{WebhookStatusType}from"./generated/models/WebhookStatusType.js";export{XChainId}from"./generated/models/XChainId.js";export{XChainLinearTransaction}from"./generated/models/XChainLinearTransaction.js";export{XChainNonLinearTransaction}from"./generated/models/XChainNonLinearTransaction.js";export{XChainTransactionType}from"./generated/models/XChainTransactionType.js";export{DefaultService}from"./generated/services/DefaultService.js";export{EvmBalancesService}from"./generated/services/EvmBalancesService.js";export{EvmBlocksService}from"./generated/services/EvmBlocksService.js";export{EvmChainsService}from"./generated/services/EvmChainsService.js";export{EvmContractsService}from"./generated/services/EvmContractsService.js";export{EvmTransactionsService}from"./generated/services/EvmTransactionsService.js";export{GlacierApiUsageMetricsService}from"./generated/services/GlacierApiUsageMetricsService.js";export{HealthCheckService}from"./generated/services/HealthCheckService.js";export{NfTsService}from"./generated/services/NfTsService.js";export{OperationsService}from"./generated/services/OperationsService.js";export{PrimaryNetworkService}from"./generated/services/PrimaryNetworkService.js";export{PrimaryNetworkBalancesService}from"./generated/services/PrimaryNetworkBalancesService.js";export{PrimaryNetworkBlocksService}from"./generated/services/PrimaryNetworkBlocksService.js";export{PrimaryNetworkRewardsService}from"./generated/services/PrimaryNetworkRewardsService.js";export{PrimaryNetworkTransactionsService}from"./generated/services/PrimaryNetworkTransactionsService.js";export{PrimaryNetworkUtxOsService}from"./generated/services/PrimaryNetworkUtxOsService.js";export{PrimaryNetworkVerticesService}from"./generated/services/PrimaryNetworkVerticesService.js";export{RpcService}from"./generated/services/RpcService.js";export{TeleporterService}from"./generated/services/TeleporterService.js";export{WebhooksService}from"./generated/services/WebhooksService.js";
1
+ export{Glacier}from"./generated/Glacier.js";export{ApiError}from"./generated/core/ApiError.js";export{BaseHttpRequest}from"./generated/core/BaseHttpRequest.js";export{CancelError,CancelablePromise}from"./generated/core/CancelablePromise.js";export{OpenAPI}from"./generated/core/OpenAPI.js";export{ActiveDelegatorDetails}from"./generated/models/ActiveDelegatorDetails.js";export{ActiveValidatorDetails}from"./generated/models/ActiveValidatorDetails.js";export{ApiFeature}from"./generated/models/ApiFeature.js";export{BlockchainId}from"./generated/models/BlockchainId.js";export{BlockchainIds}from"./generated/models/BlockchainIds.js";export{CChainExportTransaction}from"./generated/models/CChainExportTransaction.js";export{CChainImportTransaction}from"./generated/models/CChainImportTransaction.js";export{ChainStatus}from"./generated/models/ChainStatus.js";export{CompletedDelegatorDetails}from"./generated/models/CompletedDelegatorDetails.js";export{CompletedValidatorDetails}from"./generated/models/CompletedValidatorDetails.js";export{ContractSubmissionErc1155}from"./generated/models/ContractSubmissionErc1155.js";export{ContractSubmissionErc20}from"./generated/models/ContractSubmissionErc20.js";export{ContractSubmissionErc721}from"./generated/models/ContractSubmissionErc721.js";export{ContractSubmissionUnknown}from"./generated/models/ContractSubmissionUnknown.js";export{CurrencyCode}from"./generated/models/CurrencyCode.js";export{DelegationStatusType}from"./generated/models/DelegationStatusType.js";export{DeliveredSourceNotIndexedTeleporterMessage}from"./generated/models/DeliveredSourceNotIndexedTeleporterMessage.js";export{DeliveredTeleporterMessage}from"./generated/models/DeliveredTeleporterMessage.js";export{Erc1155Contract}from"./generated/models/Erc1155Contract.js";export{Erc1155Token}from"./generated/models/Erc1155Token.js";export{Erc1155TokenBalance}from"./generated/models/Erc1155TokenBalance.js";export{Erc20Contract}from"./generated/models/Erc20Contract.js";export{Erc20Token}from"./generated/models/Erc20Token.js";export{Erc20TokenBalance}from"./generated/models/Erc20TokenBalance.js";export{Erc721Contract}from"./generated/models/Erc721Contract.js";export{Erc721Token}from"./generated/models/Erc721Token.js";export{Erc721TokenBalance}from"./generated/models/Erc721TokenBalance.js";export{EventType}from"./generated/models/EventType.js";export{EVMOperationType}from"./generated/models/EVMOperationType.js";export{InternalTransactionOpCall}from"./generated/models/InternalTransactionOpCall.js";export{Network}from"./generated/models/Network.js";export{NftTokenMetadataStatus}from"./generated/models/NftTokenMetadataStatus.js";export{OperationStatus}from"./generated/models/OperationStatus.js";export{OperationStatusCode}from"./generated/models/OperationStatusCode.js";export{OperationType}from"./generated/models/OperationType.js";export{PChainId}from"./generated/models/PChainId.js";export{PChainTransactionType}from"./generated/models/PChainTransactionType.js";export{PendingDelegatorDetails}from"./generated/models/PendingDelegatorDetails.js";export{PendingTeleporterMessage}from"./generated/models/PendingTeleporterMessage.js";export{PendingValidatorDetails}from"./generated/models/PendingValidatorDetails.js";export{PrimaryNetworkAssetCap}from"./generated/models/PrimaryNetworkAssetCap.js";export{PrimaryNetworkAssetType}from"./generated/models/PrimaryNetworkAssetType.js";export{PrimaryNetworkChainName}from"./generated/models/PrimaryNetworkChainName.js";export{PrimaryNetworkOperationType}from"./generated/models/PrimaryNetworkOperationType.js";export{PrimaryNetworkTxType}from"./generated/models/PrimaryNetworkTxType.js";export{RemovedValidatorDetails}from"./generated/models/RemovedValidatorDetails.js";export{RequestType}from"./generated/models/RequestType.js";export{ResourceLinkType}from"./generated/models/ResourceLinkType.js";export{RewardType}from"./generated/models/RewardType.js";export{RpcUsageMetricsValueAggregated}from"./generated/models/RpcUsageMetricsValueAggregated.js";export{SortByOption}from"./generated/models/SortByOption.js";export{SortOrder}from"./generated/models/SortOrder.js";export{TeleporterRewardDetails}from"./generated/models/TeleporterRewardDetails.js";export{TimeIntervalGranularityExtended}from"./generated/models/TimeIntervalGranularityExtended.js";export{TransactionDirectionType}from"./generated/models/TransactionDirectionType.js";export{TransactionMethodType}from"./generated/models/TransactionMethodType.js";export{TransactionStatus}from"./generated/models/TransactionStatus.js";export{UnknownContract}from"./generated/models/UnknownContract.js";export{UsageMetricsGroupByEnum}from"./generated/models/UsageMetricsGroupByEnum.js";export{UsageMetricsValueDTO}from"./generated/models/UsageMetricsValueDTO.js";export{UtxoType}from"./generated/models/UtxoType.js";export{ValidationStatusType}from"./generated/models/ValidationStatusType.js";export{VmName}from"./generated/models/VmName.js";export{WebhookStatus}from"./generated/models/WebhookStatus.js";export{WebhookStatusType}from"./generated/models/WebhookStatusType.js";export{XChainId}from"./generated/models/XChainId.js";export{XChainLinearTransaction}from"./generated/models/XChainLinearTransaction.js";export{XChainNonLinearTransaction}from"./generated/models/XChainNonLinearTransaction.js";export{XChainTransactionType}from"./generated/models/XChainTransactionType.js";export{DataApiUsageMetricsService}from"./generated/services/DataApiUsageMetricsService.js";export{DefaultService}from"./generated/services/DefaultService.js";export{EvmBalancesService}from"./generated/services/EvmBalancesService.js";export{EvmBlocksService}from"./generated/services/EvmBlocksService.js";export{EvmChainsService}from"./generated/services/EvmChainsService.js";export{EvmContractsService}from"./generated/services/EvmContractsService.js";export{EvmTransactionsService}from"./generated/services/EvmTransactionsService.js";export{HealthCheckService}from"./generated/services/HealthCheckService.js";export{NfTsService}from"./generated/services/NfTsService.js";export{OperationsService}from"./generated/services/OperationsService.js";export{PrimaryNetworkService}from"./generated/services/PrimaryNetworkService.js";export{PrimaryNetworkBalancesService}from"./generated/services/PrimaryNetworkBalancesService.js";export{PrimaryNetworkBlocksService}from"./generated/services/PrimaryNetworkBlocksService.js";export{PrimaryNetworkRewardsService}from"./generated/services/PrimaryNetworkRewardsService.js";export{PrimaryNetworkTransactionsService}from"./generated/services/PrimaryNetworkTransactionsService.js";export{PrimaryNetworkUtxOsService}from"./generated/services/PrimaryNetworkUtxOsService.js";export{PrimaryNetworkVerticesService}from"./generated/services/PrimaryNetworkVerticesService.js";export{RpcService}from"./generated/services/RpcService.js";export{SignatureAggregatorService}from"./generated/services/SignatureAggregatorService.js";export{TeleporterService}from"./generated/services/TeleporterService.js";export{WebhooksService}from"./generated/services/WebhooksService.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/glacier-sdk",
3
- "version": "3.1.0-canary.db2e90e.0+db2e90e",
3
+ "version": "3.1.0-canary.ddda6be.0+ddda6be",
4
4
  "description": "sdk for interacting with glacier-api",
5
5
  "author": "Oliver Wang <oliver.wang@avalabs.org>",
6
6
  "homepage": "https://github.com/ava-labs/avalanche-sdks#readme",
@@ -29,5 +29,5 @@
29
29
  "bugs": {
30
30
  "url": "https://github.com/ava-labs/avalanche-sdks/issues"
31
31
  },
32
- "gitHead": "db2e90e04ad730eb08d19285640315e865c77c3a"
32
+ "gitHead": "ddda6bee5db06b376d5d5d1100eedcbb61f63e7e"
33
33
  }
@@ -1,6 +0,0 @@
1
- declare enum GlacierApiFeature {
2
- NFT_INDEXING = "nftIndexing",
3
- WEBHOOKS = "webhooks"
4
- }
5
-
6
- export { GlacierApiFeature };
@@ -1 +0,0 @@
1
- var e=(e=>(e.NFT_INDEXING="nftIndexing",e.WEBHOOKS="webhooks",e))(e||{});export{e as GlacierApiFeature};
@@ -1,6 +0,0 @@
1
- declare enum NetworkType {
2
- MAINNET = "mainnet",
3
- TESTNET = "testnet"
4
- }
5
-
6
- export { NetworkType };
@@ -1 +0,0 @@
1
- var t=(t=>(t.MAINNET="mainnet",t.TESTNET="testnet",t))(t||{});export{t as NetworkType};
@@ -1,6 +0,0 @@
1
- declare enum PrimaryNetwork {
2
- MAINNET = "mainnet",
3
- FUJI = "fuji"
4
- }
5
-
6
- export { PrimaryNetwork };
@@ -1 +0,0 @@
1
- var a=(a=>(a.MAINNET="mainnet",a.FUJI="fuji",a))(a||{});export{a as PrimaryNetwork};