@avalabs/glacier-sdk 3.1.0-canary.31aa480.0 → 3.1.0-canary.32cfb03.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.
- package/dist/index.d.ts +1198 -188
- package/dist/index.js +1 -1
- package/esm/generated/Glacier.d.ts +4 -2
- package/esm/generated/Glacier.js +1 -1
- package/esm/generated/models/AccessListData.d.ts +12 -0
- package/esm/generated/models/AccessRequest.d.ts +12 -0
- package/esm/generated/models/ActiveValidatorDetails.d.ts +21 -0
- package/esm/generated/models/CommonBalanceType.d.ts +17 -0
- package/esm/generated/models/CommonBalanceType.js +1 -0
- package/esm/generated/models/CompletedDelegatorDetails.d.ts +6 -0
- package/esm/generated/models/CompletedValidatorDetails.d.ts +3 -0
- package/esm/generated/models/DeliveredIcmMessage.d.ts +31 -0
- package/esm/generated/models/DeliveredIcmMessage.js +1 -0
- package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.d.ts +29 -0
- package/esm/generated/models/DeliveredSourceNotIndexedIcmMessage.js +1 -0
- package/esm/generated/models/ERCToken.d.ts +24 -0
- package/esm/generated/models/ERCTransfer.d.ts +50 -0
- package/esm/generated/models/{CreateWebhookRequest.d.ts → EVMAddressActivityRequest.d.ts} +11 -5
- package/esm/generated/models/EVMAddressActivityRequest.js +1 -0
- package/esm/generated/models/{WebhookResponse.d.ts → EVMAddressActivityResponse.d.ts} +8 -8
- package/esm/generated/models/Erc20TokenBalance.d.ts +3 -3
- package/esm/generated/models/EventType.d.ts +3 -1
- package/esm/generated/models/EventType.js +1 -1
- package/esm/generated/models/HealthCheckResultDto.d.ts +17 -0
- package/esm/generated/models/HealthCheckResultDto.js +1 -0
- package/esm/generated/models/HealthIndicatorResultDto.d.ts +17 -0
- package/esm/generated/models/HealthIndicatorResultDto.js +1 -0
- package/esm/generated/models/IcmDestinationTransaction.d.ts +9 -0
- package/esm/generated/models/IcmReceipt.d.ts +6 -0
- package/esm/generated/models/IcmRewardDetails.d.ts +37 -0
- package/esm/generated/models/IcmRewardDetails.js +1 -0
- package/esm/generated/models/IcmSourceTransaction.d.ts +7 -0
- package/esm/generated/models/InternalTransaction.d.ts +15 -16
- package/esm/generated/models/L1ValidatorDetailsFull.d.ts +4 -0
- package/esm/generated/models/L1ValidatorDetailsTransaction.d.ts +5 -1
- package/esm/generated/models/ListIcmMessagesResponse.d.ts +12 -0
- package/esm/generated/models/ListWebhooksResponse.d.ts +3 -2
- package/esm/generated/models/Log.d.ts +40 -0
- package/esm/generated/models/Network.d.ts +1 -2
- package/esm/generated/models/Network.js +1 -1
- package/esm/generated/models/NetworkTokenInfo.d.ts +20 -0
- package/esm/generated/models/NotificationsResponse.d.ts +5 -0
- package/esm/generated/models/OperationStatusResponse.d.ts +1 -1
- package/esm/generated/models/PChainTransaction.d.ts +20 -8
- package/esm/generated/models/PChainUtxo.d.ts +27 -0
- package/esm/generated/models/PendingDelegatorDetails.d.ts +6 -0
- package/esm/generated/models/PendingIcmMessage.d.ts +29 -0
- package/esm/generated/models/PendingIcmMessage.js +1 -0
- package/esm/generated/models/PendingValidatorDetails.d.ts +3 -0
- package/esm/generated/models/PlatformActivityKeyType.d.ts +10 -0
- package/esm/generated/models/PlatformActivityKeyType.js +1 -0
- package/esm/generated/models/PlatformActivityMetadata.d.ts +37 -0
- package/esm/generated/models/PlatformActivityRequest.d.ts +31 -0
- package/esm/generated/models/PlatformActivityRequest.js +1 -0
- package/esm/generated/models/PlatformActivityResponse.d.ts +17 -0
- package/esm/generated/models/PlatformActivitySubEvents.d.ts +11 -0
- package/esm/generated/models/PlatformAddressActivitySubEventType.d.ts +10 -0
- package/esm/generated/models/PlatformAddressActivitySubEventType.js +1 -0
- package/esm/generated/models/PlatformBalanceThresholdFilter.d.ts +11 -0
- package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.d.ts +1 -0
- package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js +1 -1
- package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.d.ts +8 -0
- package/esm/generated/models/PrimaryNetworkRpcTimeIntervalGranularity.js +1 -0
- package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.d.ts +27 -0
- package/esm/generated/models/PrimaryNetworkRpcUsageMetricsResponseDTO.js +1 -0
- package/esm/generated/models/PrimaryNetworkType.d.ts +6 -0
- package/esm/generated/models/PrimaryNetworkType.js +1 -0
- package/esm/generated/models/RemovedValidatorDetails.d.ts +9 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +4 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -1
- package/esm/generated/models/StakingDistribution.d.ts +9 -0
- package/esm/generated/models/Subnet.d.ts +6 -2
- package/esm/generated/models/SubscribeRequest.d.ts +16 -0
- package/esm/generated/models/SubscriptionsRequest.d.ts +8 -0
- package/esm/generated/models/SubscriptionsResponse.d.ts +14 -0
- package/esm/generated/models/Transaction.d.ts +121 -0
- package/esm/generated/models/TransactionEvent.d.ts +15 -0
- package/esm/generated/models/UnsubscribeRequest.d.ts +12 -0
- package/esm/generated/models/UtxoType.d.ts +3 -0
- package/esm/generated/models/ValidatorsDetails.d.ts +6 -0
- package/esm/generated/models/WebhookAddressActivityResponse.d.ts +30 -0
- package/esm/generated/models/WebhookAddressActivityResponse.js +1 -0
- package/esm/generated/services/DataApiUsageMetricsService.d.ts +55 -6
- package/esm/generated/services/DataApiUsageMetricsService.js +1 -1
- package/esm/generated/services/EvmBalancesService.d.ts +4 -4
- package/esm/generated/services/EvmBlocksService.d.ts +21 -0
- package/esm/generated/services/EvmBlocksService.js +1 -1
- package/esm/generated/services/EvmChainsService.d.ts +23 -5
- package/esm/generated/services/EvmChainsService.js +1 -1
- package/esm/generated/services/EvmTransactionsService.d.ts +25 -0
- package/esm/generated/services/EvmTransactionsService.js +1 -1
- package/esm/generated/services/HealthCheckService.d.ts +4 -7
- package/esm/generated/services/HealthCheckService.js +1 -1
- package/esm/generated/services/InterchainMessagingService.d.ts +90 -0
- package/esm/generated/services/InterchainMessagingService.js +1 -0
- package/esm/generated/services/NotificationsService.d.ts +51 -0
- package/esm/generated/services/NotificationsService.js +1 -0
- package/esm/generated/services/PrimaryNetworkService.d.ts +17 -0
- package/esm/generated/services/PrimaryNetworkService.js +1 -1
- package/esm/generated/services/SignatureAggregatorService.d.ts +22 -1
- package/esm/generated/services/SignatureAggregatorService.js +1 -1
- package/esm/generated/services/TeleporterService.d.ts +12 -6
- package/esm/generated/services/WebhooksService.d.ts +26 -24
- package/esm/generated/services/WebhooksService.js +1 -1
- package/esm/index.d.ts +39 -4
- package/esm/index.js +1 -1
- package/package.json +2 -2
- package/esm/generated/models/BlockchainInfo.d.ts +0 -5
- package/esm/generated/services/MultiChainService.d.ts +0 -70
- package/esm/generated/services/MultiChainService.js +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -151,11 +151,11 @@ type LogsResponseDTO = {
|
|
|
151
151
|
declare enum Network {
|
|
152
152
|
MAINNET = "mainnet",
|
|
153
153
|
FUJI = "fuji",
|
|
154
|
-
TESTNET = "testnet"
|
|
155
|
-
DEVNET = "devnet"
|
|
154
|
+
TESTNET = "testnet"
|
|
156
155
|
}
|
|
157
156
|
|
|
158
157
|
declare enum PrimaryNetworkRpcMetricsGroupByEnum {
|
|
158
|
+
RPC_METHOD = "rpcMethod",
|
|
159
159
|
REQUEST_PATH = "requestPath",
|
|
160
160
|
RESPONSE_CODE = "responseCode",
|
|
161
161
|
COUNTRY = "country",
|
|
@@ -163,13 +163,7 @@ declare enum PrimaryNetworkRpcMetricsGroupByEnum {
|
|
|
163
163
|
USER_AGENT = "userAgent"
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
declare enum
|
|
167
|
-
RPC_METHOD = "rpcMethod",
|
|
168
|
-
RESPONSE_CODE = "responseCode",
|
|
169
|
-
RL_BYPASS_TOKEN = "rlBypassToken"
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
declare enum SubnetRpcTimeIntervalGranularity {
|
|
166
|
+
declare enum PrimaryNetworkRpcTimeIntervalGranularity {
|
|
173
167
|
HOURLY = "hourly",
|
|
174
168
|
DAILY = "daily",
|
|
175
169
|
WEEKLY = "weekly",
|
|
@@ -222,6 +216,10 @@ declare namespace RpcUsageMetricsValueAggregated {
|
|
|
222
216
|
RPC_METHOD = "rpcMethod",
|
|
223
217
|
RESPONSE_CODE = "responseCode",
|
|
224
218
|
RL_BYPASS_TOKEN = "rlBypassToken",
|
|
219
|
+
REQUEST_PATH = "requestPath",
|
|
220
|
+
COUNTRY = "country",
|
|
221
|
+
CONTINENT = "continent",
|
|
222
|
+
USER_AGENT = "userAgent",
|
|
225
223
|
NONE = "None"
|
|
226
224
|
}
|
|
227
225
|
}
|
|
@@ -237,6 +235,43 @@ type RpcMetrics = {
|
|
|
237
235
|
values: Array<RpcUsageMetricsValueAggregated>;
|
|
238
236
|
};
|
|
239
237
|
|
|
238
|
+
type PrimaryNetworkRpcUsageMetricsResponseDTO = {
|
|
239
|
+
/**
|
|
240
|
+
* Duration in which the metrics value is aggregated
|
|
241
|
+
*/
|
|
242
|
+
aggregateDuration: string;
|
|
243
|
+
/**
|
|
244
|
+
* Metrics values
|
|
245
|
+
*/
|
|
246
|
+
metrics: Array<RpcMetrics>;
|
|
247
|
+
/**
|
|
248
|
+
* Network type for which the metrics are aggregated
|
|
249
|
+
*/
|
|
250
|
+
network: PrimaryNetworkRpcUsageMetricsResponseDTO.network;
|
|
251
|
+
};
|
|
252
|
+
declare namespace PrimaryNetworkRpcUsageMetricsResponseDTO {
|
|
253
|
+
/**
|
|
254
|
+
* Network type for which the metrics are aggregated
|
|
255
|
+
*/
|
|
256
|
+
enum network {
|
|
257
|
+
MAINNET = "mainnet",
|
|
258
|
+
TESTNET = "testnet"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
declare enum RpcUsageMetricsGroupByEnum {
|
|
263
|
+
RPC_METHOD = "rpcMethod",
|
|
264
|
+
RESPONSE_CODE = "responseCode",
|
|
265
|
+
RL_BYPASS_TOKEN = "rlBypassToken"
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
declare enum SubnetRpcTimeIntervalGranularity {
|
|
269
|
+
HOURLY = "hourly",
|
|
270
|
+
DAILY = "daily",
|
|
271
|
+
WEEKLY = "weekly",
|
|
272
|
+
MONTHLY = "monthly"
|
|
273
|
+
}
|
|
274
|
+
|
|
240
275
|
type SubnetRpcUsageMetricsResponseDTO = {
|
|
241
276
|
/**
|
|
242
277
|
* Duration in which the metrics value is aggregated
|
|
@@ -451,6 +486,49 @@ declare class DataApiUsageMetricsService {
|
|
|
451
486
|
* @returns SubnetRpcUsageMetricsResponseDTO Successful response
|
|
452
487
|
* @throws ApiError
|
|
453
488
|
*/
|
|
489
|
+
getSubnetRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
|
|
490
|
+
/**
|
|
491
|
+
* Time interval granularity for data aggregation for subnet
|
|
492
|
+
* rpc metrics
|
|
493
|
+
*/
|
|
494
|
+
timeInterval?: SubnetRpcTimeIntervalGranularity;
|
|
495
|
+
/**
|
|
496
|
+
* The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
|
|
497
|
+
*/
|
|
498
|
+
startTimestamp?: number;
|
|
499
|
+
/**
|
|
500
|
+
* The end time of the range as a UNIX timestamp. The requested end time will be rounded down to 0:00 UTC of the day.
|
|
501
|
+
*/
|
|
502
|
+
endTimestamp?: number;
|
|
503
|
+
/**
|
|
504
|
+
* Query param for the criterion used for grouping metrics
|
|
505
|
+
*/
|
|
506
|
+
groupBy?: RpcUsageMetricsGroupByEnum;
|
|
507
|
+
/**
|
|
508
|
+
* Filter data by chain ID.
|
|
509
|
+
*/
|
|
510
|
+
chainId?: string;
|
|
511
|
+
/**
|
|
512
|
+
* Filter data by response status code.
|
|
513
|
+
*/
|
|
514
|
+
responseCode?: string;
|
|
515
|
+
/**
|
|
516
|
+
* Filter data by RPC method.
|
|
517
|
+
*/
|
|
518
|
+
rpcMethod?: string;
|
|
519
|
+
/**
|
|
520
|
+
* Filter data by Rl Bypass API Token.
|
|
521
|
+
*/
|
|
522
|
+
rlBypassApiToken?: string;
|
|
523
|
+
}): CancelablePromise<SubnetRpcUsageMetricsResponseDTO>;
|
|
524
|
+
/**
|
|
525
|
+
* @deprecated
|
|
526
|
+
* **[Deprecated]** Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
|
|
527
|
+
*
|
|
528
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**.
|
|
529
|
+
* @returns SubnetRpcUsageMetricsResponseDTO Successful response
|
|
530
|
+
* @throws ApiError
|
|
531
|
+
*/
|
|
454
532
|
getRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
|
|
455
533
|
/**
|
|
456
534
|
* Time interval granularity for data aggregation for subnet
|
|
@@ -489,10 +567,10 @@ declare class DataApiUsageMetricsService {
|
|
|
489
567
|
/**
|
|
490
568
|
* Get usage metrics for the Primary Network RPC
|
|
491
569
|
* Gets metrics for public Primary Network RPC usage over a specified time interval aggregated at the specified time-duration granularity.
|
|
492
|
-
* @returns
|
|
570
|
+
* @returns PrimaryNetworkRpcUsageMetricsResponseDTO Successful response
|
|
493
571
|
* @throws ApiError
|
|
494
572
|
*/
|
|
495
|
-
getPrimaryNetworkRpcUsageMetrics({ network, timeInterval, startTimestamp, endTimestamp, groupBy, responseCode, requestPath, country, continent, userAgent, }: {
|
|
573
|
+
getPrimaryNetworkRpcUsageMetrics({ network, timeInterval, startTimestamp, endTimestamp, groupBy, responseCode, requestPath, country, continent, userAgent, rpcMethod, }: {
|
|
496
574
|
/**
|
|
497
575
|
* Either mainnet or testnet/fuji.
|
|
498
576
|
*/
|
|
@@ -501,7 +579,7 @@ declare class DataApiUsageMetricsService {
|
|
|
501
579
|
* Time interval granularity for data aggregation for subnet
|
|
502
580
|
* rpc metrics
|
|
503
581
|
*/
|
|
504
|
-
timeInterval?:
|
|
582
|
+
timeInterval?: PrimaryNetworkRpcTimeIntervalGranularity;
|
|
505
583
|
/**
|
|
506
584
|
* The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
|
|
507
585
|
*/
|
|
@@ -523,18 +601,22 @@ declare class DataApiUsageMetricsService {
|
|
|
523
601
|
*/
|
|
524
602
|
requestPath?: string;
|
|
525
603
|
/**
|
|
526
|
-
* Filter data by Country.
|
|
604
|
+
* Filter data by Country. Input must be a valid ISO 3166-1 alpha-2 country code. "XX" - Represents clients without country code data. "T1" - Represents clients using the Tor network.
|
|
527
605
|
*/
|
|
528
606
|
country?: string;
|
|
529
607
|
/**
|
|
530
|
-
* Filter data by Continent.
|
|
608
|
+
* Filter data by Continent. Input must be a valid ISO 3166-1 alpha-2 continent code.
|
|
531
609
|
*/
|
|
532
610
|
continent?: string;
|
|
533
611
|
/**
|
|
534
612
|
* Filter data by User Agent.
|
|
535
613
|
*/
|
|
536
614
|
userAgent?: string;
|
|
537
|
-
|
|
615
|
+
/**
|
|
616
|
+
* Filter data by RPC method.
|
|
617
|
+
*/
|
|
618
|
+
rpcMethod?: string;
|
|
619
|
+
}): CancelablePromise<PrimaryNetworkRpcUsageMetricsResponseDTO>;
|
|
538
620
|
}
|
|
539
621
|
|
|
540
622
|
declare class DefaultService {
|
|
@@ -782,16 +864,16 @@ type Erc20TokenBalance = {
|
|
|
782
864
|
*/
|
|
783
865
|
balanceValue?: Money;
|
|
784
866
|
/**
|
|
785
|
-
* Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious'
|
|
867
|
+
* Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
|
|
786
868
|
*/
|
|
787
|
-
tokenReputation: Erc20TokenBalance.tokenReputation
|
|
869
|
+
tokenReputation: Erc20TokenBalance.tokenReputation;
|
|
788
870
|
};
|
|
789
871
|
declare namespace Erc20TokenBalance {
|
|
790
872
|
enum ercType {
|
|
791
873
|
ERC_20 = "ERC-20"
|
|
792
874
|
}
|
|
793
875
|
/**
|
|
794
|
-
* Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious'
|
|
876
|
+
* Indicates the reputation of the token based on a security analysis. 'Benign' suggests the token is likely safe, while 'Malicious' indicates potential security risks. This field is nullable and is only populated for tokens on the C-Chain. Possible values are 'Benign', 'Malicious', or null if the reputation is unknown.
|
|
795
877
|
*/
|
|
796
878
|
enum tokenReputation {
|
|
797
879
|
MALICIOUS = "Malicious",
|
|
@@ -886,7 +968,7 @@ declare class EvmBalancesService {
|
|
|
886
968
|
*/
|
|
887
969
|
pageToken?: string;
|
|
888
970
|
/**
|
|
889
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is
|
|
971
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
|
|
890
972
|
*/
|
|
891
973
|
pageSize?: number;
|
|
892
974
|
/**
|
|
@@ -924,7 +1006,7 @@ declare class EvmBalancesService {
|
|
|
924
1006
|
*/
|
|
925
1007
|
pageToken?: string;
|
|
926
1008
|
/**
|
|
927
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is
|
|
1009
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
|
|
928
1010
|
*/
|
|
929
1011
|
pageSize?: number;
|
|
930
1012
|
/**
|
|
@@ -960,7 +1042,7 @@ declare class EvmBalancesService {
|
|
|
960
1042
|
*/
|
|
961
1043
|
pageToken?: string;
|
|
962
1044
|
/**
|
|
963
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is
|
|
1045
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
|
|
964
1046
|
*/
|
|
965
1047
|
pageSize?: number;
|
|
966
1048
|
/**
|
|
@@ -990,7 +1072,7 @@ declare class EvmBalancesService {
|
|
|
990
1072
|
*/
|
|
991
1073
|
pageToken?: string;
|
|
992
1074
|
/**
|
|
993
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is
|
|
1075
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 500.
|
|
994
1076
|
*/
|
|
995
1077
|
pageSize?: number;
|
|
996
1078
|
/**
|
|
@@ -1107,6 +1189,26 @@ type ListEvmBlocksResponse = {
|
|
|
1107
1189
|
declare class EvmBlocksService {
|
|
1108
1190
|
readonly httpRequest: BaseHttpRequest;
|
|
1109
1191
|
constructor(httpRequest: BaseHttpRequest);
|
|
1192
|
+
/**
|
|
1193
|
+
* List latest blocks across all supported EVM chains
|
|
1194
|
+
* Lists the most recent blocks from all supported EVM-compatible chains. The results can be filtered by network.
|
|
1195
|
+
* @returns ListEvmBlocksResponse Successful response
|
|
1196
|
+
* @throws ApiError
|
|
1197
|
+
*/
|
|
1198
|
+
listLatestBlocksAllChains({ pageToken, pageSize, network, }: {
|
|
1199
|
+
/**
|
|
1200
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1201
|
+
*/
|
|
1202
|
+
pageToken?: string;
|
|
1203
|
+
/**
|
|
1204
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1205
|
+
*/
|
|
1206
|
+
pageSize?: number;
|
|
1207
|
+
/**
|
|
1208
|
+
* Either mainnet or testnet/fuji.
|
|
1209
|
+
*/
|
|
1210
|
+
network?: Network;
|
|
1211
|
+
}): CancelablePromise<ListEvmBlocksResponse>;
|
|
1110
1212
|
/**
|
|
1111
1213
|
* List latest blocks
|
|
1112
1214
|
* Lists the latest indexed blocks on the EVM-compatible chain sorted in descending order by block timestamp.
|
|
@@ -1353,9 +1455,21 @@ declare enum TransactionStatus {
|
|
|
1353
1455
|
declare class EvmChainsService {
|
|
1354
1456
|
readonly httpRequest: BaseHttpRequest;
|
|
1355
1457
|
constructor(httpRequest: BaseHttpRequest);
|
|
1458
|
+
/**
|
|
1459
|
+
* List all chains associated with a given address
|
|
1460
|
+
* Lists the chains where the specified address has participated in transactions or ERC token transfers, either as a sender or receiver. The data is refreshed every 15 minutes.
|
|
1461
|
+
* @returns ListAddressChainsResponse Successful response
|
|
1462
|
+
* @throws ApiError
|
|
1463
|
+
*/
|
|
1464
|
+
listAddressChains({ address, }: {
|
|
1465
|
+
/**
|
|
1466
|
+
* A wallet address.
|
|
1467
|
+
*/
|
|
1468
|
+
address: string;
|
|
1469
|
+
}): CancelablePromise<ListAddressChainsResponse>;
|
|
1356
1470
|
/**
|
|
1357
1471
|
* List chains
|
|
1358
|
-
* Lists the supported EVM-compatible chains. Filterable by network.
|
|
1472
|
+
* Lists the AvaCloud supported EVM-compatible chains. Filterable by network.
|
|
1359
1473
|
* @returns ListChainsResponse Successful response
|
|
1360
1474
|
* @throws ApiError
|
|
1361
1475
|
*/
|
|
@@ -1371,7 +1485,7 @@ declare class EvmChainsService {
|
|
|
1371
1485
|
}): CancelablePromise<ListChainsResponse>;
|
|
1372
1486
|
/**
|
|
1373
1487
|
* Get chain information
|
|
1374
|
-
* Gets chain information for the EVM-compatible chain if supported by
|
|
1488
|
+
* Gets chain information for the EVM-compatible chain if supported by AvaCloud.
|
|
1375
1489
|
* @returns GetChainResponse Successful response
|
|
1376
1490
|
* @throws ApiError
|
|
1377
1491
|
*/
|
|
@@ -1383,7 +1497,9 @@ declare class EvmChainsService {
|
|
|
1383
1497
|
}): CancelablePromise<GetChainResponse>;
|
|
1384
1498
|
/**
|
|
1385
1499
|
* @deprecated
|
|
1386
|
-
* Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
|
|
1500
|
+
* **[Deprecated]** Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
|
|
1501
|
+
*
|
|
1502
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/address/:address/chains endpoint instead** .
|
|
1387
1503
|
* @returns ListAddressChainsResponse Successful response
|
|
1388
1504
|
* @throws ApiError
|
|
1389
1505
|
*/
|
|
@@ -1395,7 +1511,9 @@ declare class EvmChainsService {
|
|
|
1395
1511
|
}): CancelablePromise<ListAddressChainsResponse>;
|
|
1396
1512
|
/**
|
|
1397
1513
|
* @deprecated
|
|
1398
|
-
* Lists the latest transactions for all supported EVM chains. Filterable by status.
|
|
1514
|
+
* **[Deprecated]** Lists the latest transactions for all supported EVM chains. Filterable by status.
|
|
1515
|
+
*
|
|
1516
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/transactions endpoint instead** .
|
|
1399
1517
|
* @returns ListNativeTransactionsResponse Successful response
|
|
1400
1518
|
* @throws ApiError
|
|
1401
1519
|
*/
|
|
@@ -1419,7 +1537,9 @@ declare class EvmChainsService {
|
|
|
1419
1537
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
1420
1538
|
/**
|
|
1421
1539
|
* @deprecated
|
|
1422
|
-
* Lists the latest blocks for all supported EVM chains. Filterable by network.
|
|
1540
|
+
* **[Deprecated]** Lists the latest blocks for all supported EVM chains. Filterable by network.
|
|
1541
|
+
*
|
|
1542
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/blocks endpoint instead** .
|
|
1423
1543
|
* @returns ListEvmBlocksResponse Successful response
|
|
1424
1544
|
* @throws ApiError
|
|
1425
1545
|
*/
|
|
@@ -2100,31 +2220,33 @@ type ListErc721TransactionsResponse = {
|
|
|
2100
2220
|
|
|
2101
2221
|
type InternalTransaction = {
|
|
2102
2222
|
/**
|
|
2103
|
-
*
|
|
2223
|
+
* Sender address
|
|
2104
2224
|
*/
|
|
2105
|
-
|
|
2225
|
+
from: string;
|
|
2106
2226
|
/**
|
|
2107
|
-
*
|
|
2227
|
+
* Recipient address
|
|
2108
2228
|
*/
|
|
2109
|
-
|
|
2229
|
+
to: string;
|
|
2110
2230
|
/**
|
|
2111
|
-
*
|
|
2231
|
+
* Internal transaction type
|
|
2112
2232
|
*/
|
|
2113
|
-
|
|
2233
|
+
internalTxType: string;
|
|
2114
2234
|
/**
|
|
2115
|
-
*
|
|
2235
|
+
* Value transferred
|
|
2116
2236
|
*/
|
|
2117
|
-
txHash: string;
|
|
2118
|
-
from: RichAddress;
|
|
2119
|
-
to: RichAddress;
|
|
2120
|
-
internalTxType: InternalTransactionOpCall;
|
|
2121
2237
|
value: string;
|
|
2122
2238
|
/**
|
|
2123
|
-
*
|
|
2239
|
+
* Gas used
|
|
2124
2240
|
*/
|
|
2125
|
-
isReverted: boolean;
|
|
2126
2241
|
gasUsed: string;
|
|
2242
|
+
/**
|
|
2243
|
+
* Gas limit
|
|
2244
|
+
*/
|
|
2127
2245
|
gasLimit: string;
|
|
2246
|
+
/**
|
|
2247
|
+
* Transaction hash
|
|
2248
|
+
*/
|
|
2249
|
+
transactionHash: string;
|
|
2128
2250
|
};
|
|
2129
2251
|
|
|
2130
2252
|
type ListInternalTransactionsResponse = {
|
|
@@ -2182,6 +2304,30 @@ declare enum SortOrder {
|
|
|
2182
2304
|
declare class EvmTransactionsService {
|
|
2183
2305
|
readonly httpRequest: BaseHttpRequest;
|
|
2184
2306
|
constructor(httpRequest: BaseHttpRequest);
|
|
2307
|
+
/**
|
|
2308
|
+
* List the latest transactions across all supported EVM chains
|
|
2309
|
+
* Lists the most recent transactions from all supported EVM-compatible chains. The results can be filtered based on transaction status.
|
|
2310
|
+
* @returns ListNativeTransactionsResponse Successful response
|
|
2311
|
+
* @throws ApiError
|
|
2312
|
+
*/
|
|
2313
|
+
listLatestTransactionsAllChains({ pageToken, pageSize, network, status, }: {
|
|
2314
|
+
/**
|
|
2315
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2316
|
+
*/
|
|
2317
|
+
pageToken?: string;
|
|
2318
|
+
/**
|
|
2319
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2320
|
+
*/
|
|
2321
|
+
pageSize?: number;
|
|
2322
|
+
/**
|
|
2323
|
+
* Either mainnet or testnet/fuji.
|
|
2324
|
+
*/
|
|
2325
|
+
network?: Network;
|
|
2326
|
+
/**
|
|
2327
|
+
* A status filter for listed transactions.
|
|
2328
|
+
*/
|
|
2329
|
+
status?: TransactionStatus;
|
|
2330
|
+
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2185
2331
|
/**
|
|
2186
2332
|
* Get deployment transaction
|
|
2187
2333
|
* If the address is a smart contract, returns the transaction in which it was deployed.
|
|
@@ -2524,102 +2670,282 @@ declare class EvmTransactionsService {
|
|
|
2524
2670
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2525
2671
|
}
|
|
2526
2672
|
|
|
2673
|
+
type HealthIndicatorResultDto = {
|
|
2674
|
+
/**
|
|
2675
|
+
* Status of the health indicator.
|
|
2676
|
+
*/
|
|
2677
|
+
status?: HealthIndicatorResultDto.status;
|
|
2678
|
+
};
|
|
2679
|
+
declare namespace HealthIndicatorResultDto {
|
|
2680
|
+
/**
|
|
2681
|
+
* Status of the health indicator.
|
|
2682
|
+
*/
|
|
2683
|
+
enum status {
|
|
2684
|
+
UP = "up",
|
|
2685
|
+
DOWN = "down"
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
|
|
2689
|
+
type HealthCheckResultDto = {
|
|
2690
|
+
status?: HealthCheckResultDto.status;
|
|
2691
|
+
info?: any | null;
|
|
2692
|
+
error?: any | null;
|
|
2693
|
+
details?: Record<string, HealthIndicatorResultDto>;
|
|
2694
|
+
};
|
|
2695
|
+
declare namespace HealthCheckResultDto {
|
|
2696
|
+
enum status {
|
|
2697
|
+
ERROR = "error",
|
|
2698
|
+
OK = "ok",
|
|
2699
|
+
SHUTTING_DOWN = "shutting_down"
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2527
2703
|
declare class HealthCheckService {
|
|
2528
2704
|
readonly httpRequest: BaseHttpRequest;
|
|
2529
2705
|
constructor(httpRequest: BaseHttpRequest);
|
|
2530
2706
|
/**
|
|
2531
2707
|
* Get the health of the service
|
|
2532
|
-
*
|
|
2708
|
+
* Check the health of the service.
|
|
2709
|
+
* @returns HealthCheckResultDto The health of the service
|
|
2533
2710
|
* @throws ApiError
|
|
2534
2711
|
*/
|
|
2535
|
-
dataHealthCheck(): CancelablePromise<
|
|
2536
|
-
status?: string;
|
|
2537
|
-
info?: Record<string, Record<string, string>> | null;
|
|
2538
|
-
error?: Record<string, Record<string, string>> | null;
|
|
2539
|
-
details?: Record<string, Record<string, string>>;
|
|
2540
|
-
}>;
|
|
2712
|
+
dataHealthCheck(): CancelablePromise<HealthCheckResultDto>;
|
|
2541
2713
|
}
|
|
2542
2714
|
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2715
|
+
type IcmDestinationTransaction = {
|
|
2716
|
+
txHash: string;
|
|
2717
|
+
timestamp: number;
|
|
2718
|
+
gasSpent: string;
|
|
2719
|
+
rewardRedeemer: string;
|
|
2720
|
+
delivererAddress: string;
|
|
2721
|
+
};
|
|
2722
|
+
|
|
2723
|
+
type IcmReceipt = {
|
|
2724
|
+
receivedMessageNonce: string;
|
|
2725
|
+
relayerRewardAddress: string;
|
|
2726
|
+
};
|
|
2727
|
+
|
|
2728
|
+
type IcmRewardDetails = {
|
|
2546
2729
|
/**
|
|
2547
|
-
*
|
|
2548
|
-
* Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes.
|
|
2549
|
-
* @returns ListAddressChainsResponse Successful response
|
|
2550
|
-
* @throws ApiError
|
|
2730
|
+
* A wallet or contract address in mixed-case checksum encoding.
|
|
2551
2731
|
*/
|
|
2552
|
-
|
|
2553
|
-
/**
|
|
2554
|
-
* A wallet address.
|
|
2555
|
-
*/
|
|
2556
|
-
address: string;
|
|
2557
|
-
}): CancelablePromise<ListAddressChainsResponse>;
|
|
2732
|
+
address: string;
|
|
2558
2733
|
/**
|
|
2559
|
-
*
|
|
2560
|
-
* Lists the latest transactions for all supported EVM chains. Filterable by status.
|
|
2561
|
-
* @returns ListNativeTransactionsResponse Successful response
|
|
2562
|
-
* @throws ApiError
|
|
2734
|
+
* The contract name.
|
|
2563
2735
|
*/
|
|
2564
|
-
|
|
2565
|
-
/**
|
|
2566
|
-
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2567
|
-
*/
|
|
2568
|
-
pageToken?: string;
|
|
2569
|
-
/**
|
|
2570
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2571
|
-
*/
|
|
2572
|
-
pageSize?: number;
|
|
2573
|
-
/**
|
|
2574
|
-
* Either mainnet or testnet/fuji.
|
|
2575
|
-
*/
|
|
2576
|
-
network?: Network;
|
|
2577
|
-
/**
|
|
2578
|
-
* A status filter for listed transactions.
|
|
2579
|
-
*/
|
|
2580
|
-
status?: TransactionStatus;
|
|
2581
|
-
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2736
|
+
name: string;
|
|
2582
2737
|
/**
|
|
2583
|
-
*
|
|
2584
|
-
* Lists the latest blocks for all supported EVM chains. Filterable by network.
|
|
2585
|
-
* @returns ListEvmBlocksResponse Successful response
|
|
2586
|
-
* @throws ApiError
|
|
2738
|
+
* The contract symbol.
|
|
2587
2739
|
*/
|
|
2588
|
-
|
|
2589
|
-
/**
|
|
2590
|
-
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2591
|
-
*/
|
|
2592
|
-
pageToken?: string;
|
|
2593
|
-
/**
|
|
2594
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2595
|
-
*/
|
|
2596
|
-
pageSize?: number;
|
|
2597
|
-
/**
|
|
2598
|
-
* Either mainnet or testnet/fuji.
|
|
2599
|
-
*/
|
|
2600
|
-
network?: Network;
|
|
2601
|
-
}): CancelablePromise<ListEvmBlocksResponse>;
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
|
-
type ListNftTokens = {
|
|
2740
|
+
symbol: string;
|
|
2605
2741
|
/**
|
|
2606
|
-
*
|
|
2742
|
+
* The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
|
|
2607
2743
|
*/
|
|
2608
|
-
|
|
2609
|
-
tokens: Array<(Erc721Token | Erc1155Token)>;
|
|
2610
|
-
};
|
|
2611
|
-
|
|
2612
|
-
declare class NfTsService {
|
|
2613
|
-
readonly httpRequest: BaseHttpRequest;
|
|
2614
|
-
constructor(httpRequest: BaseHttpRequest);
|
|
2744
|
+
decimals: number;
|
|
2615
2745
|
/**
|
|
2616
|
-
*
|
|
2617
|
-
* Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token.
|
|
2618
|
-
* @returns any Successful response
|
|
2619
|
-
* @throws ApiError
|
|
2746
|
+
* The logo uri for the address.
|
|
2620
2747
|
*/
|
|
2621
|
-
|
|
2622
|
-
|
|
2748
|
+
logoUri?: string;
|
|
2749
|
+
ercType: IcmRewardDetails.ercType;
|
|
2750
|
+
/**
|
|
2751
|
+
* The token price, if available.
|
|
2752
|
+
*/
|
|
2753
|
+
price?: Money;
|
|
2754
|
+
value: string;
|
|
2755
|
+
};
|
|
2756
|
+
declare namespace IcmRewardDetails {
|
|
2757
|
+
enum ercType {
|
|
2758
|
+
ERC_20 = "ERC-20"
|
|
2759
|
+
}
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
type IcmSourceTransaction = {
|
|
2763
|
+
txHash: string;
|
|
2764
|
+
timestamp: number;
|
|
2765
|
+
gasSpent: string;
|
|
2766
|
+
};
|
|
2767
|
+
|
|
2768
|
+
type DeliveredIcmMessage = {
|
|
2769
|
+
messageId: string;
|
|
2770
|
+
icmContractAddress: string;
|
|
2771
|
+
sourceBlockchainId: string;
|
|
2772
|
+
destinationBlockchainId: string;
|
|
2773
|
+
sourceEvmChainId: string;
|
|
2774
|
+
destinationEvmChainId: string;
|
|
2775
|
+
messageNonce: string;
|
|
2776
|
+
from: string;
|
|
2777
|
+
to: string;
|
|
2778
|
+
data?: string;
|
|
2779
|
+
messageExecuted: boolean;
|
|
2780
|
+
receipts: Array<IcmReceipt>;
|
|
2781
|
+
receiptDelivered: boolean;
|
|
2782
|
+
rewardDetails: IcmRewardDetails;
|
|
2783
|
+
sourceTransaction: IcmSourceTransaction;
|
|
2784
|
+
destinationTransaction: IcmDestinationTransaction;
|
|
2785
|
+
status: DeliveredIcmMessage.status;
|
|
2786
|
+
};
|
|
2787
|
+
declare namespace DeliveredIcmMessage {
|
|
2788
|
+
enum status {
|
|
2789
|
+
DELIVERED = "delivered"
|
|
2790
|
+
}
|
|
2791
|
+
}
|
|
2792
|
+
|
|
2793
|
+
type DeliveredSourceNotIndexedIcmMessage = {
|
|
2794
|
+
messageId: string;
|
|
2795
|
+
icmContractAddress: string;
|
|
2796
|
+
sourceBlockchainId: string;
|
|
2797
|
+
destinationBlockchainId: string;
|
|
2798
|
+
sourceEvmChainId: string;
|
|
2799
|
+
destinationEvmChainId: string;
|
|
2800
|
+
messageNonce: string;
|
|
2801
|
+
from: string;
|
|
2802
|
+
to: string;
|
|
2803
|
+
data?: string;
|
|
2804
|
+
messageExecuted: boolean;
|
|
2805
|
+
receipts: Array<IcmReceipt>;
|
|
2806
|
+
receiptDelivered: boolean;
|
|
2807
|
+
rewardDetails: IcmRewardDetails;
|
|
2808
|
+
destinationTransaction: IcmDestinationTransaction;
|
|
2809
|
+
status: DeliveredSourceNotIndexedIcmMessage.status;
|
|
2810
|
+
};
|
|
2811
|
+
declare namespace DeliveredSourceNotIndexedIcmMessage {
|
|
2812
|
+
enum status {
|
|
2813
|
+
DELIVERED_SOURCE_NOT_INDEXED = "delivered_source_not_indexed"
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
type PendingIcmMessage = {
|
|
2818
|
+
messageId: string;
|
|
2819
|
+
icmContractAddress: string;
|
|
2820
|
+
sourceBlockchainId: string;
|
|
2821
|
+
destinationBlockchainId: string;
|
|
2822
|
+
sourceEvmChainId: string;
|
|
2823
|
+
destinationEvmChainId: string;
|
|
2824
|
+
messageNonce: string;
|
|
2825
|
+
from: string;
|
|
2826
|
+
to: string;
|
|
2827
|
+
data?: string;
|
|
2828
|
+
messageExecuted: boolean;
|
|
2829
|
+
receipts: Array<IcmReceipt>;
|
|
2830
|
+
receiptDelivered: boolean;
|
|
2831
|
+
rewardDetails: IcmRewardDetails;
|
|
2832
|
+
sourceTransaction: IcmSourceTransaction;
|
|
2833
|
+
status: PendingIcmMessage.status;
|
|
2834
|
+
};
|
|
2835
|
+
declare namespace PendingIcmMessage {
|
|
2836
|
+
enum status {
|
|
2837
|
+
PENDING = "pending"
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
type ListIcmMessagesResponse = {
|
|
2842
|
+
/**
|
|
2843
|
+
* A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
|
|
2844
|
+
*/
|
|
2845
|
+
nextPageToken?: string;
|
|
2846
|
+
messages: Array<(PendingIcmMessage | DeliveredIcmMessage)>;
|
|
2847
|
+
};
|
|
2848
|
+
|
|
2849
|
+
declare class InterchainMessagingService {
|
|
2850
|
+
readonly httpRequest: BaseHttpRequest;
|
|
2851
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
2852
|
+
/**
|
|
2853
|
+
* Get an ICM message
|
|
2854
|
+
* Gets an ICM message by message ID.
|
|
2855
|
+
* @returns any Successful response
|
|
2856
|
+
* @throws ApiError
|
|
2857
|
+
*/
|
|
2858
|
+
getIcmMessage({ messageId, }: {
|
|
2859
|
+
/**
|
|
2860
|
+
* The message ID of the ICM message.
|
|
2861
|
+
*/
|
|
2862
|
+
messageId: string;
|
|
2863
|
+
}): CancelablePromise<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
|
|
2864
|
+
/**
|
|
2865
|
+
* List ICM messages
|
|
2866
|
+
* Lists ICM messages. Ordered by timestamp in descending order.
|
|
2867
|
+
* @returns ListIcmMessagesResponse Successful response
|
|
2868
|
+
* @throws ApiError
|
|
2869
|
+
*/
|
|
2870
|
+
listIcmMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, blockchainId, to, from, network, }: {
|
|
2871
|
+
/**
|
|
2872
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2873
|
+
*/
|
|
2874
|
+
pageToken?: string;
|
|
2875
|
+
/**
|
|
2876
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2877
|
+
*/
|
|
2878
|
+
pageSize?: number;
|
|
2879
|
+
/**
|
|
2880
|
+
* The base58 encoded blockchain ID or evm chain ID of the source chain that the ICM message was sent from.
|
|
2881
|
+
*/
|
|
2882
|
+
sourceBlockchainId?: string;
|
|
2883
|
+
/**
|
|
2884
|
+
* The base58 encoded blockchain ID or evm chain ID of the destination chain that the ICM message was sent to.
|
|
2885
|
+
*/
|
|
2886
|
+
destinationBlockchainId?: string;
|
|
2887
|
+
/**
|
|
2888
|
+
* The base58 encoded blockchain ID of either source or destination chain that one ICM message interacts with.
|
|
2889
|
+
*/
|
|
2890
|
+
blockchainId?: string;
|
|
2891
|
+
/**
|
|
2892
|
+
* The address of the recipient of the ICM message.
|
|
2893
|
+
*/
|
|
2894
|
+
to?: string;
|
|
2895
|
+
/**
|
|
2896
|
+
* The address of the sender of the ICM message.
|
|
2897
|
+
*/
|
|
2898
|
+
from?: string;
|
|
2899
|
+
/**
|
|
2900
|
+
* Either mainnet or testnet/fuji.
|
|
2901
|
+
*/
|
|
2902
|
+
network?: Network;
|
|
2903
|
+
}): CancelablePromise<ListIcmMessagesResponse>;
|
|
2904
|
+
/**
|
|
2905
|
+
* List ICM messages by address
|
|
2906
|
+
* Lists ICM messages by address. Ordered by timestamp in descending order.
|
|
2907
|
+
* @returns ListIcmMessagesResponse Successful response
|
|
2908
|
+
* @throws ApiError
|
|
2909
|
+
*/
|
|
2910
|
+
listIcmMessagesByAddress({ address, pageToken, pageSize, network, }: {
|
|
2911
|
+
/**
|
|
2912
|
+
* An EVM address.
|
|
2913
|
+
*/
|
|
2914
|
+
address: string;
|
|
2915
|
+
/**
|
|
2916
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2917
|
+
*/
|
|
2918
|
+
pageToken?: string;
|
|
2919
|
+
/**
|
|
2920
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2921
|
+
*/
|
|
2922
|
+
pageSize?: number;
|
|
2923
|
+
/**
|
|
2924
|
+
* Either mainnet or testnet/fuji.
|
|
2925
|
+
*/
|
|
2926
|
+
network?: Network;
|
|
2927
|
+
}): CancelablePromise<ListIcmMessagesResponse>;
|
|
2928
|
+
}
|
|
2929
|
+
|
|
2930
|
+
type ListNftTokens = {
|
|
2931
|
+
/**
|
|
2932
|
+
* A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
|
|
2933
|
+
*/
|
|
2934
|
+
nextPageToken?: string;
|
|
2935
|
+
tokens: Array<(Erc721Token | Erc1155Token)>;
|
|
2936
|
+
};
|
|
2937
|
+
|
|
2938
|
+
declare class NfTsService {
|
|
2939
|
+
readonly httpRequest: BaseHttpRequest;
|
|
2940
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
2941
|
+
/**
|
|
2942
|
+
* Reindex NFT metadata
|
|
2943
|
+
* Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token.
|
|
2944
|
+
* @returns any Successful response
|
|
2945
|
+
* @throws ApiError
|
|
2946
|
+
*/
|
|
2947
|
+
reindexNft({ chainId, address, tokenId, }: {
|
|
2948
|
+
/**
|
|
2623
2949
|
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2624
2950
|
*/
|
|
2625
2951
|
chainId: string;
|
|
@@ -2678,6 +3004,108 @@ declare class NfTsService {
|
|
|
2678
3004
|
}): CancelablePromise<(Erc721Token | Erc1155Token)>;
|
|
2679
3005
|
}
|
|
2680
3006
|
|
|
3007
|
+
type AccessRequest = {
|
|
3008
|
+
/**
|
|
3009
|
+
* The email address to send the access token to
|
|
3010
|
+
*/
|
|
3011
|
+
email: string;
|
|
3012
|
+
/**
|
|
3013
|
+
* The captcha to verify the user
|
|
3014
|
+
*/
|
|
3015
|
+
captcha: string;
|
|
3016
|
+
};
|
|
3017
|
+
|
|
3018
|
+
type NotificationsResponse = {
|
|
3019
|
+
message: string;
|
|
3020
|
+
};
|
|
3021
|
+
|
|
3022
|
+
type SubscribeRequest = {
|
|
3023
|
+
/**
|
|
3024
|
+
* The access token to use for authentication
|
|
3025
|
+
*/
|
|
3026
|
+
accessToken: string;
|
|
3027
|
+
/**
|
|
3028
|
+
* The node ID to subscribe to
|
|
3029
|
+
*/
|
|
3030
|
+
nodeId: string;
|
|
3031
|
+
/**
|
|
3032
|
+
* The notification types to subscribe to. If not provided, all notification types will be subscribed to
|
|
3033
|
+
*/
|
|
3034
|
+
notifications?: Array<'connectivity' | 'ports' | 'version'>;
|
|
3035
|
+
};
|
|
3036
|
+
|
|
3037
|
+
type SubscriptionsRequest = {
|
|
3038
|
+
/**
|
|
3039
|
+
* The access token to use for authentication
|
|
3040
|
+
*/
|
|
3041
|
+
accessToken: string;
|
|
3042
|
+
};
|
|
3043
|
+
|
|
3044
|
+
type SubscriptionsResponse = {
|
|
3045
|
+
/**
|
|
3046
|
+
* The email address of the user
|
|
3047
|
+
*/
|
|
3048
|
+
email: string;
|
|
3049
|
+
/**
|
|
3050
|
+
* The subscriptions of the user
|
|
3051
|
+
*/
|
|
3052
|
+
subscriptions: Record<string, {
|
|
3053
|
+
notifications?: Array<'connectivity' | 'ports' | 'version'>;
|
|
3054
|
+
}>;
|
|
3055
|
+
};
|
|
3056
|
+
|
|
3057
|
+
type UnsubscribeRequest = {
|
|
3058
|
+
/**
|
|
3059
|
+
* The access token to use for authentication
|
|
3060
|
+
*/
|
|
3061
|
+
accessToken: string;
|
|
3062
|
+
/**
|
|
3063
|
+
* The node ID to subscribe to
|
|
3064
|
+
*/
|
|
3065
|
+
nodeId: string;
|
|
3066
|
+
};
|
|
3067
|
+
|
|
3068
|
+
declare class NotificationsService {
|
|
3069
|
+
readonly httpRequest: BaseHttpRequest;
|
|
3070
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
3071
|
+
/**
|
|
3072
|
+
* Access Notifications
|
|
3073
|
+
* Access notifications.
|
|
3074
|
+
* @returns NotificationsResponse Successful response
|
|
3075
|
+
* @throws ApiError
|
|
3076
|
+
*/
|
|
3077
|
+
access({ requestBody, }: {
|
|
3078
|
+
requestBody: AccessRequest;
|
|
3079
|
+
}): CancelablePromise<NotificationsResponse>;
|
|
3080
|
+
/**
|
|
3081
|
+
* Subscribe to Notifications
|
|
3082
|
+
* Subscribe to receive notifications.
|
|
3083
|
+
* @returns NotificationsResponse Successful response
|
|
3084
|
+
* @throws ApiError
|
|
3085
|
+
*/
|
|
3086
|
+
subscribe({ requestBody, }: {
|
|
3087
|
+
requestBody: SubscribeRequest;
|
|
3088
|
+
}): CancelablePromise<NotificationsResponse>;
|
|
3089
|
+
/**
|
|
3090
|
+
* Unsubscribe from Notifications
|
|
3091
|
+
* Unsubscribe from receiving notifications.
|
|
3092
|
+
* @returns NotificationsResponse Successful response
|
|
3093
|
+
* @throws ApiError
|
|
3094
|
+
*/
|
|
3095
|
+
unsubscribe({ requestBody, }: {
|
|
3096
|
+
requestBody: UnsubscribeRequest;
|
|
3097
|
+
}): CancelablePromise<NotificationsResponse>;
|
|
3098
|
+
/**
|
|
3099
|
+
* Get Subscriptions
|
|
3100
|
+
* Get subscriptions.
|
|
3101
|
+
* @returns SubscriptionsResponse Successful response
|
|
3102
|
+
* @throws ApiError
|
|
3103
|
+
*/
|
|
3104
|
+
subscriptions({ requestBody, }: {
|
|
3105
|
+
requestBody: SubscriptionsRequest;
|
|
3106
|
+
}): CancelablePromise<SubscriptionsResponse>;
|
|
3107
|
+
}
|
|
3108
|
+
|
|
2681
3109
|
type EvmNetworkOptions = {
|
|
2682
3110
|
addresses: Array<string>;
|
|
2683
3111
|
includeChains: Array<string>;
|
|
@@ -2766,7 +3194,7 @@ type OperationStatusResponse = {
|
|
|
2766
3194
|
operationType: OperationType;
|
|
2767
3195
|
operationStatus: OperationStatus;
|
|
2768
3196
|
message?: string;
|
|
2769
|
-
metadata
|
|
3197
|
+
metadata?: TransactionExportMetadata;
|
|
2770
3198
|
createdAtTimestamp: number;
|
|
2771
3199
|
updatedAtTimestamp: number;
|
|
2772
3200
|
};
|
|
@@ -2799,6 +3227,15 @@ declare class OperationsService {
|
|
|
2799
3227
|
}): CancelablePromise<OperationStatusResponse>;
|
|
2800
3228
|
}
|
|
2801
3229
|
|
|
3230
|
+
type Blockchain = {
|
|
3231
|
+
createBlockTimestamp: number;
|
|
3232
|
+
createBlockNumber: string;
|
|
3233
|
+
blockchainId: string;
|
|
3234
|
+
vmId: string;
|
|
3235
|
+
subnetId: string;
|
|
3236
|
+
blockchainName: string;
|
|
3237
|
+
};
|
|
3238
|
+
|
|
2802
3239
|
declare enum BlockchainIds {
|
|
2803
3240
|
_11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
|
|
2804
3241
|
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
@@ -2830,16 +3267,31 @@ type DelegatorsDetails = {
|
|
|
2830
3267
|
};
|
|
2831
3268
|
|
|
2832
3269
|
type StakingDistribution = {
|
|
3270
|
+
/**
|
|
3271
|
+
* AvalancheGo version for the validator node.
|
|
3272
|
+
*/
|
|
2833
3273
|
version: string;
|
|
3274
|
+
/**
|
|
3275
|
+
* The total amount staked by validators using this version.
|
|
3276
|
+
*/
|
|
2834
3277
|
amountStaked: string;
|
|
3278
|
+
/**
|
|
3279
|
+
* The number of validators using this version.
|
|
3280
|
+
*/
|
|
2835
3281
|
validatorCount: number;
|
|
2836
3282
|
};
|
|
2837
3283
|
|
|
2838
3284
|
type ValidatorsDetails = {
|
|
2839
3285
|
validatorCount: number;
|
|
2840
3286
|
totalAmountStaked: string;
|
|
3287
|
+
/**
|
|
3288
|
+
* Total potential rewards from currently active validations and delegations.
|
|
3289
|
+
*/
|
|
2841
3290
|
estimatedAnnualStakingReward: string;
|
|
2842
3291
|
stakingDistributionByVersion: Array<StakingDistribution>;
|
|
3292
|
+
/**
|
|
3293
|
+
* Ratio of total active stake amount to the current supply.
|
|
3294
|
+
*/
|
|
2843
3295
|
stakingRatio: string;
|
|
2844
3296
|
};
|
|
2845
3297
|
|
|
@@ -2848,15 +3300,6 @@ type GetNetworkDetailsResponse = {
|
|
|
2848
3300
|
delegatorDetails: DelegatorsDetails;
|
|
2849
3301
|
};
|
|
2850
3302
|
|
|
2851
|
-
type Blockchain = {
|
|
2852
|
-
createBlockTimestamp: number;
|
|
2853
|
-
createBlockNumber: string;
|
|
2854
|
-
blockchainId: string;
|
|
2855
|
-
vmId: string;
|
|
2856
|
-
subnetId: string;
|
|
2857
|
-
blockchainName: string;
|
|
2858
|
-
};
|
|
2859
|
-
|
|
2860
3303
|
type ListBlockchainsResponse = {
|
|
2861
3304
|
/**
|
|
2862
3305
|
* A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
|
|
@@ -2891,7 +3334,13 @@ type CompletedDelegatorDetails = {
|
|
|
2891
3334
|
delegationFee: string;
|
|
2892
3335
|
startTimestamp: number;
|
|
2893
3336
|
endTimestamp: number;
|
|
3337
|
+
/**
|
|
3338
|
+
* Total rewards distributed for the successful delegation.
|
|
3339
|
+
*/
|
|
2894
3340
|
grossReward: string;
|
|
3341
|
+
/**
|
|
3342
|
+
* Net rewards distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
|
|
3343
|
+
*/
|
|
2895
3344
|
netReward: string;
|
|
2896
3345
|
delegationStatus: CompletedDelegatorDetails.delegationStatus;
|
|
2897
3346
|
};
|
|
@@ -2909,7 +3358,13 @@ type PendingDelegatorDetails = {
|
|
|
2909
3358
|
delegationFee: string;
|
|
2910
3359
|
startTimestamp: number;
|
|
2911
3360
|
endTimestamp: number;
|
|
3361
|
+
/**
|
|
3362
|
+
* Estimated total rewards that will be distributed for the successful delegation.
|
|
3363
|
+
*/
|
|
2912
3364
|
estimatedGrossReward: string;
|
|
3365
|
+
/**
|
|
3366
|
+
* Estimated net rewards that will be distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
|
|
3367
|
+
*/
|
|
2913
3368
|
estimatedNetReward: string;
|
|
2914
3369
|
delegationStatus: PendingDelegatorDetails.delegationStatus;
|
|
2915
3370
|
};
|
|
@@ -2940,6 +3395,10 @@ type L1ValidatorDetailsFull = {
|
|
|
2940
3395
|
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
2941
3396
|
*/
|
|
2942
3397
|
validationId: string;
|
|
3398
|
+
/**
|
|
3399
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
3400
|
+
*/
|
|
3401
|
+
validationIdHex: string;
|
|
2943
3402
|
nodeId: string;
|
|
2944
3403
|
subnetId: string;
|
|
2945
3404
|
/**
|
|
@@ -2976,10 +3435,6 @@ type ListL1ValidatorsResponse = {
|
|
|
2976
3435
|
validators: Array<L1ValidatorDetailsFull>;
|
|
2977
3436
|
};
|
|
2978
3437
|
|
|
2979
|
-
type BlockchainInfo = {
|
|
2980
|
-
blockchainId: string;
|
|
2981
|
-
};
|
|
2982
|
-
|
|
2983
3438
|
type L1ValidatorManagerDetails = {
|
|
2984
3439
|
blockchainId: string;
|
|
2985
3440
|
contractAddress: string;
|
|
@@ -3027,11 +3482,15 @@ type Subnet = {
|
|
|
3027
3482
|
* Whether the subnet is an L1 or not.
|
|
3028
3483
|
*/
|
|
3029
3484
|
isL1: boolean;
|
|
3485
|
+
/**
|
|
3486
|
+
* Transaction hash of ConvertSubnetToL1Tx which converted this Subnet to L1.
|
|
3487
|
+
*/
|
|
3488
|
+
l1ConversionTransactionHash?: string;
|
|
3030
3489
|
/**
|
|
3031
3490
|
* L1 validator manager details.
|
|
3032
3491
|
*/
|
|
3033
3492
|
l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
|
|
3034
|
-
blockchains: Array<
|
|
3493
|
+
blockchains: Array<Blockchain>;
|
|
3035
3494
|
};
|
|
3036
3495
|
|
|
3037
3496
|
type ListSubnetsResponse = {
|
|
@@ -3078,6 +3537,9 @@ type ActiveValidatorDetails = {
|
|
|
3078
3537
|
nodeId: string;
|
|
3079
3538
|
subnetId: string;
|
|
3080
3539
|
amountStaked: string;
|
|
3540
|
+
/**
|
|
3541
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3542
|
+
*/
|
|
3081
3543
|
delegationFee?: string;
|
|
3082
3544
|
startTimestamp: number;
|
|
3083
3545
|
endTimestamp: number;
|
|
@@ -3085,12 +3547,30 @@ type ActiveValidatorDetails = {
|
|
|
3085
3547
|
* Present for AddPermissionlessValidatorTx
|
|
3086
3548
|
*/
|
|
3087
3549
|
blsCredentials?: BlsCredentials;
|
|
3550
|
+
/**
|
|
3551
|
+
* The percentage of this validator's stake amount to the total active stake.
|
|
3552
|
+
*/
|
|
3088
3553
|
stakePercentage: number;
|
|
3554
|
+
/**
|
|
3555
|
+
* The number of delegators linked to the validator.
|
|
3556
|
+
*/
|
|
3089
3557
|
delegatorCount: number;
|
|
3090
|
-
|
|
3558
|
+
/**
|
|
3559
|
+
* The total amount in nAVAX delegated to the validator.
|
|
3560
|
+
*/
|
|
3561
|
+
amountDelegated?: string;
|
|
3562
|
+
/**
|
|
3563
|
+
* The validator's uptime percentage, as observed by our internal node and measured over time.
|
|
3564
|
+
*/
|
|
3091
3565
|
uptimePerformance: number;
|
|
3092
3566
|
avalancheGoVersion?: string;
|
|
3567
|
+
/**
|
|
3568
|
+
* The amount of stake in nAVAX that can be delegated to this validator.
|
|
3569
|
+
*/
|
|
3093
3570
|
delegationCapacity?: string;
|
|
3571
|
+
/**
|
|
3572
|
+
* Estimated rewards for the validator if the validation is successful.
|
|
3573
|
+
*/
|
|
3094
3574
|
potentialRewards: Rewards;
|
|
3095
3575
|
validationStatus: ActiveValidatorDetails.validationStatus;
|
|
3096
3576
|
validatorHealth: ValidatorHealthDetails;
|
|
@@ -3106,6 +3586,9 @@ type CompletedValidatorDetails = {
|
|
|
3106
3586
|
nodeId: string;
|
|
3107
3587
|
subnetId: string;
|
|
3108
3588
|
amountStaked: string;
|
|
3589
|
+
/**
|
|
3590
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3591
|
+
*/
|
|
3109
3592
|
delegationFee?: string;
|
|
3110
3593
|
startTimestamp: number;
|
|
3111
3594
|
endTimestamp: number;
|
|
@@ -3129,6 +3612,9 @@ type PendingValidatorDetails = {
|
|
|
3129
3612
|
nodeId: string;
|
|
3130
3613
|
subnetId: string;
|
|
3131
3614
|
amountStaked: string;
|
|
3615
|
+
/**
|
|
3616
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3617
|
+
*/
|
|
3132
3618
|
delegationFee?: string;
|
|
3133
3619
|
startTimestamp: number;
|
|
3134
3620
|
endTimestamp: number;
|
|
@@ -3149,6 +3635,9 @@ type RemovedValidatorDetails = {
|
|
|
3149
3635
|
nodeId: string;
|
|
3150
3636
|
subnetId: string;
|
|
3151
3637
|
amountStaked: string;
|
|
3638
|
+
/**
|
|
3639
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3640
|
+
*/
|
|
3152
3641
|
delegationFee?: string;
|
|
3153
3642
|
startTimestamp: number;
|
|
3154
3643
|
endTimestamp: number;
|
|
@@ -3156,7 +3645,13 @@ type RemovedValidatorDetails = {
|
|
|
3156
3645
|
* Present for AddPermissionlessValidatorTx
|
|
3157
3646
|
*/
|
|
3158
3647
|
blsCredentials?: BlsCredentials;
|
|
3648
|
+
/**
|
|
3649
|
+
* The transaction hash that removed the permissioned subnet validator.
|
|
3650
|
+
*/
|
|
3159
3651
|
removeTxHash: string;
|
|
3652
|
+
/**
|
|
3653
|
+
* The timestamp of the transaction that removed the permissioned subnet validator.
|
|
3654
|
+
*/
|
|
3160
3655
|
removeTimestamp: number;
|
|
3161
3656
|
validationStatus: RemovedValidatorDetails.validationStatus;
|
|
3162
3657
|
};
|
|
@@ -3315,6 +3810,22 @@ declare class PrimaryNetworkService {
|
|
|
3315
3810
|
*/
|
|
3316
3811
|
sortOrder?: SortOrder;
|
|
3317
3812
|
}): CancelablePromise<ListBlockchainsResponse>;
|
|
3813
|
+
/**
|
|
3814
|
+
* Get blockchain details by ID
|
|
3815
|
+
* Get details of the blockchain registered on the network.
|
|
3816
|
+
* @returns Blockchain Successful response
|
|
3817
|
+
* @throws ApiError
|
|
3818
|
+
*/
|
|
3819
|
+
getBlockchainById({ blockchainId, network, }: {
|
|
3820
|
+
/**
|
|
3821
|
+
* The blockchain ID of the blockchain to retrieve.
|
|
3822
|
+
*/
|
|
3823
|
+
blockchainId: string;
|
|
3824
|
+
/**
|
|
3825
|
+
* Either mainnet or testnet/fuji.
|
|
3826
|
+
*/
|
|
3827
|
+
network: Network;
|
|
3828
|
+
}): CancelablePromise<Blockchain>;
|
|
3318
3829
|
/**
|
|
3319
3830
|
* List subnets
|
|
3320
3831
|
* Lists all subnets registered on the network.
|
|
@@ -4302,6 +4813,10 @@ type L1ValidatorDetailsTransaction = {
|
|
|
4302
4813
|
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
4303
4814
|
*/
|
|
4304
4815
|
validationId: string;
|
|
4816
|
+
/**
|
|
4817
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
4818
|
+
*/
|
|
4819
|
+
validationIdHex: string;
|
|
4305
4820
|
nodeId: string;
|
|
4306
4821
|
subnetId: string;
|
|
4307
4822
|
/**
|
|
@@ -4313,7 +4828,7 @@ type L1ValidatorDetailsTransaction = {
|
|
|
4313
4828
|
*/
|
|
4314
4829
|
remainingBalance: number;
|
|
4315
4830
|
/**
|
|
4316
|
-
* The increase in L1 validator balance in the current transaction. When the balance is returned after the L1 validator is disabled or removed, this value is negative
|
|
4831
|
+
* The increase in L1 validator balance (nAVAX) in the current transaction. When the balance is returned after the L1 validator is disabled or removed, this value is negative
|
|
4317
4832
|
*/
|
|
4318
4833
|
balanceChange?: number;
|
|
4319
4834
|
blsCredentials?: Record<string, any>;
|
|
@@ -4343,6 +4858,9 @@ declare enum PChainTransactionType {
|
|
|
4343
4858
|
UNKNOWN = "UNKNOWN"
|
|
4344
4859
|
}
|
|
4345
4860
|
|
|
4861
|
+
/**
|
|
4862
|
+
* Indicates whether the UTXO is staked or transferable
|
|
4863
|
+
*/
|
|
4346
4864
|
declare enum UtxoType {
|
|
4347
4865
|
STAKE = "STAKE",
|
|
4348
4866
|
TRANSFER = "TRANSFER"
|
|
@@ -4380,16 +4898,43 @@ type PChainUtxo = {
|
|
|
4380
4898
|
assetId: string;
|
|
4381
4899
|
blockNumber: string;
|
|
4382
4900
|
blockTimestamp: number;
|
|
4901
|
+
/**
|
|
4902
|
+
* Block height in which the transaction consuming this UTXO was included
|
|
4903
|
+
*/
|
|
4383
4904
|
consumingBlockNumber?: string;
|
|
4905
|
+
/**
|
|
4906
|
+
* Timestamp in seconds at which this UTXO is used in a consuming transaction
|
|
4907
|
+
*/
|
|
4384
4908
|
consumingBlockTimestamp?: number;
|
|
4909
|
+
/**
|
|
4910
|
+
* Timestamp in seconds after which this UTXO can be consumed
|
|
4911
|
+
*/
|
|
4385
4912
|
platformLocktime?: number;
|
|
4913
|
+
/**
|
|
4914
|
+
* The index of the UTXO in the transaction
|
|
4915
|
+
*/
|
|
4386
4916
|
outputIndex: number;
|
|
4387
4917
|
rewardType?: RewardType;
|
|
4918
|
+
/**
|
|
4919
|
+
* Timestamp in seconds before which a UTXO can only be used for staking transactions. After stakeable locktime, a UTXO can be used for anything
|
|
4920
|
+
*/
|
|
4388
4921
|
stakeableLocktime?: number;
|
|
4389
4922
|
staked?: boolean;
|
|
4923
|
+
/**
|
|
4924
|
+
* The minimum number of signatures required to spend this UTXO
|
|
4925
|
+
*/
|
|
4390
4926
|
threshold?: number;
|
|
4927
|
+
/**
|
|
4928
|
+
* The hash of the transaction that created this UTXO
|
|
4929
|
+
*/
|
|
4391
4930
|
txHash: string;
|
|
4931
|
+
/**
|
|
4932
|
+
* Timestamp in seconds after which the staked UTXO will be unlocked.
|
|
4933
|
+
*/
|
|
4392
4934
|
utxoEndTimestamp?: number;
|
|
4935
|
+
/**
|
|
4936
|
+
* Timestamp in seconds at which the staked UTXO was locked.
|
|
4937
|
+
*/
|
|
4393
4938
|
utxoStartTimestamp?: number;
|
|
4394
4939
|
utxoType: UtxoType;
|
|
4395
4940
|
};
|
|
@@ -4404,9 +4949,18 @@ type PChainTransaction = {
|
|
|
4404
4949
|
* The block finality timestamp.
|
|
4405
4950
|
*/
|
|
4406
4951
|
blockTimestamp: number;
|
|
4952
|
+
/**
|
|
4953
|
+
* The height of the block in which the transaction was included
|
|
4954
|
+
*/
|
|
4407
4955
|
blockNumber: string;
|
|
4408
4956
|
blockHash: string;
|
|
4957
|
+
/**
|
|
4958
|
+
* The consumed UTXOs of the transaction
|
|
4959
|
+
*/
|
|
4409
4960
|
consumedUtxos: Array<PChainUtxo>;
|
|
4961
|
+
/**
|
|
4962
|
+
* The newly created UTXOs of the transaction
|
|
4963
|
+
*/
|
|
4410
4964
|
emittedUtxos: Array<PChainUtxo>;
|
|
4411
4965
|
/**
|
|
4412
4966
|
* Source chain for an atomic transaction.
|
|
@@ -4417,11 +4971,11 @@ type PChainTransaction = {
|
|
|
4417
4971
|
*/
|
|
4418
4972
|
destinationChain?: string;
|
|
4419
4973
|
/**
|
|
4420
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
4974
|
+
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The amount of nAVAX present in the newly created UTXOs of the transaction
|
|
4421
4975
|
*/
|
|
4422
4976
|
value: Array<AssetAmount>;
|
|
4423
4977
|
/**
|
|
4424
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
4978
|
+
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The nAVAX amount burned in a transaction, partially or fully contributing to the transaction fee
|
|
4425
4979
|
*/
|
|
4426
4980
|
amountBurned: Array<AssetAmount>;
|
|
4427
4981
|
/**
|
|
@@ -4429,7 +4983,7 @@ type PChainTransaction = {
|
|
|
4429
4983
|
*/
|
|
4430
4984
|
amountStaked: Array<AssetAmount>;
|
|
4431
4985
|
/**
|
|
4432
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
4986
|
+
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID. The amount of nAVAX locked for pay-as-you-go continuous fees to sustain L1 validation.
|
|
4433
4987
|
*/
|
|
4434
4988
|
amountL1ValidatorBalanceBurned: Array<AssetAmount>;
|
|
4435
4989
|
/**
|
|
@@ -4441,11 +4995,11 @@ type PChainTransaction = {
|
|
|
4441
4995
|
*/
|
|
4442
4996
|
endTimestamp?: number;
|
|
4443
4997
|
/**
|
|
4444
|
-
* Present for AddValidatorTx, AddPermissionlessValidatorTx
|
|
4998
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations. Present for AddValidatorTx, AddPermissionlessValidatorTx
|
|
4445
4999
|
*/
|
|
4446
5000
|
delegationFeePercent?: string;
|
|
4447
5001
|
/**
|
|
4448
|
-
* Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
5002
|
+
* The NodeID of the validator node linked to the stake transaction. Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
4449
5003
|
*/
|
|
4450
5004
|
nodeId?: string;
|
|
4451
5005
|
/**
|
|
@@ -4461,14 +5015,17 @@ type PChainTransaction = {
|
|
|
4461
5015
|
*/
|
|
4462
5016
|
l1ValidatorDetails?: Array<L1ValidatorDetailsTransaction>;
|
|
4463
5017
|
/**
|
|
4464
|
-
* Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
5018
|
+
* Estimated reward from the staking transaction, if successful. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
4465
5019
|
*/
|
|
4466
5020
|
estimatedReward?: string;
|
|
5021
|
+
/**
|
|
5022
|
+
* Reward transaction hash for the completed validations or delegations
|
|
5023
|
+
*/
|
|
4467
5024
|
rewardTxHash?: string;
|
|
4468
5025
|
rewardAddresses?: Array<string>;
|
|
4469
5026
|
memo?: string;
|
|
4470
5027
|
/**
|
|
4471
|
-
*
|
|
5028
|
+
* Staking transaction corresponding to the RewardValidatorTx
|
|
4472
5029
|
*/
|
|
4473
5030
|
stakingTxHash?: string;
|
|
4474
5031
|
/**
|
|
@@ -4476,7 +5033,7 @@ type PChainTransaction = {
|
|
|
4476
5033
|
*/
|
|
4477
5034
|
subnetOwnershipInfo?: SubnetOwnershipInfo;
|
|
4478
5035
|
/**
|
|
4479
|
-
* Present for AddPermissionlessValidatorTx
|
|
5036
|
+
* Public Key and PoP of new validator registrations. Present for AddPermissionlessValidatorTx
|
|
4480
5037
|
*/
|
|
4481
5038
|
blsCredentials?: BlsCredentials;
|
|
4482
5039
|
};
|
|
@@ -5015,9 +5572,29 @@ declare class SignatureAggregatorService {
|
|
|
5015
5572
|
* @returns SignatureAggregationResponse Successful response
|
|
5016
5573
|
* @throws ApiError
|
|
5017
5574
|
*/
|
|
5018
|
-
aggregateSignatures({ requestBody, }: {
|
|
5575
|
+
aggregateSignatures({ network, requestBody, }: {
|
|
5576
|
+
/**
|
|
5577
|
+
* Either mainnet or testnet/fuji.
|
|
5578
|
+
*/
|
|
5579
|
+
network: Network;
|
|
5019
5580
|
requestBody: SignatureAggregatorRequest;
|
|
5020
5581
|
}): CancelablePromise<SignatureAggregationResponse>;
|
|
5582
|
+
/**
|
|
5583
|
+
* Get Aggregated Signatures
|
|
5584
|
+
* Get Aggregated Signatures for a P-Chain L1 related Warp Message.
|
|
5585
|
+
* @returns SignatureAggregationResponse Successful response
|
|
5586
|
+
* @throws ApiError
|
|
5587
|
+
*/
|
|
5588
|
+
getAggregatedSignatures({ network, txHash, }: {
|
|
5589
|
+
/**
|
|
5590
|
+
* Either mainnet or testnet/fuji.
|
|
5591
|
+
*/
|
|
5592
|
+
network: Network;
|
|
5593
|
+
/**
|
|
5594
|
+
* A primary network (P or X chain) transaction hash.
|
|
5595
|
+
*/
|
|
5596
|
+
txHash: string;
|
|
5597
|
+
}): CancelablePromise<SignatureAggregationResponse>;
|
|
5021
5598
|
}
|
|
5022
5599
|
|
|
5023
5600
|
type TeleporterDestinationTransaction = {
|
|
@@ -5158,8 +5735,10 @@ declare class TeleporterService {
|
|
|
5158
5735
|
readonly httpRequest: BaseHttpRequest;
|
|
5159
5736
|
constructor(httpRequest: BaseHttpRequest);
|
|
5160
5737
|
/**
|
|
5161
|
-
*
|
|
5162
|
-
* Gets a teleporter message by message ID.
|
|
5738
|
+
* @deprecated
|
|
5739
|
+
* **[Deprecated]** Gets a teleporter message by message ID.
|
|
5740
|
+
*
|
|
5741
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** .
|
|
5163
5742
|
* @returns any Successful response
|
|
5164
5743
|
* @throws ApiError
|
|
5165
5744
|
*/
|
|
@@ -5170,8 +5749,10 @@ declare class TeleporterService {
|
|
|
5170
5749
|
messageId: string;
|
|
5171
5750
|
}): CancelablePromise<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedTeleporterMessage)>;
|
|
5172
5751
|
/**
|
|
5173
|
-
*
|
|
5174
|
-
* Lists teleporter messages. Ordered by timestamp in
|
|
5752
|
+
* @deprecated
|
|
5753
|
+
* **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order.
|
|
5754
|
+
*
|
|
5755
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** .
|
|
5175
5756
|
* @returns ListTeleporterMessagesResponse Successful response
|
|
5176
5757
|
* @throws ApiError
|
|
5177
5758
|
*/
|
|
@@ -5210,8 +5791,10 @@ declare class TeleporterService {
|
|
|
5210
5791
|
network?: Network;
|
|
5211
5792
|
}): CancelablePromise<ListTeleporterMessagesResponse>;
|
|
5212
5793
|
/**
|
|
5213
|
-
*
|
|
5214
|
-
* Lists teleporter messages by address. Ordered by
|
|
5794
|
+
* @deprecated
|
|
5795
|
+
* **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order.
|
|
5796
|
+
*
|
|
5797
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** .
|
|
5215
5798
|
* @returns ListTeleporterMessagesResponse Successful response
|
|
5216
5799
|
* @throws ApiError
|
|
5217
5800
|
*/
|
|
@@ -5253,15 +5836,16 @@ type AddressActivityMetadata = {
|
|
|
5253
5836
|
eventSignatures?: Array<string>;
|
|
5254
5837
|
};
|
|
5255
5838
|
|
|
5256
|
-
declare enum
|
|
5257
|
-
|
|
5839
|
+
declare enum PrimaryNetworkType {
|
|
5840
|
+
MAINNET = "mainnet",
|
|
5841
|
+
FUJI = "fuji"
|
|
5258
5842
|
}
|
|
5259
5843
|
|
|
5260
|
-
type
|
|
5844
|
+
type EVMAddressActivityRequest = {
|
|
5845
|
+
eventType: EVMAddressActivityRequest.eventType;
|
|
5261
5846
|
url: string;
|
|
5262
5847
|
chainId: string;
|
|
5263
|
-
|
|
5264
|
-
metadata: AddressActivityMetadata;
|
|
5848
|
+
network?: PrimaryNetworkType;
|
|
5265
5849
|
name?: string;
|
|
5266
5850
|
description?: string;
|
|
5267
5851
|
/**
|
|
@@ -5272,25 +5856,34 @@ type CreateWebhookRequest = {
|
|
|
5272
5856
|
* Whether to include logs in the webhook payload.
|
|
5273
5857
|
*/
|
|
5274
5858
|
includeLogs?: boolean;
|
|
5859
|
+
metadata: AddressActivityMetadata;
|
|
5275
5860
|
};
|
|
5861
|
+
declare namespace EVMAddressActivityRequest {
|
|
5862
|
+
enum eventType {
|
|
5863
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
5864
|
+
}
|
|
5865
|
+
}
|
|
5276
5866
|
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
addresses: Array<string>;
|
|
5283
|
-
totalAddresses: number;
|
|
5284
|
-
};
|
|
5867
|
+
declare enum EventType {
|
|
5868
|
+
ADDRESS_ACTIVITY = "address_activity",
|
|
5869
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
5870
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
5871
|
+
}
|
|
5285
5872
|
|
|
5286
5873
|
declare enum WebhookStatusType {
|
|
5287
5874
|
ACTIVE = "active",
|
|
5288
5875
|
INACTIVE = "inactive"
|
|
5289
5876
|
}
|
|
5290
5877
|
|
|
5291
|
-
type
|
|
5878
|
+
type EVMAddressActivityResponse = {
|
|
5292
5879
|
id: string;
|
|
5293
5880
|
eventType: EventType;
|
|
5881
|
+
url: string;
|
|
5882
|
+
chainId: string;
|
|
5883
|
+
status: WebhookStatusType;
|
|
5884
|
+
createdAt: number;
|
|
5885
|
+
name: string;
|
|
5886
|
+
description: string;
|
|
5294
5887
|
metadata: AddressActivityMetadata;
|
|
5295
5888
|
/**
|
|
5296
5889
|
* Whether to include traces in the webhook payload.
|
|
@@ -5300,12 +5893,109 @@ type WebhookResponse = {
|
|
|
5300
5893
|
* Whether to include logs in the webhook payload.
|
|
5301
5894
|
*/
|
|
5302
5895
|
includeLogs?: boolean;
|
|
5896
|
+
};
|
|
5897
|
+
|
|
5898
|
+
type ListWebhookAddressesResponse = {
|
|
5899
|
+
/**
|
|
5900
|
+
* A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
|
|
5901
|
+
*/
|
|
5902
|
+
nextPageToken?: string;
|
|
5903
|
+
addresses: Array<string>;
|
|
5904
|
+
totalAddresses: number;
|
|
5905
|
+
};
|
|
5906
|
+
|
|
5907
|
+
/**
|
|
5908
|
+
* The type of key for platform activity depending on the event type
|
|
5909
|
+
*/
|
|
5910
|
+
declare enum PlatformActivityKeyType {
|
|
5911
|
+
ADDRESSES = "addresses",
|
|
5912
|
+
NODE_ID = "nodeId",
|
|
5913
|
+
SUBNET_ID = "subnetId"
|
|
5914
|
+
}
|
|
5915
|
+
|
|
5916
|
+
/**
|
|
5917
|
+
* Array of address activity sub-event types
|
|
5918
|
+
*/
|
|
5919
|
+
declare enum PlatformAddressActivitySubEventType {
|
|
5920
|
+
BALANCE_CHANGE_PLATFORM = "balance_change_platform",
|
|
5921
|
+
BALANCE_THRESHOLD_PLATFORM = "balance_threshold_platform",
|
|
5922
|
+
REWARD_DISTRIBUTION = "reward_distribution"
|
|
5923
|
+
}
|
|
5924
|
+
|
|
5925
|
+
type PlatformActivitySubEvents = {
|
|
5926
|
+
/**
|
|
5927
|
+
* Array of validator activity sub-event types
|
|
5928
|
+
*/
|
|
5929
|
+
validatorActivitySubEvents?: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
|
|
5930
|
+
addressActivitySubEvents?: Array<PlatformAddressActivitySubEventType>;
|
|
5931
|
+
};
|
|
5932
|
+
|
|
5933
|
+
/**
|
|
5934
|
+
* Type of balance to monitor
|
|
5935
|
+
*/
|
|
5936
|
+
declare enum CommonBalanceType {
|
|
5937
|
+
UNLOCKED_UNSTAKED = "unlockedUnstaked",
|
|
5938
|
+
UNLOCKED_STAKED = "unlockedStaked",
|
|
5939
|
+
LOCKED_PLATFORM = "lockedPlatform",
|
|
5940
|
+
LOCKED_STAKEABLE = "lockedStakeable",
|
|
5941
|
+
LOCKED_STAKED = "lockedStaked",
|
|
5942
|
+
PENDING_STAKED = "pendingStaked",
|
|
5943
|
+
UNLOCKED = "unlocked",
|
|
5944
|
+
LOCKED = "locked",
|
|
5945
|
+
ATOMIC_MEMORY_UNLOCKED = "atomicMemoryUnlocked",
|
|
5946
|
+
ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
|
|
5947
|
+
}
|
|
5948
|
+
|
|
5949
|
+
type PlatformBalanceThresholdFilter = {
|
|
5950
|
+
balanceType: CommonBalanceType;
|
|
5951
|
+
/**
|
|
5952
|
+
* Threshold for balance corresponding to balanceType in nAVAX
|
|
5953
|
+
*/
|
|
5954
|
+
balanceThreshold: string;
|
|
5955
|
+
};
|
|
5956
|
+
|
|
5957
|
+
type PlatformActivityMetadata = {
|
|
5958
|
+
keyType: PlatformActivityKeyType;
|
|
5959
|
+
/**
|
|
5960
|
+
* Array of keys like addresses, NodeID or SubnetID corresponding to the keyType being monitored. For PlatformAddressActivity event, an array of multiple addresses can be provided. ValidatorActivity event will only accept a single key
|
|
5961
|
+
*/
|
|
5962
|
+
keys: Array<string>;
|
|
5963
|
+
/**
|
|
5964
|
+
* Sub-events to monitor
|
|
5965
|
+
*/
|
|
5966
|
+
subEvents?: PlatformActivitySubEvents;
|
|
5967
|
+
/**
|
|
5968
|
+
* Array of hexadecimal strings of the event signatures.
|
|
5969
|
+
*/
|
|
5970
|
+
eventSignatures?: Array<string>;
|
|
5971
|
+
/**
|
|
5972
|
+
* Array of node IDs to filter the events
|
|
5973
|
+
*/
|
|
5974
|
+
nodeIds?: Array<string>;
|
|
5975
|
+
/**
|
|
5976
|
+
* Array of subnet IDs to filter the events
|
|
5977
|
+
*/
|
|
5978
|
+
subnetIds?: Array<string>;
|
|
5979
|
+
/**
|
|
5980
|
+
* Balance threshold filter
|
|
5981
|
+
*/
|
|
5982
|
+
balanceThresholdFilter?: PlatformBalanceThresholdFilter;
|
|
5983
|
+
/**
|
|
5984
|
+
* L1 validator fee balance threshold in nAVAX
|
|
5985
|
+
*/
|
|
5986
|
+
l1ValidatorFeeBalanceThreshold?: string;
|
|
5987
|
+
};
|
|
5988
|
+
|
|
5989
|
+
type PlatformActivityResponse = {
|
|
5990
|
+
id: string;
|
|
5991
|
+
eventType: EventType;
|
|
5303
5992
|
url: string;
|
|
5304
5993
|
chainId: string;
|
|
5305
5994
|
status: WebhookStatusType;
|
|
5306
5995
|
createdAt: number;
|
|
5307
5996
|
name: string;
|
|
5308
5997
|
description: string;
|
|
5998
|
+
metadata: PlatformActivityMetadata;
|
|
5309
5999
|
};
|
|
5310
6000
|
|
|
5311
6001
|
type ListWebhooksResponse = {
|
|
@@ -5313,8 +6003,35 @@ type ListWebhooksResponse = {
|
|
|
5313
6003
|
* A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
|
|
5314
6004
|
*/
|
|
5315
6005
|
nextPageToken?: string;
|
|
5316
|
-
webhooks: Array<
|
|
6006
|
+
webhooks: Array<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
6007
|
+
};
|
|
6008
|
+
|
|
6009
|
+
type PlatformActivityRequest = {
|
|
6010
|
+
eventType: PlatformActivityRequest.eventType;
|
|
6011
|
+
url: string;
|
|
6012
|
+
chainId: string;
|
|
6013
|
+
network?: PrimaryNetworkType;
|
|
6014
|
+
name?: string;
|
|
6015
|
+
description?: string;
|
|
6016
|
+
/**
|
|
6017
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
6018
|
+
*/
|
|
6019
|
+
includeInternalTxs?: boolean;
|
|
6020
|
+
/**
|
|
6021
|
+
* Whether to include logs in the webhook payload.
|
|
6022
|
+
*/
|
|
6023
|
+
includeLogs?: boolean;
|
|
6024
|
+
/**
|
|
6025
|
+
* Metadata for platform activity
|
|
6026
|
+
*/
|
|
6027
|
+
metadata: PlatformActivityMetadata;
|
|
5317
6028
|
};
|
|
6029
|
+
declare namespace PlatformActivityRequest {
|
|
6030
|
+
enum eventType {
|
|
6031
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
6032
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
6033
|
+
}
|
|
6034
|
+
}
|
|
5318
6035
|
|
|
5319
6036
|
type SharedSecretsResponse = {
|
|
5320
6037
|
secret: string;
|
|
@@ -5343,12 +6060,12 @@ declare class WebhooksService {
|
|
|
5343
6060
|
/**
|
|
5344
6061
|
* Create a webhook
|
|
5345
6062
|
* Create a new webhook.
|
|
5346
|
-
* @returns
|
|
6063
|
+
* @returns any Successful response
|
|
5347
6064
|
* @throws ApiError
|
|
5348
6065
|
*/
|
|
5349
6066
|
createWebhook({ requestBody, }: {
|
|
5350
|
-
requestBody:
|
|
5351
|
-
}): CancelablePromise<
|
|
6067
|
+
requestBody: (EVMAddressActivityRequest | PlatformActivityRequest);
|
|
6068
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5352
6069
|
/**
|
|
5353
6070
|
* List webhooks
|
|
5354
6071
|
* Lists webhooks for the user.
|
|
@@ -5372,7 +6089,7 @@ declare class WebhooksService {
|
|
|
5372
6089
|
/**
|
|
5373
6090
|
* Get a webhook by ID
|
|
5374
6091
|
* Retrieves a webhook by ID.
|
|
5375
|
-
* @returns
|
|
6092
|
+
* @returns any Successful response
|
|
5376
6093
|
* @throws ApiError
|
|
5377
6094
|
*/
|
|
5378
6095
|
getWebhook({ id, }: {
|
|
@@ -5380,11 +6097,11 @@ declare class WebhooksService {
|
|
|
5380
6097
|
* The webhook identifier.
|
|
5381
6098
|
*/
|
|
5382
6099
|
id: string;
|
|
5383
|
-
}): CancelablePromise<
|
|
6100
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5384
6101
|
/**
|
|
5385
6102
|
* Deactivate a webhook
|
|
5386
6103
|
* Deactivates a webhook by ID.
|
|
5387
|
-
* @returns
|
|
6104
|
+
* @returns any Successful response
|
|
5388
6105
|
* @throws ApiError
|
|
5389
6106
|
*/
|
|
5390
6107
|
deactivateWebhook({ id, }: {
|
|
@@ -5392,11 +6109,11 @@ declare class WebhooksService {
|
|
|
5392
6109
|
* The webhook identifier.
|
|
5393
6110
|
*/
|
|
5394
6111
|
id: string;
|
|
5395
|
-
}): CancelablePromise<
|
|
6112
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5396
6113
|
/**
|
|
5397
6114
|
* Update a webhook
|
|
5398
6115
|
* Updates an existing webhook.
|
|
5399
|
-
* @returns
|
|
6116
|
+
* @returns any Successful response
|
|
5400
6117
|
* @throws ApiError
|
|
5401
6118
|
*/
|
|
5402
6119
|
updateWebhook({ id, requestBody, }: {
|
|
@@ -5405,14 +6122,14 @@ declare class WebhooksService {
|
|
|
5405
6122
|
*/
|
|
5406
6123
|
id: string;
|
|
5407
6124
|
requestBody: UpdateWebhookRequest;
|
|
5408
|
-
}): CancelablePromise<
|
|
6125
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5409
6126
|
/**
|
|
5410
|
-
* Generate a shared secret
|
|
5411
|
-
* Generates a new shared secret.
|
|
6127
|
+
* Generate or rotate a shared secret
|
|
6128
|
+
* Generates a new shared secret or rotate an existing one.
|
|
5412
6129
|
* @returns SharedSecretsResponse Successful response
|
|
5413
6130
|
* @throws ApiError
|
|
5414
6131
|
*/
|
|
5415
|
-
|
|
6132
|
+
generateOrRotateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
5416
6133
|
/**
|
|
5417
6134
|
* Get a shared secret
|
|
5418
6135
|
* Get a previously generated shared secret.
|
|
@@ -5421,9 +6138,9 @@ declare class WebhooksService {
|
|
|
5421
6138
|
*/
|
|
5422
6139
|
getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
5423
6140
|
/**
|
|
5424
|
-
* Add addresses to webhook
|
|
5425
|
-
* Add addresses to webhook.
|
|
5426
|
-
* @returns
|
|
6141
|
+
* Add addresses to EVM activity webhook
|
|
6142
|
+
* Add addresses to webhook. Only valid for EVM activity webhooks.
|
|
6143
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
5427
6144
|
* @throws ApiError
|
|
5428
6145
|
*/
|
|
5429
6146
|
addAddressesToWebhook({ id, requestBody, }: {
|
|
@@ -5432,11 +6149,11 @@ declare class WebhooksService {
|
|
|
5432
6149
|
*/
|
|
5433
6150
|
id: string;
|
|
5434
6151
|
requestBody: AddressesChangeRequest;
|
|
5435
|
-
}): CancelablePromise<
|
|
6152
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
5436
6153
|
/**
|
|
5437
|
-
* Remove addresses from webhook
|
|
5438
|
-
* Remove addresses from webhook.
|
|
5439
|
-
* @returns
|
|
6154
|
+
* Remove addresses from EVM activity webhook
|
|
6155
|
+
* Remove addresses from webhook. Only valid for EVM activity webhooks.
|
|
6156
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
5440
6157
|
* @throws ApiError
|
|
5441
6158
|
*/
|
|
5442
6159
|
removeAddressesFromWebhook({ id, requestBody, }: {
|
|
@@ -5445,10 +6162,10 @@ declare class WebhooksService {
|
|
|
5445
6162
|
*/
|
|
5446
6163
|
id: string;
|
|
5447
6164
|
requestBody: AddressesChangeRequest;
|
|
5448
|
-
}): CancelablePromise<
|
|
6165
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
5449
6166
|
/**
|
|
5450
|
-
* List adresses by
|
|
5451
|
-
* List adresses by webhook.
|
|
6167
|
+
* List adresses by EVM activity webhooks
|
|
6168
|
+
* List adresses by webhook. Only valid for EVM activity webhooks.
|
|
5452
6169
|
* @returns ListWebhookAddressesResponse Successful response
|
|
5453
6170
|
* @throws ApiError
|
|
5454
6171
|
*/
|
|
@@ -5478,8 +6195,9 @@ declare class Glacier {
|
|
|
5478
6195
|
readonly evmContracts: EvmContractsService;
|
|
5479
6196
|
readonly evmTransactions: EvmTransactionsService;
|
|
5480
6197
|
readonly healthCheck: HealthCheckService;
|
|
5481
|
-
readonly
|
|
6198
|
+
readonly interchainMessaging: InterchainMessagingService;
|
|
5482
6199
|
readonly nfTs: NfTsService;
|
|
6200
|
+
readonly notifications: NotificationsService;
|
|
5483
6201
|
readonly operations: OperationsService;
|
|
5484
6202
|
readonly primaryNetwork: PrimaryNetworkService;
|
|
5485
6203
|
readonly primaryNetworkBalances: PrimaryNetworkBalancesService;
|
|
@@ -5512,6 +6230,17 @@ declare class ApiError extends Error {
|
|
|
5512
6230
|
constructor(request: ApiRequestOptions, response: ApiResult, message: string);
|
|
5513
6231
|
}
|
|
5514
6232
|
|
|
6233
|
+
type AccessListData = {
|
|
6234
|
+
/**
|
|
6235
|
+
* Access Address
|
|
6236
|
+
*/
|
|
6237
|
+
accessAddresses: string;
|
|
6238
|
+
/**
|
|
6239
|
+
* Storage keys
|
|
6240
|
+
*/
|
|
6241
|
+
storageKeys: Array<string>;
|
|
6242
|
+
};
|
|
6243
|
+
|
|
5515
6244
|
type BadGateway = {
|
|
5516
6245
|
/**
|
|
5517
6246
|
* The error message describing the reason for the exception
|
|
@@ -5546,6 +6275,76 @@ type DataListChainsResponse = {
|
|
|
5546
6275
|
chains: Array<ChainInfo>;
|
|
5547
6276
|
};
|
|
5548
6277
|
|
|
6278
|
+
type ERCToken = {
|
|
6279
|
+
/**
|
|
6280
|
+
* Token contract address
|
|
6281
|
+
*/
|
|
6282
|
+
address: string;
|
|
6283
|
+
/**
|
|
6284
|
+
* Token name
|
|
6285
|
+
*/
|
|
6286
|
+
name: string;
|
|
6287
|
+
/**
|
|
6288
|
+
* Token symbol
|
|
6289
|
+
*/
|
|
6290
|
+
symbol: string;
|
|
6291
|
+
/**
|
|
6292
|
+
* Token decimals
|
|
6293
|
+
*/
|
|
6294
|
+
decimals: number;
|
|
6295
|
+
/**
|
|
6296
|
+
* Value including decimals
|
|
6297
|
+
*/
|
|
6298
|
+
valueWithDecimals: string;
|
|
6299
|
+
};
|
|
6300
|
+
|
|
6301
|
+
type ERCTransfer = {
|
|
6302
|
+
/**
|
|
6303
|
+
* Transaction hash
|
|
6304
|
+
*/
|
|
6305
|
+
transactionHash: string;
|
|
6306
|
+
/**
|
|
6307
|
+
* Transfer type
|
|
6308
|
+
*/
|
|
6309
|
+
type: string;
|
|
6310
|
+
/**
|
|
6311
|
+
* Sender address
|
|
6312
|
+
*/
|
|
6313
|
+
from: string;
|
|
6314
|
+
/**
|
|
6315
|
+
* Recipient address
|
|
6316
|
+
*/
|
|
6317
|
+
to: string;
|
|
6318
|
+
/**
|
|
6319
|
+
* Amount transferred
|
|
6320
|
+
*/
|
|
6321
|
+
value: string;
|
|
6322
|
+
/**
|
|
6323
|
+
* Token Id
|
|
6324
|
+
*/
|
|
6325
|
+
tokenId?: string;
|
|
6326
|
+
/**
|
|
6327
|
+
* Block timestamp
|
|
6328
|
+
*/
|
|
6329
|
+
blockTimestamp: number;
|
|
6330
|
+
/**
|
|
6331
|
+
* Log index
|
|
6332
|
+
*/
|
|
6333
|
+
logIndex: number;
|
|
6334
|
+
/**
|
|
6335
|
+
* erc20 Token details
|
|
6336
|
+
*/
|
|
6337
|
+
erc20Token?: ERCToken;
|
|
6338
|
+
/**
|
|
6339
|
+
* erc721 Token details
|
|
6340
|
+
*/
|
|
6341
|
+
erc721Token?: ERCToken;
|
|
6342
|
+
/**
|
|
6343
|
+
* erc1155 Token details
|
|
6344
|
+
*/
|
|
6345
|
+
erc1155Token?: ERCToken;
|
|
6346
|
+
};
|
|
6347
|
+
|
|
5549
6348
|
type Forbidden = {
|
|
5550
6349
|
/**
|
|
5551
6350
|
* The error message describing the reason for the exception
|
|
@@ -5576,6 +6375,64 @@ type InternalServerError = {
|
|
|
5576
6375
|
error: string;
|
|
5577
6376
|
};
|
|
5578
6377
|
|
|
6378
|
+
type Log = {
|
|
6379
|
+
/**
|
|
6380
|
+
* Contract address
|
|
6381
|
+
*/
|
|
6382
|
+
address: string;
|
|
6383
|
+
/**
|
|
6384
|
+
* First topic
|
|
6385
|
+
*/
|
|
6386
|
+
topic0: string;
|
|
6387
|
+
/**
|
|
6388
|
+
* Second topic (optional)
|
|
6389
|
+
*/
|
|
6390
|
+
topic1?: string;
|
|
6391
|
+
/**
|
|
6392
|
+
* Third topic (optional)
|
|
6393
|
+
*/
|
|
6394
|
+
topic2?: string;
|
|
6395
|
+
/**
|
|
6396
|
+
* Fourth topic (optional)
|
|
6397
|
+
*/
|
|
6398
|
+
topic3?: string;
|
|
6399
|
+
/**
|
|
6400
|
+
* Event data
|
|
6401
|
+
*/
|
|
6402
|
+
data: string;
|
|
6403
|
+
/**
|
|
6404
|
+
* Transaction index
|
|
6405
|
+
*/
|
|
6406
|
+
transactionIndex: number;
|
|
6407
|
+
/**
|
|
6408
|
+
* Log index
|
|
6409
|
+
*/
|
|
6410
|
+
logIndex: number;
|
|
6411
|
+
/**
|
|
6412
|
+
* Indicates if the log was removed
|
|
6413
|
+
*/
|
|
6414
|
+
removed: boolean;
|
|
6415
|
+
};
|
|
6416
|
+
|
|
6417
|
+
type NetworkTokenInfo = {
|
|
6418
|
+
/**
|
|
6419
|
+
* Token name
|
|
6420
|
+
*/
|
|
6421
|
+
tokenName?: string;
|
|
6422
|
+
/**
|
|
6423
|
+
* Token symbol
|
|
6424
|
+
*/
|
|
6425
|
+
tokenSymbol?: string;
|
|
6426
|
+
/**
|
|
6427
|
+
* Token decimals
|
|
6428
|
+
*/
|
|
6429
|
+
tokenDecimals?: number;
|
|
6430
|
+
/**
|
|
6431
|
+
* Value including decimals
|
|
6432
|
+
*/
|
|
6433
|
+
valueWithDecimals?: string;
|
|
6434
|
+
};
|
|
6435
|
+
|
|
5579
6436
|
type NextPageToken = {
|
|
5580
6437
|
/**
|
|
5581
6438
|
* A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
|
|
@@ -5628,6 +6485,132 @@ type TooManyRequests = {
|
|
|
5628
6485
|
error: string;
|
|
5629
6486
|
};
|
|
5630
6487
|
|
|
6488
|
+
type Transaction = {
|
|
6489
|
+
/**
|
|
6490
|
+
* Block hash of the transaction
|
|
6491
|
+
*/
|
|
6492
|
+
blockHash: string;
|
|
6493
|
+
/**
|
|
6494
|
+
* Block number of the transaction
|
|
6495
|
+
*/
|
|
6496
|
+
blockNumber: string;
|
|
6497
|
+
/**
|
|
6498
|
+
* Sender address
|
|
6499
|
+
*/
|
|
6500
|
+
from: string;
|
|
6501
|
+
/**
|
|
6502
|
+
* Gas limit for the transaction
|
|
6503
|
+
*/
|
|
6504
|
+
gas: string;
|
|
6505
|
+
/**
|
|
6506
|
+
* Gas price used
|
|
6507
|
+
*/
|
|
6508
|
+
gasPrice: string;
|
|
6509
|
+
/**
|
|
6510
|
+
* Maximum fee per gas
|
|
6511
|
+
*/
|
|
6512
|
+
maxFeePerGas: string;
|
|
6513
|
+
/**
|
|
6514
|
+
* Maximum priority fee per gas
|
|
6515
|
+
*/
|
|
6516
|
+
maxPriorityFeePerGas: string;
|
|
6517
|
+
/**
|
|
6518
|
+
* Transaction hash
|
|
6519
|
+
*/
|
|
6520
|
+
txHash: string;
|
|
6521
|
+
/**
|
|
6522
|
+
* Transaction status
|
|
6523
|
+
*/
|
|
6524
|
+
txStatus: string;
|
|
6525
|
+
/**
|
|
6526
|
+
* Input data
|
|
6527
|
+
*/
|
|
6528
|
+
input: string;
|
|
6529
|
+
/**
|
|
6530
|
+
* Nonce value
|
|
6531
|
+
*/
|
|
6532
|
+
nonce: string;
|
|
6533
|
+
/**
|
|
6534
|
+
* Recipient address
|
|
6535
|
+
*/
|
|
6536
|
+
to: string;
|
|
6537
|
+
/**
|
|
6538
|
+
* Transaction index
|
|
6539
|
+
*/
|
|
6540
|
+
transactionIndex: number;
|
|
6541
|
+
/**
|
|
6542
|
+
* Value transferred in the transaction
|
|
6543
|
+
*/
|
|
6544
|
+
value: string;
|
|
6545
|
+
/**
|
|
6546
|
+
* Transaction type
|
|
6547
|
+
*/
|
|
6548
|
+
type: number;
|
|
6549
|
+
/**
|
|
6550
|
+
* Chain ID of the network
|
|
6551
|
+
*/
|
|
6552
|
+
chainId: string;
|
|
6553
|
+
/**
|
|
6554
|
+
* Cumulative gas used
|
|
6555
|
+
*/
|
|
6556
|
+
receiptCumulativeGasUsed: string;
|
|
6557
|
+
/**
|
|
6558
|
+
* Gas used
|
|
6559
|
+
*/
|
|
6560
|
+
receiptGasUsed: string;
|
|
6561
|
+
/**
|
|
6562
|
+
* Effective gas price
|
|
6563
|
+
*/
|
|
6564
|
+
receiptEffectiveGasPrice: string;
|
|
6565
|
+
/**
|
|
6566
|
+
* Receipt root
|
|
6567
|
+
*/
|
|
6568
|
+
receiptRoot: string;
|
|
6569
|
+
/**
|
|
6570
|
+
* Block timestamp
|
|
6571
|
+
*/
|
|
6572
|
+
blockTimestamp: number;
|
|
6573
|
+
/**
|
|
6574
|
+
* Contract address (optional)
|
|
6575
|
+
*/
|
|
6576
|
+
contractAddress?: string;
|
|
6577
|
+
/**
|
|
6578
|
+
* ERC20 transfers
|
|
6579
|
+
*/
|
|
6580
|
+
erc20Transfers: Array<ERCTransfer>;
|
|
6581
|
+
/**
|
|
6582
|
+
* ERC721 transfers
|
|
6583
|
+
*/
|
|
6584
|
+
erc721Transfers: Array<ERCTransfer>;
|
|
6585
|
+
/**
|
|
6586
|
+
* ERC1155 transfers
|
|
6587
|
+
*/
|
|
6588
|
+
erc1155Transfers: Array<ERCTransfer>;
|
|
6589
|
+
/**
|
|
6590
|
+
* Internal transactions (optional)
|
|
6591
|
+
*/
|
|
6592
|
+
internalTransactions?: Array<InternalTransaction>;
|
|
6593
|
+
/**
|
|
6594
|
+
* Access list (optional)
|
|
6595
|
+
*/
|
|
6596
|
+
accessList?: Array<AccessListData>;
|
|
6597
|
+
/**
|
|
6598
|
+
* Network token info (optional)
|
|
6599
|
+
*/
|
|
6600
|
+
networkToken?: NetworkTokenInfo;
|
|
6601
|
+
};
|
|
6602
|
+
|
|
6603
|
+
type TransactionEvent = {
|
|
6604
|
+
/**
|
|
6605
|
+
* Transaction details
|
|
6606
|
+
*/
|
|
6607
|
+
transaction: Transaction;
|
|
6608
|
+
/**
|
|
6609
|
+
* Array of log events
|
|
6610
|
+
*/
|
|
6611
|
+
logs?: Array<Log>;
|
|
6612
|
+
};
|
|
6613
|
+
|
|
5631
6614
|
type Unauthorized = {
|
|
5632
6615
|
/**
|
|
5633
6616
|
* The error message describing the reason for the exception
|
|
@@ -5643,4 +6626,31 @@ type Unauthorized = {
|
|
|
5643
6626
|
error: string;
|
|
5644
6627
|
};
|
|
5645
6628
|
|
|
5646
|
-
|
|
6629
|
+
type WebhookAddressActivityResponse = {
|
|
6630
|
+
/**
|
|
6631
|
+
* Webhook ID
|
|
6632
|
+
*/
|
|
6633
|
+
webhookId: string;
|
|
6634
|
+
/**
|
|
6635
|
+
* Event type
|
|
6636
|
+
*/
|
|
6637
|
+
eventType: WebhookAddressActivityResponse.eventType;
|
|
6638
|
+
/**
|
|
6639
|
+
* Message ID
|
|
6640
|
+
*/
|
|
6641
|
+
messageId: string;
|
|
6642
|
+
/**
|
|
6643
|
+
* Event details
|
|
6644
|
+
*/
|
|
6645
|
+
event: TransactionEvent;
|
|
6646
|
+
};
|
|
6647
|
+
declare namespace WebhookAddressActivityResponse {
|
|
6648
|
+
/**
|
|
6649
|
+
* Event type
|
|
6650
|
+
*/
|
|
6651
|
+
enum eventType {
|
|
6652
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
6653
|
+
}
|
|
6654
|
+
}
|
|
6655
|
+
|
|
6656
|
+
export { AccessListData, AccessRequest, ActiveDelegatorDetails, ActiveValidatorDetails, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiError, ApiFeature, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, BaseHttpRequest, Blockchain, BlockchainId, BlockchainIds, BlsCredentials, CChainAtomicBalances, CChainExportTransaction, CChainImportTransaction, CChainSharedAssetBalance, CancelError, CancelablePromise, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ChainStatus, CommonBalanceType, CompletedDelegatorDetails, CompletedValidatorDetails, ContractDeploymentDetails, ContractSubmissionBody, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, CurrencyCode, DataApiUsageMetricsService, DataListChainsResponse, DefaultService, DelegationStatusType, DelegatorsDetails, DeliveredIcmMessage, DeliveredSourceNotIndexedIcmMessage, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, ERCToken, ERCTransfer, EVMAddressActivityRequest, EVMAddressActivityResponse, EVMInput, EVMOperationType, EVMOutput, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc20Transfer, Erc20TransferDetails, Erc721Contract, Erc721Token, Erc721TokenBalance, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EventType, EvmBalancesService, EvmBlock, EvmBlocksService, EvmChainsService, EvmContractsService, EvmNetworkOptions, EvmTransactionsService, Forbidden, FullNativeTransactionDetails, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, Glacier, HealthCheckResultDto, HealthCheckService, HealthIndicatorResultDto, HistoricalReward, IcmDestinationTransaction, IcmReceipt, IcmRewardDetails, IcmSourceTransaction, ImageAsset, InterchainMessagingService, InternalServerError, InternalTransaction, InternalTransactionDetails, InternalTransactionOpCall, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListIcmMessagesResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Log, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, Network, NetworkToken, NetworkTokenDetails, NetworkTokenInfo, NextPageToken, NfTsService, NftTokenMetadataStatus, NotFound, NotificationsResponse, NotificationsService, OpenAPI, OpenAPIConfig, OperationStatus, OperationStatusCode, OperationStatusResponse, OperationType, OperationsService, PChainBalance, PChainId, PChainSharedAsset, PChainTransaction, PChainTransactionType, PChainUtxo, PendingDelegatorDetails, PendingIcmMessage, PendingReward, PendingTeleporterMessage, PendingValidatorDetails, PlatformActivityKeyType, PlatformActivityMetadata, PlatformActivityRequest, PlatformActivityResponse, PlatformActivitySubEvents, PlatformAddressActivitySubEventType, PlatformBalanceThresholdFilter, PricingProviders, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlock, PrimaryNetworkBlocksService, PrimaryNetworkChainInfo, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkOptions, PrimaryNetworkRewardsService, PrimaryNetworkRpcMetricsGroupByEnum, PrimaryNetworkRpcTimeIntervalGranularity, PrimaryNetworkRpcUsageMetricsResponseDTO, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, ProposerDetails, RemovedValidatorDetails, RequestType, ResourceLink, ResourceLinkType, RewardType, Rewards, RichAddress, RpcMetrics, RpcUsageMetricsGroupByEnum, RpcUsageMetricsValueAggregated, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, SignatureAggregatorService, SortByOption, SortOrder, StakingDistribution, Subnet, SubnetOwnershipInfo, SubnetRpcTimeIntervalGranularity, SubnetRpcUsageMetricsResponseDTO, SubscribeRequest, SubscriptionsRequest, SubscriptionsResponse, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterRewardDetails, TeleporterService, TeleporterSourceTransaction, TimeIntervalGranularityExtended, TooManyRequests, Transaction, TransactionDetails, TransactionDirectionType, TransactionEvent, TransactionExportMetadata, TransactionMethodType, TransactionStatus, TransactionVertexDetail, Unauthorized, UnknownContract, UnsubscribeRequest, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsGroupByEnum, UsageMetricsResponseDTO, UsageMetricsValueDTO, UtilityAddresses, Utxo, UtxoCredential, UtxoType, ValidationStatusType, ValidatorHealthDetails, ValidatorsDetails, VmName, WebhookAddressActivityResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainAssetDetails, XChainBalances, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainSharedAssetBalance, XChainTransactionType, XChainVertex };
|