@avalabs/glacier-sdk 3.1.0-canary.85a0322.0 → 3.1.0-canary.86d3f73.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.cjs +1 -0
- package/dist/index.d.ts +809 -105
- package/esm/generated/Glacier.d.ts +2 -0
- package/esm/generated/Glacier.js +1 -1
- package/esm/generated/core/ApiRequestOptions.d.ts +1 -1
- package/esm/generated/core/ApiResult.d.ts +1 -1
- package/esm/generated/core/CancelablePromise.d.ts +2 -1
- package/esm/generated/core/OpenAPI.d.ts +2 -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 +5 -0
- package/esm/generated/models/AddressActivityMetadata.d.ts +1 -1
- package/esm/generated/models/AddressesChangeRequest.d.ts +1 -1
- package/esm/generated/models/AggregatedAssetAmount.d.ts +1 -1
- package/esm/generated/models/AssetAmount.d.ts +1 -1
- package/esm/generated/models/AssetWithPriceInfo.d.ts +1 -1
- package/esm/generated/models/BadGateway.d.ts +1 -1
- package/esm/generated/models/BadRequest.d.ts +1 -1
- package/esm/generated/models/BalanceOwner.d.ts +1 -1
- package/esm/generated/models/Blockchain.d.ts +1 -1
- package/esm/generated/models/BlsCredentials.d.ts +1 -1
- package/esm/generated/models/CChainAtomicBalances.d.ts +1 -1
- package/esm/generated/models/CChainSharedAssetBalance.d.ts +1 -1
- package/esm/generated/models/ChainAddressChainIdMap.d.ts +1 -1
- package/esm/generated/models/ChainAddressChainIdMapListResponse.d.ts +1 -1
- package/esm/generated/models/ChainInfo.d.ts +1 -1
- package/esm/generated/models/CommonBalanceType.d.ts +17 -0
- package/esm/generated/models/CommonBalanceType.js +1 -0
- package/esm/generated/models/ContractDeploymentDetails.d.ts +1 -1
- package/esm/generated/models/ContractSubmissionBody.d.ts +1 -1
- package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +1 -1
- package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +1 -1
- package/esm/generated/models/DataListChainsResponse.d.ts +1 -1
- package/esm/generated/models/DelegatorsDetails.d.ts +1 -1
- 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/EVMInput.d.ts +1 -1
- package/esm/generated/models/EVMOutput.d.ts +1 -1
- package/esm/generated/models/Erc1155Contract.d.ts +1 -1
- package/esm/generated/models/Erc1155TokenMetadata.d.ts +1 -1
- package/esm/generated/models/Erc1155Transfer.d.ts +1 -1
- package/esm/generated/models/Erc1155TransferDetails.d.ts +1 -1
- package/esm/generated/models/Erc20Contract.d.ts +1 -1
- package/esm/generated/models/Erc20TokenBalance.d.ts +3 -3
- package/esm/generated/models/Erc20Transfer.d.ts +1 -1
- package/esm/generated/models/Erc20TransferDetails.d.ts +1 -1
- package/esm/generated/models/Erc721Contract.d.ts +1 -1
- package/esm/generated/models/Erc721TokenMetadata.d.ts +1 -1
- package/esm/generated/models/Erc721Transfer.d.ts +1 -1
- package/esm/generated/models/Erc721TransferDetails.d.ts +1 -1
- package/esm/generated/models/EventType.d.ts +3 -1
- package/esm/generated/models/EventType.js +1 -1
- package/esm/generated/models/EvmBlock.d.ts +1 -1
- package/esm/generated/models/EvmNetworkOptions.d.ts +1 -1
- package/esm/generated/models/Forbidden.d.ts +1 -1
- package/esm/generated/models/FullNativeTransactionDetails.d.ts +1 -1
- package/esm/generated/models/Geolocation.d.ts +24 -0
- package/esm/generated/models/GetChainResponse.d.ts +1 -1
- package/esm/generated/models/GetEvmBlockResponse.d.ts +1 -1
- package/esm/generated/models/GetNativeBalanceResponse.d.ts +1 -1
- package/esm/generated/models/GetNetworkDetailsResponse.d.ts +1 -1
- package/esm/generated/models/GetPrimaryNetworkBlockResponse.d.ts +1 -1
- package/esm/generated/models/GetTransactionResponse.d.ts +2 -2
- 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/HistoricalReward.d.ts +1 -1
- package/esm/generated/models/IcmDestinationTransaction.d.ts +1 -1
- package/esm/generated/models/IcmReceipt.d.ts +1 -1
- package/esm/generated/models/IcmSourceTransaction.d.ts +1 -1
- package/esm/generated/models/ImageAsset.d.ts +1 -1
- package/esm/generated/models/InternalServerError.d.ts +1 -1
- package/esm/generated/models/InternalTransaction.d.ts +16 -17
- package/esm/generated/models/InternalTransactionDetails.d.ts +1 -1
- package/esm/generated/models/InternalTransactionOpCall.d.ts +1 -0
- package/esm/generated/models/InternalTransactionOpCall.js +1 -1
- package/esm/generated/models/L1ValidatorDetailsFull.d.ts +5 -1
- package/esm/generated/models/L1ValidatorDetailsTransaction.d.ts +5 -1
- package/esm/generated/models/L1ValidatorManagerDetails.d.ts +1 -1
- package/esm/generated/models/ListAddressChainsResponse.d.ts +1 -1
- package/esm/generated/models/ListBlockchainsResponse.d.ts +1 -1
- package/esm/generated/models/ListCChainAtomicBalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListCChainAtomicTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListChainsResponse.d.ts +1 -1
- package/esm/generated/models/ListCollectibleBalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListContractsResponse.d.ts +1 -1
- package/esm/generated/models/ListDelegatorDetailsResponse.d.ts +1 -1
- package/esm/generated/models/ListErc1155BalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListErc1155TransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListErc20BalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListErc20TransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListErc721BalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListErc721TransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListEvmBlocksResponse.d.ts +1 -1
- package/esm/generated/models/ListHistoricalRewardsResponse.d.ts +1 -1
- package/esm/generated/models/ListIcmMessagesResponse.d.ts +1 -1
- package/esm/generated/models/ListInternalTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListL1ValidatorsResponse.d.ts +1 -1
- package/esm/generated/models/ListNativeTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListNftTokens.d.ts +1 -1
- package/esm/generated/models/ListPChainBalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListPChainTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListPChainUtxosResponse.d.ts +1 -1
- package/esm/generated/models/ListPendingRewardsResponse.d.ts +1 -1
- package/esm/generated/models/ListPrimaryNetworkBlocksResponse.d.ts +1 -1
- package/esm/generated/models/ListSubnetsResponse.d.ts +1 -1
- package/esm/generated/models/ListTeleporterMessagesResponse.d.ts +1 -1
- package/esm/generated/models/ListTransactionDetailsResponse.d.ts +1 -1
- package/esm/generated/models/ListTransfersResponse.d.ts +1 -1
- package/esm/generated/models/ListUtxosResponse.d.ts +1 -1
- package/esm/generated/models/ListValidatorDetailsResponse.d.ts +1 -1
- package/esm/generated/models/ListWebhookAddressesResponse.d.ts +1 -1
- package/esm/generated/models/ListWebhooksResponse.d.ts +4 -3
- package/esm/generated/models/ListXChainBalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListXChainTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListXChainVerticesResponse.d.ts +1 -1
- package/esm/generated/models/Log.d.ts +40 -0
- package/esm/generated/models/LogsFormat.d.ts +1 -1
- package/esm/generated/models/LogsFormatMetadata.d.ts +1 -1
- package/esm/generated/models/LogsResponseDTO.d.ts +1 -1
- package/esm/generated/models/Method.d.ts +1 -1
- package/esm/generated/models/Metric.d.ts +1 -1
- package/esm/generated/models/Money.d.ts +1 -1
- package/esm/generated/models/NativeTokenBalance.d.ts +1 -1
- package/esm/generated/models/NativeTransaction.d.ts +1 -1
- package/esm/generated/models/Network.d.ts +1 -2
- package/esm/generated/models/Network.js +1 -1
- package/esm/generated/models/NetworkToken.d.ts +1 -1
- package/esm/generated/models/NetworkTokenDetails.d.ts +1 -1
- package/esm/generated/models/NetworkTokenInfo.d.ts +20 -0
- package/esm/generated/models/NextPageToken.d.ts +1 -1
- package/esm/generated/models/NotFound.d.ts +1 -1
- package/esm/generated/models/NotificationsResponse.d.ts +5 -0
- package/esm/generated/models/OperationStatusResponse.d.ts +2 -2
- package/esm/generated/models/PChainBalance.d.ts +1 -1
- package/esm/generated/models/PChainSharedAsset.d.ts +1 -1
- package/esm/generated/models/PChainTransaction.d.ts +1 -1
- package/esm/generated/models/PChainUtxo.d.ts +1 -1
- package/esm/generated/models/PendingReward.d.ts +1 -1
- 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/PricingProviders.d.ts +1 -1
- package/esm/generated/models/PrimaryNetworkBlock.d.ts +1 -1
- package/esm/generated/models/PrimaryNetworkChainInfo.d.ts +1 -1
- package/esm/generated/models/PrimaryNetworkOptions.d.ts +1 -1
- 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/ProposerDetails.d.ts +1 -1
- package/esm/generated/models/ResourceLink.d.ts +1 -1
- package/esm/generated/models/Rewards.d.ts +1 -1
- package/esm/generated/models/RichAddress.d.ts +1 -1
- package/esm/generated/models/RpcMetrics.d.ts +1 -1
- package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +4 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -1
- package/esm/generated/models/ServiceUnavailable.d.ts +1 -1
- package/esm/generated/models/SharedSecretsResponse.d.ts +1 -1
- package/esm/generated/models/SignatureAggregationResponse.d.ts +1 -1
- package/esm/generated/models/SignatureAggregatorRequest.d.ts +1 -1
- package/esm/generated/models/StakingDistribution.d.ts +1 -1
- package/esm/generated/models/Subnet.d.ts +3 -3
- package/esm/generated/models/SubnetOwnershipInfo.d.ts +1 -1
- package/esm/generated/models/SubnetRpcUsageMetricsResponseDTO.d.ts +1 -1
- 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/TeleporterDestinationTransaction.d.ts +1 -1
- package/esm/generated/models/TeleporterMessageInfo.d.ts +1 -1
- package/esm/generated/models/TeleporterReceipt.d.ts +1 -1
- package/esm/generated/models/TeleporterSourceTransaction.d.ts +1 -1
- package/esm/generated/models/TooManyRequests.d.ts +1 -1
- package/esm/generated/models/Transaction.d.ts +121 -0
- package/esm/generated/models/TransactionDetails.d.ts +2 -2
- package/esm/generated/models/TransactionEvent.d.ts +15 -0
- package/esm/generated/models/TransactionExportMetadata.d.ts +1 -1
- package/esm/generated/models/TransactionVertexDetail.d.ts +1 -1
- package/esm/generated/models/Unauthorized.d.ts +1 -1
- package/esm/generated/models/UnknownContract.d.ts +1 -1
- package/esm/generated/models/UnsubscribeRequest.d.ts +12 -0
- package/esm/generated/models/UpdateContractResponse.d.ts +1 -1
- package/esm/generated/models/UpdateWebhookRequest.d.ts +1 -1
- package/esm/generated/models/UsageMetricsResponseDTO.d.ts +1 -1
- package/esm/generated/models/UtilityAddresses.d.ts +1 -1
- package/esm/generated/models/Utxo.d.ts +1 -1
- package/esm/generated/models/UtxoCredential.d.ts +1 -1
- package/esm/generated/models/ValidatorHealthDetails.d.ts +1 -1
- package/esm/generated/models/ValidatorsDetails.d.ts +1 -1
- package/esm/generated/models/WebhookAddressActivityResponse.d.ts +30 -0
- package/esm/generated/models/WebhookAddressActivityResponse.js +1 -0
- package/esm/generated/models/XChainAssetDetails.d.ts +1 -1
- package/esm/generated/models/XChainBalances.d.ts +1 -1
- package/esm/generated/models/XChainSharedAssetBalance.d.ts +1 -1
- package/esm/generated/models/XChainVertex.d.ts +1 -1
- 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/EvmTransactionsService.d.ts +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 +2 -2
- package/esm/generated/services/NotificationsService.d.ts +51 -0
- package/esm/generated/services/NotificationsService.js +1 -0
- package/esm/generated/services/PrimaryNetworkService.d.ts +18 -1
- package/esm/generated/services/PrimaryNetworkService.js +1 -1
- package/esm/generated/services/SignatureAggregatorService.d.ts +16 -0
- package/esm/generated/services/SignatureAggregatorService.js +1 -1
- package/esm/generated/services/WebhooksService.d.ts +26 -24
- package/esm/generated/services/WebhooksService.js +1 -1
- package/esm/index.d.ts +31 -3
- package/esm/index.js +1 -1
- package/package.json +13 -4
- package/dist/index.js +0 -1
- package/esm/generated/models/BlockchainInfo.d.ts +0 -5
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
|
/**
|
|
@@ -1646,7 +1728,7 @@ type Erc1155Contract = {
|
|
|
1646
1728
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1647
1729
|
*/
|
|
1648
1730
|
address: string;
|
|
1649
|
-
deploymentDetails
|
|
1731
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1650
1732
|
ercType: Erc1155Contract.ercType;
|
|
1651
1733
|
/**
|
|
1652
1734
|
* The contract symbol.
|
|
@@ -1677,7 +1759,7 @@ type Erc20Contract = {
|
|
|
1677
1759
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1678
1760
|
*/
|
|
1679
1761
|
address: string;
|
|
1680
|
-
deploymentDetails
|
|
1762
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1681
1763
|
ercType: Erc20Contract.ercType;
|
|
1682
1764
|
/**
|
|
1683
1765
|
* The contract symbol.
|
|
@@ -1712,7 +1794,7 @@ type Erc721Contract = {
|
|
|
1712
1794
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1713
1795
|
*/
|
|
1714
1796
|
address: string;
|
|
1715
|
-
deploymentDetails
|
|
1797
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1716
1798
|
ercType: Erc721Contract.ercType;
|
|
1717
1799
|
/**
|
|
1718
1800
|
* The contract symbol.
|
|
@@ -1742,7 +1824,7 @@ type UnknownContract = {
|
|
|
1742
1824
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1743
1825
|
*/
|
|
1744
1826
|
address: string;
|
|
1745
|
-
deploymentDetails
|
|
1827
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1746
1828
|
ercType: UnknownContract.ercType;
|
|
1747
1829
|
};
|
|
1748
1830
|
declare namespace UnknownContract {
|
|
@@ -1960,6 +2042,7 @@ declare enum InternalTransactionOpCall {
|
|
|
1960
2042
|
CALL = "CALL",
|
|
1961
2043
|
CREATE = "CREATE",
|
|
1962
2044
|
CREATE2 = "CREATE2",
|
|
2045
|
+
CREATE3 = "CREATE3",
|
|
1963
2046
|
CALLCODE = "CALLCODE",
|
|
1964
2047
|
DELEGATECALL = "DELEGATECALL",
|
|
1965
2048
|
STATICCALL = "STATICCALL"
|
|
@@ -2022,7 +2105,7 @@ type GetTransactionResponse = {
|
|
|
2022
2105
|
*/
|
|
2023
2106
|
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
2024
2107
|
/**
|
|
2025
|
-
* The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2
|
|
2108
|
+
* The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
|
|
2026
2109
|
*/
|
|
2027
2110
|
internalTransactions?: Array<InternalTransactionDetails>;
|
|
2028
2111
|
networkTokenDetails: NetworkTokenDetails;
|
|
@@ -2138,31 +2221,33 @@ type ListErc721TransactionsResponse = {
|
|
|
2138
2221
|
|
|
2139
2222
|
type InternalTransaction = {
|
|
2140
2223
|
/**
|
|
2141
|
-
*
|
|
2224
|
+
* Sender address
|
|
2142
2225
|
*/
|
|
2143
|
-
|
|
2226
|
+
from: string;
|
|
2144
2227
|
/**
|
|
2145
|
-
*
|
|
2228
|
+
* Recipient address
|
|
2146
2229
|
*/
|
|
2147
|
-
|
|
2230
|
+
to: string;
|
|
2148
2231
|
/**
|
|
2149
|
-
*
|
|
2232
|
+
* Internal transaction type
|
|
2150
2233
|
*/
|
|
2151
|
-
|
|
2234
|
+
internalTxType: string;
|
|
2152
2235
|
/**
|
|
2153
|
-
*
|
|
2236
|
+
* Value transferred
|
|
2154
2237
|
*/
|
|
2155
|
-
txHash: string;
|
|
2156
|
-
from: RichAddress;
|
|
2157
|
-
to: RichAddress;
|
|
2158
|
-
internalTxType: InternalTransactionOpCall;
|
|
2159
2238
|
value: string;
|
|
2160
2239
|
/**
|
|
2161
|
-
*
|
|
2240
|
+
* Gas used
|
|
2162
2241
|
*/
|
|
2163
|
-
isReverted: boolean;
|
|
2164
2242
|
gasUsed: string;
|
|
2243
|
+
/**
|
|
2244
|
+
* Gas limit
|
|
2245
|
+
*/
|
|
2165
2246
|
gasLimit: string;
|
|
2247
|
+
/**
|
|
2248
|
+
* Transaction hash
|
|
2249
|
+
*/
|
|
2250
|
+
transactionHash: string;
|
|
2166
2251
|
};
|
|
2167
2252
|
|
|
2168
2253
|
type ListInternalTransactionsResponse = {
|
|
@@ -2191,7 +2276,7 @@ type TransactionDetails = {
|
|
|
2191
2276
|
*/
|
|
2192
2277
|
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
2193
2278
|
/**
|
|
2194
|
-
* The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2
|
|
2279
|
+
* The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
|
|
2195
2280
|
*/
|
|
2196
2281
|
internalTransactions?: Array<InternalTransactionDetails>;
|
|
2197
2282
|
};
|
|
@@ -2490,7 +2575,7 @@ declare class EvmTransactionsService {
|
|
|
2490
2575
|
* List internal transactions
|
|
2491
2576
|
* Returns a list of internal transactions for an address and chain. Filterable by block range.
|
|
2492
2577
|
*
|
|
2493
|
-
* Note that the internal transactions list only contains `CALL` or `CALLCODE` transactions with a non-zero value and `CREATE`/`CREATE2` transactions. To get a complete list of internal transactions use the `debug_` prefixed RPC methods on an archive node.
|
|
2578
|
+
* Note that the internal transactions list only contains `CALL` or `CALLCODE` transactions with a non-zero value and `CREATE`/`CREATE2`/`CREATE3` transactions. To get a complete list of internal transactions use the `debug_` prefixed RPC methods on an archive node.
|
|
2494
2579
|
* @returns ListInternalTransactionsResponse Successful response
|
|
2495
2580
|
* @throws ApiError
|
|
2496
2581
|
*/
|
|
@@ -2586,20 +2671,46 @@ declare class EvmTransactionsService {
|
|
|
2586
2671
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2587
2672
|
}
|
|
2588
2673
|
|
|
2674
|
+
type HealthIndicatorResultDto = {
|
|
2675
|
+
/**
|
|
2676
|
+
* Status of the health indicator.
|
|
2677
|
+
*/
|
|
2678
|
+
status?: HealthIndicatorResultDto.status;
|
|
2679
|
+
};
|
|
2680
|
+
declare namespace HealthIndicatorResultDto {
|
|
2681
|
+
/**
|
|
2682
|
+
* Status of the health indicator.
|
|
2683
|
+
*/
|
|
2684
|
+
enum status {
|
|
2685
|
+
UP = "up",
|
|
2686
|
+
DOWN = "down"
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
|
|
2690
|
+
type HealthCheckResultDto = {
|
|
2691
|
+
status?: HealthCheckResultDto.status;
|
|
2692
|
+
info?: any | null;
|
|
2693
|
+
error?: any | null;
|
|
2694
|
+
details?: Record<string, HealthIndicatorResultDto>;
|
|
2695
|
+
};
|
|
2696
|
+
declare namespace HealthCheckResultDto {
|
|
2697
|
+
enum status {
|
|
2698
|
+
ERROR = "error",
|
|
2699
|
+
OK = "ok",
|
|
2700
|
+
SHUTTING_DOWN = "shutting_down"
|
|
2701
|
+
}
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2589
2704
|
declare class HealthCheckService {
|
|
2590
2705
|
readonly httpRequest: BaseHttpRequest;
|
|
2591
2706
|
constructor(httpRequest: BaseHttpRequest);
|
|
2592
2707
|
/**
|
|
2593
2708
|
* Get the health of the service
|
|
2594
|
-
*
|
|
2709
|
+
* Check the health of the service.
|
|
2710
|
+
* @returns HealthCheckResultDto The health of the service
|
|
2595
2711
|
* @throws ApiError
|
|
2596
2712
|
*/
|
|
2597
|
-
dataHealthCheck(): CancelablePromise<
|
|
2598
|
-
status?: string;
|
|
2599
|
-
info?: Record<string, Record<string, string>> | null;
|
|
2600
|
-
error?: Record<string, Record<string, string>> | null;
|
|
2601
|
-
details?: Record<string, Record<string, string>>;
|
|
2602
|
-
}>;
|
|
2713
|
+
dataHealthCheck(): CancelablePromise<HealthCheckResultDto>;
|
|
2603
2714
|
}
|
|
2604
2715
|
|
|
2605
2716
|
type IcmDestinationTransaction = {
|
|
@@ -2741,13 +2852,13 @@ declare class InterchainMessagingService {
|
|
|
2741
2852
|
constructor(httpRequest: BaseHttpRequest);
|
|
2742
2853
|
/**
|
|
2743
2854
|
* Get an ICM message
|
|
2744
|
-
* Gets an ICM message by message ID.
|
|
2855
|
+
* Gets an ICM message by teleporter message ID.
|
|
2745
2856
|
* @returns any Successful response
|
|
2746
2857
|
* @throws ApiError
|
|
2747
2858
|
*/
|
|
2748
2859
|
getIcmMessage({ messageId, }: {
|
|
2749
2860
|
/**
|
|
2750
|
-
* The message ID of the ICM message.
|
|
2861
|
+
* The teleporter message ID of the ICM message.
|
|
2751
2862
|
*/
|
|
2752
2863
|
messageId: string;
|
|
2753
2864
|
}): CancelablePromise<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
|
|
@@ -2894,6 +3005,108 @@ declare class NfTsService {
|
|
|
2894
3005
|
}): CancelablePromise<(Erc721Token | Erc1155Token)>;
|
|
2895
3006
|
}
|
|
2896
3007
|
|
|
3008
|
+
type AccessRequest = {
|
|
3009
|
+
/**
|
|
3010
|
+
* The email address to send the access token to
|
|
3011
|
+
*/
|
|
3012
|
+
email: string;
|
|
3013
|
+
/**
|
|
3014
|
+
* The captcha to verify the user
|
|
3015
|
+
*/
|
|
3016
|
+
captcha: string;
|
|
3017
|
+
};
|
|
3018
|
+
|
|
3019
|
+
type NotificationsResponse = {
|
|
3020
|
+
message: string;
|
|
3021
|
+
};
|
|
3022
|
+
|
|
3023
|
+
type SubscribeRequest = {
|
|
3024
|
+
/**
|
|
3025
|
+
* The access token to use for authentication
|
|
3026
|
+
*/
|
|
3027
|
+
accessToken: string;
|
|
3028
|
+
/**
|
|
3029
|
+
* The node ID to subscribe to
|
|
3030
|
+
*/
|
|
3031
|
+
nodeId: string;
|
|
3032
|
+
/**
|
|
3033
|
+
* The notification types to subscribe to. If not provided, all notification types will be subscribed to
|
|
3034
|
+
*/
|
|
3035
|
+
notifications?: Array<'connectivity' | 'ports' | 'version'>;
|
|
3036
|
+
};
|
|
3037
|
+
|
|
3038
|
+
type SubscriptionsRequest = {
|
|
3039
|
+
/**
|
|
3040
|
+
* The access token to use for authentication
|
|
3041
|
+
*/
|
|
3042
|
+
accessToken: string;
|
|
3043
|
+
};
|
|
3044
|
+
|
|
3045
|
+
type SubscriptionsResponse = {
|
|
3046
|
+
/**
|
|
3047
|
+
* The email address of the user
|
|
3048
|
+
*/
|
|
3049
|
+
email: string;
|
|
3050
|
+
/**
|
|
3051
|
+
* The subscriptions of the user
|
|
3052
|
+
*/
|
|
3053
|
+
subscriptions: Record<string, {
|
|
3054
|
+
notifications?: Array<'connectivity' | 'ports' | 'version'>;
|
|
3055
|
+
}>;
|
|
3056
|
+
};
|
|
3057
|
+
|
|
3058
|
+
type UnsubscribeRequest = {
|
|
3059
|
+
/**
|
|
3060
|
+
* The access token to use for authentication
|
|
3061
|
+
*/
|
|
3062
|
+
accessToken: string;
|
|
3063
|
+
/**
|
|
3064
|
+
* The node ID to subscribe to
|
|
3065
|
+
*/
|
|
3066
|
+
nodeId: string;
|
|
3067
|
+
};
|
|
3068
|
+
|
|
3069
|
+
declare class NotificationsService {
|
|
3070
|
+
readonly httpRequest: BaseHttpRequest;
|
|
3071
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
3072
|
+
/**
|
|
3073
|
+
* Access Notifications
|
|
3074
|
+
* Access notifications.
|
|
3075
|
+
* @returns NotificationsResponse Successful response
|
|
3076
|
+
* @throws ApiError
|
|
3077
|
+
*/
|
|
3078
|
+
access({ requestBody, }: {
|
|
3079
|
+
requestBody: AccessRequest;
|
|
3080
|
+
}): CancelablePromise<NotificationsResponse>;
|
|
3081
|
+
/**
|
|
3082
|
+
* Subscribe to Notifications
|
|
3083
|
+
* Subscribe to receive notifications.
|
|
3084
|
+
* @returns NotificationsResponse Successful response
|
|
3085
|
+
* @throws ApiError
|
|
3086
|
+
*/
|
|
3087
|
+
subscribe({ requestBody, }: {
|
|
3088
|
+
requestBody: SubscribeRequest;
|
|
3089
|
+
}): CancelablePromise<NotificationsResponse>;
|
|
3090
|
+
/**
|
|
3091
|
+
* Unsubscribe from Notifications
|
|
3092
|
+
* Unsubscribe from receiving notifications.
|
|
3093
|
+
* @returns NotificationsResponse Successful response
|
|
3094
|
+
* @throws ApiError
|
|
3095
|
+
*/
|
|
3096
|
+
unsubscribe({ requestBody, }: {
|
|
3097
|
+
requestBody: UnsubscribeRequest;
|
|
3098
|
+
}): CancelablePromise<NotificationsResponse>;
|
|
3099
|
+
/**
|
|
3100
|
+
* Get Subscriptions
|
|
3101
|
+
* Get subscriptions.
|
|
3102
|
+
* @returns SubscriptionsResponse Successful response
|
|
3103
|
+
* @throws ApiError
|
|
3104
|
+
*/
|
|
3105
|
+
subscriptions({ requestBody, }: {
|
|
3106
|
+
requestBody: SubscriptionsRequest;
|
|
3107
|
+
}): CancelablePromise<SubscriptionsResponse>;
|
|
3108
|
+
}
|
|
3109
|
+
|
|
2897
3110
|
type EvmNetworkOptions = {
|
|
2898
3111
|
addresses: Array<string>;
|
|
2899
3112
|
includeChains: Array<string>;
|
|
@@ -2982,7 +3195,7 @@ type OperationStatusResponse = {
|
|
|
2982
3195
|
operationType: OperationType;
|
|
2983
3196
|
operationStatus: OperationStatus;
|
|
2984
3197
|
message?: string;
|
|
2985
|
-
metadata
|
|
3198
|
+
metadata?: TransactionExportMetadata;
|
|
2986
3199
|
createdAtTimestamp: number;
|
|
2987
3200
|
updatedAtTimestamp: number;
|
|
2988
3201
|
};
|
|
@@ -3015,6 +3228,15 @@ declare class OperationsService {
|
|
|
3015
3228
|
}): CancelablePromise<OperationStatusResponse>;
|
|
3016
3229
|
}
|
|
3017
3230
|
|
|
3231
|
+
type Blockchain = {
|
|
3232
|
+
createBlockTimestamp: number;
|
|
3233
|
+
createBlockNumber: string;
|
|
3234
|
+
blockchainId: string;
|
|
3235
|
+
vmId: string;
|
|
3236
|
+
subnetId: string;
|
|
3237
|
+
blockchainName: string;
|
|
3238
|
+
};
|
|
3239
|
+
|
|
3018
3240
|
declare enum BlockchainIds {
|
|
3019
3241
|
_11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
|
|
3020
3242
|
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
@@ -3079,15 +3301,6 @@ type GetNetworkDetailsResponse = {
|
|
|
3079
3301
|
delegatorDetails: DelegatorsDetails;
|
|
3080
3302
|
};
|
|
3081
3303
|
|
|
3082
|
-
type Blockchain = {
|
|
3083
|
-
createBlockTimestamp: number;
|
|
3084
|
-
createBlockNumber: string;
|
|
3085
|
-
blockchainId: string;
|
|
3086
|
-
vmId: string;
|
|
3087
|
-
subnetId: string;
|
|
3088
|
-
blockchainName: string;
|
|
3089
|
-
};
|
|
3090
|
-
|
|
3091
3304
|
type ListBlockchainsResponse = {
|
|
3092
3305
|
/**
|
|
3093
3306
|
* 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.
|
|
@@ -3183,6 +3396,10 @@ type L1ValidatorDetailsFull = {
|
|
|
3183
3396
|
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
3184
3397
|
*/
|
|
3185
3398
|
validationId: string;
|
|
3399
|
+
/**
|
|
3400
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
3401
|
+
*/
|
|
3402
|
+
validationIdHex: string;
|
|
3186
3403
|
nodeId: string;
|
|
3187
3404
|
subnetId: string;
|
|
3188
3405
|
/**
|
|
@@ -3219,10 +3436,6 @@ type ListL1ValidatorsResponse = {
|
|
|
3219
3436
|
validators: Array<L1ValidatorDetailsFull>;
|
|
3220
3437
|
};
|
|
3221
3438
|
|
|
3222
|
-
type BlockchainInfo = {
|
|
3223
|
-
blockchainId: string;
|
|
3224
|
-
};
|
|
3225
|
-
|
|
3226
3439
|
type L1ValidatorManagerDetails = {
|
|
3227
3440
|
blockchainId: string;
|
|
3228
3441
|
contractAddress: string;
|
|
@@ -3278,7 +3491,7 @@ type Subnet = {
|
|
|
3278
3491
|
* L1 validator manager details.
|
|
3279
3492
|
*/
|
|
3280
3493
|
l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
|
|
3281
|
-
blockchains: Array<
|
|
3494
|
+
blockchains: Array<Blockchain>;
|
|
3282
3495
|
};
|
|
3283
3496
|
|
|
3284
3497
|
type ListSubnetsResponse = {
|
|
@@ -3294,6 +3507,29 @@ type BlsCredentials = {
|
|
|
3294
3507
|
proofOfPossession: string;
|
|
3295
3508
|
};
|
|
3296
3509
|
|
|
3510
|
+
type Geolocation = {
|
|
3511
|
+
/**
|
|
3512
|
+
* The name of the validator node.
|
|
3513
|
+
*/
|
|
3514
|
+
city: string;
|
|
3515
|
+
/**
|
|
3516
|
+
* The city of the validator node.
|
|
3517
|
+
*/
|
|
3518
|
+
country: string;
|
|
3519
|
+
/**
|
|
3520
|
+
* The country code of the validator node.
|
|
3521
|
+
*/
|
|
3522
|
+
countryCode: string;
|
|
3523
|
+
/**
|
|
3524
|
+
* The latitude of the validator node.
|
|
3525
|
+
*/
|
|
3526
|
+
latitude: number;
|
|
3527
|
+
/**
|
|
3528
|
+
* The longitude of the validator node.
|
|
3529
|
+
*/
|
|
3530
|
+
longitude: number;
|
|
3531
|
+
};
|
|
3532
|
+
|
|
3297
3533
|
type Rewards = {
|
|
3298
3534
|
validationRewardAmount: string;
|
|
3299
3535
|
delegationRewardAmount: string;
|
|
@@ -3362,6 +3598,10 @@ type ActiveValidatorDetails = {
|
|
|
3362
3598
|
potentialRewards: Rewards;
|
|
3363
3599
|
validationStatus: ActiveValidatorDetails.validationStatus;
|
|
3364
3600
|
validatorHealth: ValidatorHealthDetails;
|
|
3601
|
+
/**
|
|
3602
|
+
* The geographical location of the validator node, if available.
|
|
3603
|
+
*/
|
|
3604
|
+
geolocation: Geolocation | null;
|
|
3365
3605
|
};
|
|
3366
3606
|
declare namespace ActiveValidatorDetails {
|
|
3367
3607
|
enum validationStatus {
|
|
@@ -3598,6 +3838,22 @@ declare class PrimaryNetworkService {
|
|
|
3598
3838
|
*/
|
|
3599
3839
|
sortOrder?: SortOrder;
|
|
3600
3840
|
}): CancelablePromise<ListBlockchainsResponse>;
|
|
3841
|
+
/**
|
|
3842
|
+
* Get blockchain details by ID
|
|
3843
|
+
* Get details of the blockchain registered on the network.
|
|
3844
|
+
* @returns Blockchain Successful response
|
|
3845
|
+
* @throws ApiError
|
|
3846
|
+
*/
|
|
3847
|
+
getBlockchainById({ blockchainId, network, }: {
|
|
3848
|
+
/**
|
|
3849
|
+
* The blockchain ID of the blockchain to retrieve.
|
|
3850
|
+
*/
|
|
3851
|
+
blockchainId: string;
|
|
3852
|
+
/**
|
|
3853
|
+
* Either mainnet or testnet/fuji.
|
|
3854
|
+
*/
|
|
3855
|
+
network: Network;
|
|
3856
|
+
}): CancelablePromise<Blockchain>;
|
|
3601
3857
|
/**
|
|
3602
3858
|
* List subnets
|
|
3603
3859
|
* Lists all subnets registered on the network.
|
|
@@ -3802,7 +4058,7 @@ declare class PrimaryNetworkService {
|
|
|
3802
4058
|
/**
|
|
3803
4059
|
* The L1 Validator's validation ID to filter by. If not provided, then all L1 Validators will be returned.
|
|
3804
4060
|
*/
|
|
3805
|
-
l1ValidationId?:
|
|
4061
|
+
l1ValidationId?: string;
|
|
3806
4062
|
includeInactiveL1Validators?: boolean;
|
|
3807
4063
|
/**
|
|
3808
4064
|
* A valid node ID in format 'NodeID-HASH'.
|
|
@@ -4585,6 +4841,10 @@ type L1ValidatorDetailsTransaction = {
|
|
|
4585
4841
|
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
4586
4842
|
*/
|
|
4587
4843
|
validationId: string;
|
|
4844
|
+
/**
|
|
4845
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
4846
|
+
*/
|
|
4847
|
+
validationIdHex: string;
|
|
4588
4848
|
nodeId: string;
|
|
4589
4849
|
subnetId: string;
|
|
4590
4850
|
/**
|
|
@@ -5347,6 +5607,22 @@ declare class SignatureAggregatorService {
|
|
|
5347
5607
|
network: Network;
|
|
5348
5608
|
requestBody: SignatureAggregatorRequest;
|
|
5349
5609
|
}): CancelablePromise<SignatureAggregationResponse>;
|
|
5610
|
+
/**
|
|
5611
|
+
* Get Aggregated Signatures
|
|
5612
|
+
* Get Aggregated Signatures for a P-Chain L1 related Warp Message.
|
|
5613
|
+
* @returns SignatureAggregationResponse Successful response
|
|
5614
|
+
* @throws ApiError
|
|
5615
|
+
*/
|
|
5616
|
+
getAggregatedSignatures({ network, txHash, }: {
|
|
5617
|
+
/**
|
|
5618
|
+
* Either mainnet or testnet/fuji.
|
|
5619
|
+
*/
|
|
5620
|
+
network: Network;
|
|
5621
|
+
/**
|
|
5622
|
+
* A primary network (P or X chain) transaction hash.
|
|
5623
|
+
*/
|
|
5624
|
+
txHash: string;
|
|
5625
|
+
}): CancelablePromise<SignatureAggregationResponse>;
|
|
5350
5626
|
}
|
|
5351
5627
|
|
|
5352
5628
|
type TeleporterDestinationTransaction = {
|
|
@@ -5588,15 +5864,16 @@ type AddressActivityMetadata = {
|
|
|
5588
5864
|
eventSignatures?: Array<string>;
|
|
5589
5865
|
};
|
|
5590
5866
|
|
|
5591
|
-
declare enum
|
|
5592
|
-
|
|
5867
|
+
declare enum PrimaryNetworkType {
|
|
5868
|
+
MAINNET = "mainnet",
|
|
5869
|
+
FUJI = "fuji"
|
|
5593
5870
|
}
|
|
5594
5871
|
|
|
5595
|
-
type
|
|
5872
|
+
type EVMAddressActivityRequest = {
|
|
5873
|
+
eventType: EVMAddressActivityRequest.eventType;
|
|
5596
5874
|
url: string;
|
|
5597
5875
|
chainId: string;
|
|
5598
|
-
|
|
5599
|
-
metadata: AddressActivityMetadata;
|
|
5876
|
+
network?: PrimaryNetworkType;
|
|
5600
5877
|
name?: string;
|
|
5601
5878
|
description?: string;
|
|
5602
5879
|
/**
|
|
@@ -5607,25 +5884,34 @@ type CreateWebhookRequest = {
|
|
|
5607
5884
|
* Whether to include logs in the webhook payload.
|
|
5608
5885
|
*/
|
|
5609
5886
|
includeLogs?: boolean;
|
|
5887
|
+
metadata: AddressActivityMetadata;
|
|
5610
5888
|
};
|
|
5889
|
+
declare namespace EVMAddressActivityRequest {
|
|
5890
|
+
enum eventType {
|
|
5891
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
5892
|
+
}
|
|
5893
|
+
}
|
|
5611
5894
|
|
|
5612
|
-
|
|
5613
|
-
|
|
5614
|
-
|
|
5615
|
-
|
|
5616
|
-
|
|
5617
|
-
addresses: Array<string>;
|
|
5618
|
-
totalAddresses: number;
|
|
5619
|
-
};
|
|
5895
|
+
declare enum EventType {
|
|
5896
|
+
ADDRESS_ACTIVITY = "address_activity",
|
|
5897
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
5898
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
5899
|
+
}
|
|
5620
5900
|
|
|
5621
5901
|
declare enum WebhookStatusType {
|
|
5622
5902
|
ACTIVE = "active",
|
|
5623
5903
|
INACTIVE = "inactive"
|
|
5624
5904
|
}
|
|
5625
5905
|
|
|
5626
|
-
type
|
|
5906
|
+
type EVMAddressActivityResponse = {
|
|
5627
5907
|
id: string;
|
|
5628
5908
|
eventType: EventType;
|
|
5909
|
+
url: string;
|
|
5910
|
+
chainId: string;
|
|
5911
|
+
status: WebhookStatusType;
|
|
5912
|
+
createdAt: number;
|
|
5913
|
+
name: string;
|
|
5914
|
+
description: string;
|
|
5629
5915
|
metadata: AddressActivityMetadata;
|
|
5630
5916
|
/**
|
|
5631
5917
|
* Whether to include traces in the webhook payload.
|
|
@@ -5635,12 +5921,109 @@ type WebhookResponse = {
|
|
|
5635
5921
|
* Whether to include logs in the webhook payload.
|
|
5636
5922
|
*/
|
|
5637
5923
|
includeLogs?: boolean;
|
|
5924
|
+
};
|
|
5925
|
+
|
|
5926
|
+
type ListWebhookAddressesResponse = {
|
|
5927
|
+
/**
|
|
5928
|
+
* 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.
|
|
5929
|
+
*/
|
|
5930
|
+
nextPageToken?: string;
|
|
5931
|
+
addresses: Array<string>;
|
|
5932
|
+
totalAddresses: number;
|
|
5933
|
+
};
|
|
5934
|
+
|
|
5935
|
+
/**
|
|
5936
|
+
* The type of key for platform activity depending on the event type
|
|
5937
|
+
*/
|
|
5938
|
+
declare enum PlatformActivityKeyType {
|
|
5939
|
+
ADDRESSES = "addresses",
|
|
5940
|
+
NODE_ID = "nodeId",
|
|
5941
|
+
SUBNET_ID = "subnetId"
|
|
5942
|
+
}
|
|
5943
|
+
|
|
5944
|
+
/**
|
|
5945
|
+
* Array of address activity sub-event types
|
|
5946
|
+
*/
|
|
5947
|
+
declare enum PlatformAddressActivitySubEventType {
|
|
5948
|
+
BALANCE_CHANGE_PLATFORM = "balance_change_platform",
|
|
5949
|
+
BALANCE_THRESHOLD_PLATFORM = "balance_threshold_platform",
|
|
5950
|
+
REWARD_DISTRIBUTION = "reward_distribution"
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
type PlatformActivitySubEvents = {
|
|
5954
|
+
/**
|
|
5955
|
+
* Array of validator activity sub-event types
|
|
5956
|
+
*/
|
|
5957
|
+
validatorActivitySubEvents?: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
|
|
5958
|
+
addressActivitySubEvents?: Array<PlatformAddressActivitySubEventType>;
|
|
5959
|
+
};
|
|
5960
|
+
|
|
5961
|
+
/**
|
|
5962
|
+
* Type of balance to monitor
|
|
5963
|
+
*/
|
|
5964
|
+
declare enum CommonBalanceType {
|
|
5965
|
+
UNLOCKED_UNSTAKED = "unlockedUnstaked",
|
|
5966
|
+
UNLOCKED_STAKED = "unlockedStaked",
|
|
5967
|
+
LOCKED_PLATFORM = "lockedPlatform",
|
|
5968
|
+
LOCKED_STAKEABLE = "lockedStakeable",
|
|
5969
|
+
LOCKED_STAKED = "lockedStaked",
|
|
5970
|
+
PENDING_STAKED = "pendingStaked",
|
|
5971
|
+
UNLOCKED = "unlocked",
|
|
5972
|
+
LOCKED = "locked",
|
|
5973
|
+
ATOMIC_MEMORY_UNLOCKED = "atomicMemoryUnlocked",
|
|
5974
|
+
ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
|
|
5975
|
+
}
|
|
5976
|
+
|
|
5977
|
+
type PlatformBalanceThresholdFilter = {
|
|
5978
|
+
balanceType: CommonBalanceType;
|
|
5979
|
+
/**
|
|
5980
|
+
* Threshold for balance corresponding to balanceType in nAVAX
|
|
5981
|
+
*/
|
|
5982
|
+
balanceThreshold: string;
|
|
5983
|
+
};
|
|
5984
|
+
|
|
5985
|
+
type PlatformActivityMetadata = {
|
|
5986
|
+
keyType: PlatformActivityKeyType;
|
|
5987
|
+
/**
|
|
5988
|
+
* 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
|
|
5989
|
+
*/
|
|
5990
|
+
keys: Array<string>;
|
|
5991
|
+
/**
|
|
5992
|
+
* Sub-events to monitor
|
|
5993
|
+
*/
|
|
5994
|
+
subEvents?: PlatformActivitySubEvents;
|
|
5995
|
+
/**
|
|
5996
|
+
* Array of hexadecimal strings of the event signatures.
|
|
5997
|
+
*/
|
|
5998
|
+
eventSignatures?: Array<string>;
|
|
5999
|
+
/**
|
|
6000
|
+
* Array of node IDs to filter the events
|
|
6001
|
+
*/
|
|
6002
|
+
nodeIds?: Array<string>;
|
|
6003
|
+
/**
|
|
6004
|
+
* Array of subnet IDs to filter the events
|
|
6005
|
+
*/
|
|
6006
|
+
subnetIds?: Array<string>;
|
|
6007
|
+
/**
|
|
6008
|
+
* Balance threshold filter
|
|
6009
|
+
*/
|
|
6010
|
+
balanceThresholdFilter?: PlatformBalanceThresholdFilter;
|
|
6011
|
+
/**
|
|
6012
|
+
* L1 validator fee balance threshold in nAVAX
|
|
6013
|
+
*/
|
|
6014
|
+
l1ValidatorFeeBalanceThreshold?: string;
|
|
6015
|
+
};
|
|
6016
|
+
|
|
6017
|
+
type PlatformActivityResponse = {
|
|
6018
|
+
id: string;
|
|
6019
|
+
eventType: EventType;
|
|
5638
6020
|
url: string;
|
|
5639
6021
|
chainId: string;
|
|
5640
6022
|
status: WebhookStatusType;
|
|
5641
6023
|
createdAt: number;
|
|
5642
6024
|
name: string;
|
|
5643
6025
|
description: string;
|
|
6026
|
+
metadata: PlatformActivityMetadata;
|
|
5644
6027
|
};
|
|
5645
6028
|
|
|
5646
6029
|
type ListWebhooksResponse = {
|
|
@@ -5648,9 +6031,36 @@ type ListWebhooksResponse = {
|
|
|
5648
6031
|
* 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.
|
|
5649
6032
|
*/
|
|
5650
6033
|
nextPageToken?: string;
|
|
5651
|
-
webhooks: Array<
|
|
6034
|
+
webhooks: Array<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5652
6035
|
};
|
|
5653
6036
|
|
|
6037
|
+
type PlatformActivityRequest = {
|
|
6038
|
+
eventType: PlatformActivityRequest.eventType;
|
|
6039
|
+
url: string;
|
|
6040
|
+
chainId: string;
|
|
6041
|
+
network?: PrimaryNetworkType;
|
|
6042
|
+
name?: string;
|
|
6043
|
+
description?: string;
|
|
6044
|
+
/**
|
|
6045
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
6046
|
+
*/
|
|
6047
|
+
includeInternalTxs?: boolean;
|
|
6048
|
+
/**
|
|
6049
|
+
* Whether to include logs in the webhook payload.
|
|
6050
|
+
*/
|
|
6051
|
+
includeLogs?: boolean;
|
|
6052
|
+
/**
|
|
6053
|
+
* Metadata for platform activity
|
|
6054
|
+
*/
|
|
6055
|
+
metadata: PlatformActivityMetadata;
|
|
6056
|
+
};
|
|
6057
|
+
declare namespace PlatformActivityRequest {
|
|
6058
|
+
enum eventType {
|
|
6059
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
6060
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
6061
|
+
}
|
|
6062
|
+
}
|
|
6063
|
+
|
|
5654
6064
|
type SharedSecretsResponse = {
|
|
5655
6065
|
secret: string;
|
|
5656
6066
|
};
|
|
@@ -5678,12 +6088,12 @@ declare class WebhooksService {
|
|
|
5678
6088
|
/**
|
|
5679
6089
|
* Create a webhook
|
|
5680
6090
|
* Create a new webhook.
|
|
5681
|
-
* @returns
|
|
6091
|
+
* @returns any Successful response
|
|
5682
6092
|
* @throws ApiError
|
|
5683
6093
|
*/
|
|
5684
6094
|
createWebhook({ requestBody, }: {
|
|
5685
|
-
requestBody:
|
|
5686
|
-
}): CancelablePromise<
|
|
6095
|
+
requestBody: (EVMAddressActivityRequest | PlatformActivityRequest);
|
|
6096
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5687
6097
|
/**
|
|
5688
6098
|
* List webhooks
|
|
5689
6099
|
* Lists webhooks for the user.
|
|
@@ -5707,7 +6117,7 @@ declare class WebhooksService {
|
|
|
5707
6117
|
/**
|
|
5708
6118
|
* Get a webhook by ID
|
|
5709
6119
|
* Retrieves a webhook by ID.
|
|
5710
|
-
* @returns
|
|
6120
|
+
* @returns any Successful response
|
|
5711
6121
|
* @throws ApiError
|
|
5712
6122
|
*/
|
|
5713
6123
|
getWebhook({ id, }: {
|
|
@@ -5715,11 +6125,11 @@ declare class WebhooksService {
|
|
|
5715
6125
|
* The webhook identifier.
|
|
5716
6126
|
*/
|
|
5717
6127
|
id: string;
|
|
5718
|
-
}): CancelablePromise<
|
|
6128
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5719
6129
|
/**
|
|
5720
6130
|
* Deactivate a webhook
|
|
5721
6131
|
* Deactivates a webhook by ID.
|
|
5722
|
-
* @returns
|
|
6132
|
+
* @returns any Successful response
|
|
5723
6133
|
* @throws ApiError
|
|
5724
6134
|
*/
|
|
5725
6135
|
deactivateWebhook({ id, }: {
|
|
@@ -5727,11 +6137,11 @@ declare class WebhooksService {
|
|
|
5727
6137
|
* The webhook identifier.
|
|
5728
6138
|
*/
|
|
5729
6139
|
id: string;
|
|
5730
|
-
}): CancelablePromise<
|
|
6140
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5731
6141
|
/**
|
|
5732
6142
|
* Update a webhook
|
|
5733
6143
|
* Updates an existing webhook.
|
|
5734
|
-
* @returns
|
|
6144
|
+
* @returns any Successful response
|
|
5735
6145
|
* @throws ApiError
|
|
5736
6146
|
*/
|
|
5737
6147
|
updateWebhook({ id, requestBody, }: {
|
|
@@ -5740,14 +6150,14 @@ declare class WebhooksService {
|
|
|
5740
6150
|
*/
|
|
5741
6151
|
id: string;
|
|
5742
6152
|
requestBody: UpdateWebhookRequest;
|
|
5743
|
-
}): CancelablePromise<
|
|
6153
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5744
6154
|
/**
|
|
5745
|
-
* Generate a shared secret
|
|
5746
|
-
* Generates a new shared secret.
|
|
6155
|
+
* Generate or rotate a shared secret
|
|
6156
|
+
* Generates a new shared secret or rotate an existing one.
|
|
5747
6157
|
* @returns SharedSecretsResponse Successful response
|
|
5748
6158
|
* @throws ApiError
|
|
5749
6159
|
*/
|
|
5750
|
-
|
|
6160
|
+
generateOrRotateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
5751
6161
|
/**
|
|
5752
6162
|
* Get a shared secret
|
|
5753
6163
|
* Get a previously generated shared secret.
|
|
@@ -5756,9 +6166,9 @@ declare class WebhooksService {
|
|
|
5756
6166
|
*/
|
|
5757
6167
|
getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
5758
6168
|
/**
|
|
5759
|
-
* Add addresses to webhook
|
|
5760
|
-
* Add addresses to webhook.
|
|
5761
|
-
* @returns
|
|
6169
|
+
* Add addresses to EVM activity webhook
|
|
6170
|
+
* Add addresses to webhook. Only valid for EVM activity webhooks.
|
|
6171
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
5762
6172
|
* @throws ApiError
|
|
5763
6173
|
*/
|
|
5764
6174
|
addAddressesToWebhook({ id, requestBody, }: {
|
|
@@ -5767,11 +6177,11 @@ declare class WebhooksService {
|
|
|
5767
6177
|
*/
|
|
5768
6178
|
id: string;
|
|
5769
6179
|
requestBody: AddressesChangeRequest;
|
|
5770
|
-
}): CancelablePromise<
|
|
6180
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
5771
6181
|
/**
|
|
5772
|
-
* Remove addresses from webhook
|
|
5773
|
-
* Remove addresses from webhook.
|
|
5774
|
-
* @returns
|
|
6182
|
+
* Remove addresses from EVM activity webhook
|
|
6183
|
+
* Remove addresses from webhook. Only valid for EVM activity webhooks.
|
|
6184
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
5775
6185
|
* @throws ApiError
|
|
5776
6186
|
*/
|
|
5777
6187
|
removeAddressesFromWebhook({ id, requestBody, }: {
|
|
@@ -5780,10 +6190,10 @@ declare class WebhooksService {
|
|
|
5780
6190
|
*/
|
|
5781
6191
|
id: string;
|
|
5782
6192
|
requestBody: AddressesChangeRequest;
|
|
5783
|
-
}): CancelablePromise<
|
|
6193
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
5784
6194
|
/**
|
|
5785
|
-
* List adresses by
|
|
5786
|
-
* List adresses by webhook.
|
|
6195
|
+
* List adresses by EVM activity webhooks
|
|
6196
|
+
* List adresses by webhook. Only valid for EVM activity webhooks.
|
|
5787
6197
|
* @returns ListWebhookAddressesResponse Successful response
|
|
5788
6198
|
* @throws ApiError
|
|
5789
6199
|
*/
|
|
@@ -5815,6 +6225,7 @@ declare class Glacier {
|
|
|
5815
6225
|
readonly healthCheck: HealthCheckService;
|
|
5816
6226
|
readonly interchainMessaging: InterchainMessagingService;
|
|
5817
6227
|
readonly nfTs: NfTsService;
|
|
6228
|
+
readonly notifications: NotificationsService;
|
|
5818
6229
|
readonly operations: OperationsService;
|
|
5819
6230
|
readonly primaryNetwork: PrimaryNetworkService;
|
|
5820
6231
|
readonly primaryNetworkBalances: PrimaryNetworkBalancesService;
|
|
@@ -5847,6 +6258,17 @@ declare class ApiError extends Error {
|
|
|
5847
6258
|
constructor(request: ApiRequestOptions, response: ApiResult, message: string);
|
|
5848
6259
|
}
|
|
5849
6260
|
|
|
6261
|
+
type AccessListData = {
|
|
6262
|
+
/**
|
|
6263
|
+
* Access Address
|
|
6264
|
+
*/
|
|
6265
|
+
accessAddresses: string;
|
|
6266
|
+
/**
|
|
6267
|
+
* Storage keys
|
|
6268
|
+
*/
|
|
6269
|
+
storageKeys: Array<string>;
|
|
6270
|
+
};
|
|
6271
|
+
|
|
5850
6272
|
type BadGateway = {
|
|
5851
6273
|
/**
|
|
5852
6274
|
* The error message describing the reason for the exception
|
|
@@ -5881,6 +6303,76 @@ type DataListChainsResponse = {
|
|
|
5881
6303
|
chains: Array<ChainInfo>;
|
|
5882
6304
|
};
|
|
5883
6305
|
|
|
6306
|
+
type ERCToken = {
|
|
6307
|
+
/**
|
|
6308
|
+
* Token contract address
|
|
6309
|
+
*/
|
|
6310
|
+
address: string;
|
|
6311
|
+
/**
|
|
6312
|
+
* Token name
|
|
6313
|
+
*/
|
|
6314
|
+
name: string;
|
|
6315
|
+
/**
|
|
6316
|
+
* Token symbol
|
|
6317
|
+
*/
|
|
6318
|
+
symbol: string;
|
|
6319
|
+
/**
|
|
6320
|
+
* Token decimals
|
|
6321
|
+
*/
|
|
6322
|
+
decimals: number;
|
|
6323
|
+
/**
|
|
6324
|
+
* Value including decimals
|
|
6325
|
+
*/
|
|
6326
|
+
valueWithDecimals: string;
|
|
6327
|
+
};
|
|
6328
|
+
|
|
6329
|
+
type ERCTransfer = {
|
|
6330
|
+
/**
|
|
6331
|
+
* Transaction hash
|
|
6332
|
+
*/
|
|
6333
|
+
transactionHash: string;
|
|
6334
|
+
/**
|
|
6335
|
+
* Transfer type
|
|
6336
|
+
*/
|
|
6337
|
+
type: string;
|
|
6338
|
+
/**
|
|
6339
|
+
* Sender address
|
|
6340
|
+
*/
|
|
6341
|
+
from: string;
|
|
6342
|
+
/**
|
|
6343
|
+
* Recipient address
|
|
6344
|
+
*/
|
|
6345
|
+
to: string;
|
|
6346
|
+
/**
|
|
6347
|
+
* Amount transferred
|
|
6348
|
+
*/
|
|
6349
|
+
value: string;
|
|
6350
|
+
/**
|
|
6351
|
+
* Token Id
|
|
6352
|
+
*/
|
|
6353
|
+
tokenId?: string;
|
|
6354
|
+
/**
|
|
6355
|
+
* Block timestamp
|
|
6356
|
+
*/
|
|
6357
|
+
blockTimestamp: number;
|
|
6358
|
+
/**
|
|
6359
|
+
* Log index
|
|
6360
|
+
*/
|
|
6361
|
+
logIndex: number;
|
|
6362
|
+
/**
|
|
6363
|
+
* erc20 Token details
|
|
6364
|
+
*/
|
|
6365
|
+
erc20Token?: ERCToken;
|
|
6366
|
+
/**
|
|
6367
|
+
* erc721 Token details
|
|
6368
|
+
*/
|
|
6369
|
+
erc721Token?: ERCToken;
|
|
6370
|
+
/**
|
|
6371
|
+
* erc1155 Token details
|
|
6372
|
+
*/
|
|
6373
|
+
erc1155Token?: ERCToken;
|
|
6374
|
+
};
|
|
6375
|
+
|
|
5884
6376
|
type Forbidden = {
|
|
5885
6377
|
/**
|
|
5886
6378
|
* The error message describing the reason for the exception
|
|
@@ -5911,6 +6403,64 @@ type InternalServerError = {
|
|
|
5911
6403
|
error: string;
|
|
5912
6404
|
};
|
|
5913
6405
|
|
|
6406
|
+
type Log = {
|
|
6407
|
+
/**
|
|
6408
|
+
* Contract address
|
|
6409
|
+
*/
|
|
6410
|
+
address: string;
|
|
6411
|
+
/**
|
|
6412
|
+
* First topic
|
|
6413
|
+
*/
|
|
6414
|
+
topic0: string;
|
|
6415
|
+
/**
|
|
6416
|
+
* Second topic (optional)
|
|
6417
|
+
*/
|
|
6418
|
+
topic1?: string;
|
|
6419
|
+
/**
|
|
6420
|
+
* Third topic (optional)
|
|
6421
|
+
*/
|
|
6422
|
+
topic2?: string;
|
|
6423
|
+
/**
|
|
6424
|
+
* Fourth topic (optional)
|
|
6425
|
+
*/
|
|
6426
|
+
topic3?: string;
|
|
6427
|
+
/**
|
|
6428
|
+
* Event data
|
|
6429
|
+
*/
|
|
6430
|
+
data: string;
|
|
6431
|
+
/**
|
|
6432
|
+
* Transaction index
|
|
6433
|
+
*/
|
|
6434
|
+
transactionIndex: number;
|
|
6435
|
+
/**
|
|
6436
|
+
* Log index
|
|
6437
|
+
*/
|
|
6438
|
+
logIndex: number;
|
|
6439
|
+
/**
|
|
6440
|
+
* Indicates if the log was removed
|
|
6441
|
+
*/
|
|
6442
|
+
removed: boolean;
|
|
6443
|
+
};
|
|
6444
|
+
|
|
6445
|
+
type NetworkTokenInfo = {
|
|
6446
|
+
/**
|
|
6447
|
+
* Token name
|
|
6448
|
+
*/
|
|
6449
|
+
tokenName?: string;
|
|
6450
|
+
/**
|
|
6451
|
+
* Token symbol
|
|
6452
|
+
*/
|
|
6453
|
+
tokenSymbol?: string;
|
|
6454
|
+
/**
|
|
6455
|
+
* Token decimals
|
|
6456
|
+
*/
|
|
6457
|
+
tokenDecimals?: number;
|
|
6458
|
+
/**
|
|
6459
|
+
* Value including decimals
|
|
6460
|
+
*/
|
|
6461
|
+
valueWithDecimals?: string;
|
|
6462
|
+
};
|
|
6463
|
+
|
|
5914
6464
|
type NextPageToken = {
|
|
5915
6465
|
/**
|
|
5916
6466
|
* 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.
|
|
@@ -5963,6 +6513,132 @@ type TooManyRequests = {
|
|
|
5963
6513
|
error: string;
|
|
5964
6514
|
};
|
|
5965
6515
|
|
|
6516
|
+
type Transaction = {
|
|
6517
|
+
/**
|
|
6518
|
+
* Block hash of the transaction
|
|
6519
|
+
*/
|
|
6520
|
+
blockHash: string;
|
|
6521
|
+
/**
|
|
6522
|
+
* Block number of the transaction
|
|
6523
|
+
*/
|
|
6524
|
+
blockNumber: string;
|
|
6525
|
+
/**
|
|
6526
|
+
* Sender address
|
|
6527
|
+
*/
|
|
6528
|
+
from: string;
|
|
6529
|
+
/**
|
|
6530
|
+
* Gas limit for the transaction
|
|
6531
|
+
*/
|
|
6532
|
+
gas: string;
|
|
6533
|
+
/**
|
|
6534
|
+
* Gas price used
|
|
6535
|
+
*/
|
|
6536
|
+
gasPrice: string;
|
|
6537
|
+
/**
|
|
6538
|
+
* Maximum fee per gas
|
|
6539
|
+
*/
|
|
6540
|
+
maxFeePerGas: string;
|
|
6541
|
+
/**
|
|
6542
|
+
* Maximum priority fee per gas
|
|
6543
|
+
*/
|
|
6544
|
+
maxPriorityFeePerGas: string;
|
|
6545
|
+
/**
|
|
6546
|
+
* Transaction hash
|
|
6547
|
+
*/
|
|
6548
|
+
txHash: string;
|
|
6549
|
+
/**
|
|
6550
|
+
* Transaction status
|
|
6551
|
+
*/
|
|
6552
|
+
txStatus: string;
|
|
6553
|
+
/**
|
|
6554
|
+
* Input data
|
|
6555
|
+
*/
|
|
6556
|
+
input: string;
|
|
6557
|
+
/**
|
|
6558
|
+
* Nonce value
|
|
6559
|
+
*/
|
|
6560
|
+
nonce: string;
|
|
6561
|
+
/**
|
|
6562
|
+
* Recipient address
|
|
6563
|
+
*/
|
|
6564
|
+
to: string;
|
|
6565
|
+
/**
|
|
6566
|
+
* Transaction index
|
|
6567
|
+
*/
|
|
6568
|
+
transactionIndex: number;
|
|
6569
|
+
/**
|
|
6570
|
+
* Value transferred in the transaction
|
|
6571
|
+
*/
|
|
6572
|
+
value: string;
|
|
6573
|
+
/**
|
|
6574
|
+
* Transaction type
|
|
6575
|
+
*/
|
|
6576
|
+
type: number;
|
|
6577
|
+
/**
|
|
6578
|
+
* Chain ID of the network
|
|
6579
|
+
*/
|
|
6580
|
+
chainId: string;
|
|
6581
|
+
/**
|
|
6582
|
+
* Cumulative gas used
|
|
6583
|
+
*/
|
|
6584
|
+
receiptCumulativeGasUsed: string;
|
|
6585
|
+
/**
|
|
6586
|
+
* Gas used
|
|
6587
|
+
*/
|
|
6588
|
+
receiptGasUsed: string;
|
|
6589
|
+
/**
|
|
6590
|
+
* Effective gas price
|
|
6591
|
+
*/
|
|
6592
|
+
receiptEffectiveGasPrice: string;
|
|
6593
|
+
/**
|
|
6594
|
+
* Receipt root
|
|
6595
|
+
*/
|
|
6596
|
+
receiptRoot: string;
|
|
6597
|
+
/**
|
|
6598
|
+
* Block timestamp
|
|
6599
|
+
*/
|
|
6600
|
+
blockTimestamp: number;
|
|
6601
|
+
/**
|
|
6602
|
+
* Contract address (optional)
|
|
6603
|
+
*/
|
|
6604
|
+
contractAddress?: string;
|
|
6605
|
+
/**
|
|
6606
|
+
* ERC20 transfers
|
|
6607
|
+
*/
|
|
6608
|
+
erc20Transfers: Array<ERCTransfer>;
|
|
6609
|
+
/**
|
|
6610
|
+
* ERC721 transfers
|
|
6611
|
+
*/
|
|
6612
|
+
erc721Transfers: Array<ERCTransfer>;
|
|
6613
|
+
/**
|
|
6614
|
+
* ERC1155 transfers
|
|
6615
|
+
*/
|
|
6616
|
+
erc1155Transfers: Array<ERCTransfer>;
|
|
6617
|
+
/**
|
|
6618
|
+
* Internal transactions (optional)
|
|
6619
|
+
*/
|
|
6620
|
+
internalTransactions?: Array<InternalTransaction>;
|
|
6621
|
+
/**
|
|
6622
|
+
* Access list (optional)
|
|
6623
|
+
*/
|
|
6624
|
+
accessList?: Array<AccessListData>;
|
|
6625
|
+
/**
|
|
6626
|
+
* Network token info (optional)
|
|
6627
|
+
*/
|
|
6628
|
+
networkToken?: NetworkTokenInfo;
|
|
6629
|
+
};
|
|
6630
|
+
|
|
6631
|
+
type TransactionEvent = {
|
|
6632
|
+
/**
|
|
6633
|
+
* Transaction details
|
|
6634
|
+
*/
|
|
6635
|
+
transaction: Transaction;
|
|
6636
|
+
/**
|
|
6637
|
+
* Array of log events
|
|
6638
|
+
*/
|
|
6639
|
+
logs?: Array<Log>;
|
|
6640
|
+
};
|
|
6641
|
+
|
|
5966
6642
|
type Unauthorized = {
|
|
5967
6643
|
/**
|
|
5968
6644
|
* The error message describing the reason for the exception
|
|
@@ -5978,4 +6654,32 @@ type Unauthorized = {
|
|
|
5978
6654
|
error: string;
|
|
5979
6655
|
};
|
|
5980
6656
|
|
|
5981
|
-
|
|
6657
|
+
type WebhookAddressActivityResponse = {
|
|
6658
|
+
/**
|
|
6659
|
+
* Webhook ID
|
|
6660
|
+
*/
|
|
6661
|
+
webhookId: string;
|
|
6662
|
+
/**
|
|
6663
|
+
* Event type
|
|
6664
|
+
*/
|
|
6665
|
+
eventType: WebhookAddressActivityResponse.eventType;
|
|
6666
|
+
/**
|
|
6667
|
+
* Message ID
|
|
6668
|
+
*/
|
|
6669
|
+
messageId: string;
|
|
6670
|
+
/**
|
|
6671
|
+
* Event details
|
|
6672
|
+
*/
|
|
6673
|
+
event: TransactionEvent;
|
|
6674
|
+
};
|
|
6675
|
+
declare namespace WebhookAddressActivityResponse {
|
|
6676
|
+
/**
|
|
6677
|
+
* Event type
|
|
6678
|
+
*/
|
|
6679
|
+
enum eventType {
|
|
6680
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
6681
|
+
}
|
|
6682
|
+
}
|
|
6683
|
+
|
|
6684
|
+
export { ActiveDelegatorDetails, ActiveValidatorDetails, ApiError, ApiFeature, BaseHttpRequest, BlockchainId, BlockchainIds, CChainExportTransaction, CChainImportTransaction, CancelError, CancelablePromise, ChainStatus, CommonBalanceType, CompletedDelegatorDetails, CompletedValidatorDetails, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CurrencyCode, DataApiUsageMetricsService, DefaultService, DelegationStatusType, DeliveredIcmMessage, DeliveredSourceNotIndexedIcmMessage, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, EVMAddressActivityRequest, EVMOperationType, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc721Contract, Erc721Token, Erc721TokenBalance, EventType, EvmBalancesService, EvmBlocksService, EvmChainsService, EvmContractsService, EvmTransactionsService, Glacier, HealthCheckResultDto, HealthCheckService, HealthIndicatorResultDto, IcmRewardDetails, InterchainMessagingService, InternalTransactionOpCall, Network, NfTsService, NftTokenMetadataStatus, NotificationsService, OpenAPI, OperationStatus, OperationStatusCode, OperationType, OperationsService, PChainId, PChainTransactionType, PendingDelegatorDetails, PendingIcmMessage, PendingTeleporterMessage, PendingValidatorDetails, PlatformActivityKeyType, PlatformActivityRequest, PlatformAddressActivitySubEventType, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlocksService, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkRewardsService, PrimaryNetworkRpcMetricsGroupByEnum, PrimaryNetworkRpcTimeIntervalGranularity, PrimaryNetworkRpcUsageMetricsResponseDTO, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, RemovedValidatorDetails, RequestType, ResourceLinkType, RewardType, RpcUsageMetricsGroupByEnum, RpcUsageMetricsValueAggregated, SignatureAggregatorService, SortByOption, SortOrder, SubnetRpcTimeIntervalGranularity, TeleporterRewardDetails, TeleporterService, TimeIntervalGranularityExtended, TransactionDirectionType, TransactionMethodType, TransactionStatus, UnknownContract, UsageMetricsGroupByEnum, UsageMetricsValueDTO, UtxoType, ValidationStatusType, VmName, WebhookAddressActivityResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainTransactionType };
|
|
6685
|
+
export type { AccessListData, AccessRequest, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, Blockchain, BlsCredentials, CChainAtomicBalances, CChainSharedAssetBalance, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ContractDeploymentDetails, ContractSubmissionBody, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, DataListChainsResponse, DelegatorsDetails, ERCToken, ERCTransfer, EVMAddressActivityResponse, EVMInput, EVMOutput, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Transfer, Erc20TransferDetails, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EvmBlock, EvmNetworkOptions, Forbidden, FullNativeTransactionDetails, Geolocation, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, HistoricalReward, IcmDestinationTransaction, IcmReceipt, IcmSourceTransaction, ImageAsset, InternalServerError, InternalTransaction, InternalTransactionDetails, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListIcmMessagesResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Log, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, NetworkToken, NetworkTokenDetails, NetworkTokenInfo, NextPageToken, NotFound, NotificationsResponse, OpenAPIConfig, OperationStatusResponse, PChainBalance, PChainSharedAsset, PChainTransaction, PChainUtxo, PendingReward, PlatformActivityMetadata, PlatformActivityResponse, PlatformActivitySubEvents, PlatformBalanceThresholdFilter, PricingProviders, PrimaryNetworkBlock, PrimaryNetworkChainInfo, PrimaryNetworkOptions, ProposerDetails, ResourceLink, Rewards, RichAddress, RpcMetrics, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, StakingDistribution, Subnet, SubnetOwnershipInfo, SubnetRpcUsageMetricsResponseDTO, SubscribeRequest, SubscriptionsRequest, SubscriptionsResponse, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterSourceTransaction, TooManyRequests, Transaction, TransactionDetails, TransactionEvent, TransactionExportMetadata, TransactionVertexDetail, Unauthorized, UnsubscribeRequest, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsResponseDTO, UtilityAddresses, Utxo, UtxoCredential, ValidatorHealthDetails, ValidatorsDetails, XChainAssetDetails, XChainBalances, XChainSharedAssetBalance, XChainVertex };
|