@avalabs/glacier-sdk 3.1.0-canary.dca9ac0.0 → 3.1.0-canary.de02ccd.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 +1719 -401
- package/esm/generated/Glacier.d.ts +4 -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/FetchHttpRequest.d.ts +17 -0
- package/esm/generated/core/OpenAPI.d.ts +2 -1
- package/esm/generated/core/OpenAPI.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 +26 -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 +9 -1
- package/esm/generated/models/BlockchainInfo.d.ts +7 -2
- 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/CompletedDelegatorDetails.d.ts +6 -0
- package/esm/generated/models/CompletedValidatorDetails.d.ts +3 -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/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/EVMAddressActivityRequest.d.ts +27 -0
- 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 +11 -0
- package/esm/generated/models/Erc20TokenBalance.js +1 -1
- 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 +5 -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 +5 -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 +5 -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 +3 -3
- 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 +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/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 +37 -0
- package/esm/generated/models/L1ValidatorDetailsTransaction.d.ts +27 -0
- 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 +6 -1
- package/esm/generated/models/ListErc1155TransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListErc20BalancesResponse.d.ts +6 -1
- package/esm/generated/models/ListErc20TransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListErc721BalancesResponse.d.ts +6 -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 +13 -0
- package/esm/generated/models/ListInternalTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListL1ValidatorsResponse.d.ts +18 -0
- 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 +3 -2
- 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 +5 -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 +31 -14
- package/esm/generated/models/PChainTransactionType.d.ts +5 -5
- package/esm/generated/models/PChainTransactionType.js +1 -1
- package/esm/generated/models/PChainUtxo.d.ts +28 -1
- 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/PendingReward.d.ts +1 -1
- 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/PricingProviders.d.ts +1 -1
- package/esm/generated/models/PrimaryNetworkBlock.d.ts +3 -3
- 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 +10 -0
- package/esm/generated/models/PrimaryNetworkRpcMetricsGroupByEnum.js +1 -0
- 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/PrimaryNetworkTxType.d.ts +5 -5
- package/esm/generated/models/PrimaryNetworkTxType.js +1 -1
- 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/RemovedValidatorDetails.d.ts +9 -0
- 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/RpcUsageMetricsGroupByEnum.d.ts +7 -0
- package/esm/generated/models/RpcUsageMetricsGroupByEnum.js +1 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +8 -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 +10 -1
- package/esm/generated/models/Subnet.d.ts +7 -3
- package/esm/generated/models/SubnetOwnershipInfo.d.ts +1 -1
- package/esm/generated/models/SubnetRpcTimeIntervalGranularity.d.ts +8 -0
- package/esm/generated/models/SubnetRpcTimeIntervalGranularity.js +1 -0
- package/esm/generated/models/{RpcUsageMetricsResponseDTO.d.ts → SubnetRpcUsageMetricsResponseDTO.d.ts} +6 -6
- 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 +4 -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/UtxoType.d.ts +3 -0
- package/esm/generated/models/ValidatorHealthDetails.d.ts +1 -1
- package/esm/generated/models/ValidatorsDetails.d.ts +7 -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 +119 -20
- 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 +69 -4
- package/esm/generated/services/EvmChainsService.js +1 -1
- package/esm/generated/services/EvmTransactionsService.d.ts +35 -2
- 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/PrimaryNetworkBlocksService.d.ts +18 -2
- package/esm/generated/services/PrimaryNetworkBlocksService.js +1 -1
- package/esm/generated/services/PrimaryNetworkService.d.ts +30 -13
- package/esm/generated/services/PrimaryNetworkService.js +1 -1
- package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +3 -3
- package/esm/generated/services/PrimaryNetworkTransactionsService.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 +49 -6
- package/esm/index.js +1 -1
- package/package.json +13 -4
- package/dist/index.js +0 -1
- package/esm/generated/models/CreateWebhookRequest.d.ts +0 -21
- package/esm/generated/models/ListSubnetOnlyValidatorsResponse.d.ts +0 -14
- package/esm/generated/models/SoVDetailsTransaction.d.ts +0 -23
- package/esm/generated/models/SovDetailsFull.d.ts +0 -33
package/dist/index.d.ts
CHANGED
|
@@ -148,6 +148,28 @@ type LogsResponseDTO = {
|
|
|
148
148
|
logs: Array<LogsFormat>;
|
|
149
149
|
};
|
|
150
150
|
|
|
151
|
+
declare enum Network {
|
|
152
|
+
MAINNET = "mainnet",
|
|
153
|
+
FUJI = "fuji",
|
|
154
|
+
TESTNET = "testnet"
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
declare enum PrimaryNetworkRpcMetricsGroupByEnum {
|
|
158
|
+
RPC_METHOD = "rpcMethod",
|
|
159
|
+
REQUEST_PATH = "requestPath",
|
|
160
|
+
RESPONSE_CODE = "responseCode",
|
|
161
|
+
COUNTRY = "country",
|
|
162
|
+
CONTINENT = "continent",
|
|
163
|
+
USER_AGENT = "userAgent"
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
declare enum PrimaryNetworkRpcTimeIntervalGranularity {
|
|
167
|
+
HOURLY = "hourly",
|
|
168
|
+
DAILY = "daily",
|
|
169
|
+
WEEKLY = "weekly",
|
|
170
|
+
MONTHLY = "monthly"
|
|
171
|
+
}
|
|
172
|
+
|
|
151
173
|
type RpcUsageMetricsValueAggregated = {
|
|
152
174
|
/**
|
|
153
175
|
* The total number of requests
|
|
@@ -173,6 +195,10 @@ type RpcUsageMetricsValueAggregated = {
|
|
|
173
195
|
* The number of invalid requests
|
|
174
196
|
*/
|
|
175
197
|
invalidRequests: number;
|
|
198
|
+
/**
|
|
199
|
+
* The number of API credits wasted on invalid requests
|
|
200
|
+
*/
|
|
201
|
+
apiCreditsWasted: number;
|
|
176
202
|
/**
|
|
177
203
|
* Column name used for data aggregation
|
|
178
204
|
*/
|
|
@@ -190,6 +216,10 @@ declare namespace RpcUsageMetricsValueAggregated {
|
|
|
190
216
|
RPC_METHOD = "rpcMethod",
|
|
191
217
|
RESPONSE_CODE = "responseCode",
|
|
192
218
|
RL_BYPASS_TOKEN = "rlBypassToken",
|
|
219
|
+
REQUEST_PATH = "requestPath",
|
|
220
|
+
COUNTRY = "country",
|
|
221
|
+
CONTINENT = "continent",
|
|
222
|
+
USER_AGENT = "userAgent",
|
|
193
223
|
NONE = "None"
|
|
194
224
|
}
|
|
195
225
|
}
|
|
@@ -205,19 +235,56 @@ type RpcMetrics = {
|
|
|
205
235
|
values: Array<RpcUsageMetricsValueAggregated>;
|
|
206
236
|
};
|
|
207
237
|
|
|
208
|
-
type
|
|
238
|
+
type PrimaryNetworkRpcUsageMetricsResponseDTO = {
|
|
209
239
|
/**
|
|
210
240
|
* Duration in which the metrics value is aggregated
|
|
211
241
|
*/
|
|
212
242
|
aggregateDuration: string;
|
|
213
243
|
/**
|
|
214
|
-
*
|
|
244
|
+
* Metrics values
|
|
215
245
|
*/
|
|
216
|
-
|
|
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
|
+
|
|
275
|
+
type SubnetRpcUsageMetricsResponseDTO = {
|
|
276
|
+
/**
|
|
277
|
+
* Duration in which the metrics value is aggregated
|
|
278
|
+
*/
|
|
279
|
+
aggregateDuration: string;
|
|
217
280
|
/**
|
|
218
281
|
* Metrics values
|
|
219
282
|
*/
|
|
220
283
|
metrics: Array<RpcMetrics>;
|
|
284
|
+
/**
|
|
285
|
+
* ChainId for which the metrics are aggregated
|
|
286
|
+
*/
|
|
287
|
+
chainId: string;
|
|
221
288
|
};
|
|
222
289
|
|
|
223
290
|
declare enum TimeIntervalGranularityExtended {
|
|
@@ -323,7 +390,7 @@ declare class DataApiUsageMetricsService {
|
|
|
323
390
|
* @returns UsageMetricsResponseDTO Successful response
|
|
324
391
|
* @throws ApiError
|
|
325
392
|
*/
|
|
326
|
-
getApiUsageMetrics({ orgId, startTimestamp, endTimestamp, timeInterval, groupBy, chainId,
|
|
393
|
+
getApiUsageMetrics({ orgId, startTimestamp, endTimestamp, timeInterval, groupBy, chainId, responseCode, requestType, apiKeyId, requestPath, }: {
|
|
327
394
|
/**
|
|
328
395
|
* Organization ID to fetch usage metrics for
|
|
329
396
|
*/
|
|
@@ -348,10 +415,6 @@ declare class DataApiUsageMetricsService {
|
|
|
348
415
|
* Filter data by chain ID.
|
|
349
416
|
*/
|
|
350
417
|
chainId?: string;
|
|
351
|
-
/**
|
|
352
|
-
* Filter data by request path.
|
|
353
|
-
*/
|
|
354
|
-
requestPath?: string;
|
|
355
418
|
/**
|
|
356
419
|
* Filter data by response status code.
|
|
357
420
|
*/
|
|
@@ -364,6 +427,10 @@ declare class DataApiUsageMetricsService {
|
|
|
364
427
|
* Filter data by API key ID.
|
|
365
428
|
*/
|
|
366
429
|
apiKeyId?: string;
|
|
430
|
+
/**
|
|
431
|
+
* Filter data by request path.
|
|
432
|
+
*/
|
|
433
|
+
requestPath?: string;
|
|
367
434
|
}): CancelablePromise<UsageMetricsResponseDTO>;
|
|
368
435
|
/**
|
|
369
436
|
* Get logs for requests made by client
|
|
@@ -371,7 +438,7 @@ declare class DataApiUsageMetricsService {
|
|
|
371
438
|
* @returns LogsResponseDTO Successful response
|
|
372
439
|
* @throws ApiError
|
|
373
440
|
*/
|
|
374
|
-
getApiLogs({ orgId, startTimestamp, endTimestamp, chainId,
|
|
441
|
+
getApiLogs({ orgId, startTimestamp, endTimestamp, chainId, responseCode, requestType, apiKeyId, requestPath, pageToken, pageSize, }: {
|
|
375
442
|
/**
|
|
376
443
|
* Organization ID to fetch usage metrics for
|
|
377
444
|
*/
|
|
@@ -388,10 +455,6 @@ declare class DataApiUsageMetricsService {
|
|
|
388
455
|
* Filter data by chain ID.
|
|
389
456
|
*/
|
|
390
457
|
chainId?: string;
|
|
391
|
-
/**
|
|
392
|
-
* Filter data by request path.
|
|
393
|
-
*/
|
|
394
|
-
requestPath?: string;
|
|
395
458
|
/**
|
|
396
459
|
* Filter data by response status code.
|
|
397
460
|
*/
|
|
@@ -404,6 +467,10 @@ declare class DataApiUsageMetricsService {
|
|
|
404
467
|
* Filter data by API key ID.
|
|
405
468
|
*/
|
|
406
469
|
apiKeyId?: string;
|
|
470
|
+
/**
|
|
471
|
+
* Filter data by request path.
|
|
472
|
+
*/
|
|
473
|
+
requestPath?: string;
|
|
407
474
|
/**
|
|
408
475
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
409
476
|
*/
|
|
@@ -415,15 +482,16 @@ declare class DataApiUsageMetricsService {
|
|
|
415
482
|
}): CancelablePromise<LogsResponseDTO>;
|
|
416
483
|
/**
|
|
417
484
|
* Get usage metrics for the Subnet RPC
|
|
418
|
-
* Gets metrics for Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
|
|
419
|
-
* @returns
|
|
485
|
+
* Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
|
|
486
|
+
* @returns SubnetRpcUsageMetricsResponseDTO Successful response
|
|
420
487
|
* @throws ApiError
|
|
421
488
|
*/
|
|
422
|
-
|
|
489
|
+
getSubnetRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
|
|
423
490
|
/**
|
|
424
|
-
*
|
|
491
|
+
* Time interval granularity for data aggregation for subnet
|
|
492
|
+
* rpc metrics
|
|
425
493
|
*/
|
|
426
|
-
timeInterval?:
|
|
494
|
+
timeInterval?: SubnetRpcTimeIntervalGranularity;
|
|
427
495
|
/**
|
|
428
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.
|
|
429
497
|
*/
|
|
@@ -435,15 +503,54 @@ declare class DataApiUsageMetricsService {
|
|
|
435
503
|
/**
|
|
436
504
|
* Query param for the criterion used for grouping metrics
|
|
437
505
|
*/
|
|
438
|
-
groupBy?:
|
|
506
|
+
groupBy?: RpcUsageMetricsGroupByEnum;
|
|
439
507
|
/**
|
|
440
508
|
* Filter data by chain ID.
|
|
441
509
|
*/
|
|
442
510
|
chainId?: string;
|
|
443
511
|
/**
|
|
444
|
-
* Filter data by
|
|
512
|
+
* Filter data by response status code.
|
|
445
513
|
*/
|
|
446
|
-
|
|
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
|
+
*/
|
|
532
|
+
getRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
|
|
533
|
+
/**
|
|
534
|
+
* Time interval granularity for data aggregation for subnet
|
|
535
|
+
* rpc metrics
|
|
536
|
+
*/
|
|
537
|
+
timeInterval?: SubnetRpcTimeIntervalGranularity;
|
|
538
|
+
/**
|
|
539
|
+
* 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.
|
|
540
|
+
*/
|
|
541
|
+
startTimestamp?: number;
|
|
542
|
+
/**
|
|
543
|
+
* 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.
|
|
544
|
+
*/
|
|
545
|
+
endTimestamp?: number;
|
|
546
|
+
/**
|
|
547
|
+
* Query param for the criterion used for grouping metrics
|
|
548
|
+
*/
|
|
549
|
+
groupBy?: RpcUsageMetricsGroupByEnum;
|
|
550
|
+
/**
|
|
551
|
+
* Filter data by chain ID.
|
|
552
|
+
*/
|
|
553
|
+
chainId?: string;
|
|
447
554
|
/**
|
|
448
555
|
* Filter data by response status code.
|
|
449
556
|
*/
|
|
@@ -456,7 +563,60 @@ declare class DataApiUsageMetricsService {
|
|
|
456
563
|
* Filter data by Rl Bypass API Token.
|
|
457
564
|
*/
|
|
458
565
|
rlBypassApiToken?: string;
|
|
459
|
-
}): CancelablePromise<
|
|
566
|
+
}): CancelablePromise<SubnetRpcUsageMetricsResponseDTO>;
|
|
567
|
+
/**
|
|
568
|
+
* Get usage metrics for the Primary Network RPC
|
|
569
|
+
* Gets metrics for public Primary Network RPC usage over a specified time interval aggregated at the specified time-duration granularity.
|
|
570
|
+
* @returns PrimaryNetworkRpcUsageMetricsResponseDTO Successful response
|
|
571
|
+
* @throws ApiError
|
|
572
|
+
*/
|
|
573
|
+
getPrimaryNetworkRpcUsageMetrics({ network, timeInterval, startTimestamp, endTimestamp, groupBy, responseCode, requestPath, country, continent, userAgent, rpcMethod, }: {
|
|
574
|
+
/**
|
|
575
|
+
* Either mainnet or testnet/fuji.
|
|
576
|
+
*/
|
|
577
|
+
network: Network;
|
|
578
|
+
/**
|
|
579
|
+
* Time interval granularity for data aggregation for subnet
|
|
580
|
+
* rpc metrics
|
|
581
|
+
*/
|
|
582
|
+
timeInterval?: PrimaryNetworkRpcTimeIntervalGranularity;
|
|
583
|
+
/**
|
|
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.
|
|
585
|
+
*/
|
|
586
|
+
startTimestamp?: number;
|
|
587
|
+
/**
|
|
588
|
+
* 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.
|
|
589
|
+
*/
|
|
590
|
+
endTimestamp?: number;
|
|
591
|
+
/**
|
|
592
|
+
* Query param for the criterion used for grouping metrics
|
|
593
|
+
*/
|
|
594
|
+
groupBy?: PrimaryNetworkRpcMetricsGroupByEnum;
|
|
595
|
+
/**
|
|
596
|
+
* Filter data by response status code.
|
|
597
|
+
*/
|
|
598
|
+
responseCode?: string;
|
|
599
|
+
/**
|
|
600
|
+
* Filter data by request path.
|
|
601
|
+
*/
|
|
602
|
+
requestPath?: string;
|
|
603
|
+
/**
|
|
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.
|
|
605
|
+
*/
|
|
606
|
+
country?: string;
|
|
607
|
+
/**
|
|
608
|
+
* Filter data by Continent. Input must be a valid ISO 3166-1 alpha-2 continent code.
|
|
609
|
+
*/
|
|
610
|
+
continent?: string;
|
|
611
|
+
/**
|
|
612
|
+
* Filter data by User Agent.
|
|
613
|
+
*/
|
|
614
|
+
userAgent?: string;
|
|
615
|
+
/**
|
|
616
|
+
* Filter data by RPC method.
|
|
617
|
+
*/
|
|
618
|
+
rpcMethod?: string;
|
|
619
|
+
}): CancelablePromise<PrimaryNetworkRpcUsageMetricsResponseDTO>;
|
|
460
620
|
}
|
|
461
621
|
|
|
462
622
|
declare class DefaultService {
|
|
@@ -655,6 +815,10 @@ type ListErc1155BalancesResponse = {
|
|
|
655
815
|
* 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.
|
|
656
816
|
*/
|
|
657
817
|
nextPageToken?: string;
|
|
818
|
+
/**
|
|
819
|
+
* The native token balance for the address.
|
|
820
|
+
*/
|
|
821
|
+
nativeTokenBalance: NativeTokenBalance;
|
|
658
822
|
/**
|
|
659
823
|
* The list of ERC-1155 token balances for the address.
|
|
660
824
|
*/
|
|
@@ -699,11 +863,22 @@ type Erc20TokenBalance = {
|
|
|
699
863
|
* The monetary value of the balance, if a price is available for the token.
|
|
700
864
|
*/
|
|
701
865
|
balanceValue?: Money;
|
|
866
|
+
/**
|
|
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.
|
|
868
|
+
*/
|
|
869
|
+
tokenReputation: Erc20TokenBalance.tokenReputation;
|
|
702
870
|
};
|
|
703
871
|
declare namespace Erc20TokenBalance {
|
|
704
872
|
enum ercType {
|
|
705
873
|
ERC_20 = "ERC-20"
|
|
706
874
|
}
|
|
875
|
+
/**
|
|
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.
|
|
877
|
+
*/
|
|
878
|
+
enum tokenReputation {
|
|
879
|
+
MALICIOUS = "Malicious",
|
|
880
|
+
BENIGN = "Benign"
|
|
881
|
+
}
|
|
707
882
|
}
|
|
708
883
|
|
|
709
884
|
type ListErc20BalancesResponse = {
|
|
@@ -711,6 +886,10 @@ type ListErc20BalancesResponse = {
|
|
|
711
886
|
* 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.
|
|
712
887
|
*/
|
|
713
888
|
nextPageToken?: string;
|
|
889
|
+
/**
|
|
890
|
+
* The native token balance for the address.
|
|
891
|
+
*/
|
|
892
|
+
nativeTokenBalance: NativeTokenBalance;
|
|
714
893
|
/**
|
|
715
894
|
* The list of ERC-20 token balances for the address.
|
|
716
895
|
*/
|
|
@@ -722,6 +901,10 @@ type ListErc721BalancesResponse = {
|
|
|
722
901
|
* 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.
|
|
723
902
|
*/
|
|
724
903
|
nextPageToken?: string;
|
|
904
|
+
/**
|
|
905
|
+
* The native token balance for the address.
|
|
906
|
+
*/
|
|
907
|
+
nativeTokenBalance: NativeTokenBalance;
|
|
725
908
|
/**
|
|
726
909
|
* The list of ERC-721 token balances for the address.
|
|
727
910
|
*/
|
|
@@ -785,7 +968,7 @@ declare class EvmBalancesService {
|
|
|
785
968
|
*/
|
|
786
969
|
pageToken?: string;
|
|
787
970
|
/**
|
|
788
|
-
* 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.
|
|
789
972
|
*/
|
|
790
973
|
pageSize?: number;
|
|
791
974
|
/**
|
|
@@ -823,7 +1006,7 @@ declare class EvmBalancesService {
|
|
|
823
1006
|
*/
|
|
824
1007
|
pageToken?: string;
|
|
825
1008
|
/**
|
|
826
|
-
* 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.
|
|
827
1010
|
*/
|
|
828
1011
|
pageSize?: number;
|
|
829
1012
|
/**
|
|
@@ -859,7 +1042,7 @@ declare class EvmBalancesService {
|
|
|
859
1042
|
*/
|
|
860
1043
|
pageToken?: string;
|
|
861
1044
|
/**
|
|
862
|
-
* 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.
|
|
863
1046
|
*/
|
|
864
1047
|
pageSize?: number;
|
|
865
1048
|
/**
|
|
@@ -889,7 +1072,7 @@ declare class EvmBalancesService {
|
|
|
889
1072
|
*/
|
|
890
1073
|
pageToken?: string;
|
|
891
1074
|
/**
|
|
892
|
-
* 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.
|
|
893
1076
|
*/
|
|
894
1077
|
pageSize?: number;
|
|
895
1078
|
/**
|
|
@@ -900,6 +1083,10 @@ declare class EvmBalancesService {
|
|
|
900
1083
|
}
|
|
901
1084
|
|
|
902
1085
|
type GetEvmBlockResponse = {
|
|
1086
|
+
/**
|
|
1087
|
+
* The EVM chain ID on which the block was created.
|
|
1088
|
+
*/
|
|
1089
|
+
chainId: string;
|
|
903
1090
|
/**
|
|
904
1091
|
* The block number on the chain.
|
|
905
1092
|
*/
|
|
@@ -944,6 +1131,10 @@ type GetEvmBlockResponse = {
|
|
|
944
1131
|
};
|
|
945
1132
|
|
|
946
1133
|
type EvmBlock = {
|
|
1134
|
+
/**
|
|
1135
|
+
* The EVM chain ID on which the block was created.
|
|
1136
|
+
*/
|
|
1137
|
+
chainId: string;
|
|
947
1138
|
/**
|
|
948
1139
|
* The block number on the chain.
|
|
949
1140
|
*/
|
|
@@ -998,6 +1189,26 @@ type ListEvmBlocksResponse = {
|
|
|
998
1189
|
declare class EvmBlocksService {
|
|
999
1190
|
readonly httpRequest: BaseHttpRequest;
|
|
1000
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>;
|
|
1001
1212
|
/**
|
|
1002
1213
|
* List latest blocks
|
|
1003
1214
|
* Lists the latest indexed blocks on the EVM-compatible chain sorted in descending order by block timestamp.
|
|
@@ -1129,64 +1340,231 @@ type ListChainsResponse = {
|
|
|
1129
1340
|
chains: Array<ChainInfo>;
|
|
1130
1341
|
};
|
|
1131
1342
|
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1343
|
+
/**
|
|
1344
|
+
* The contract call type. NATIVE_TRANSFER indicates a transfer of the native token without any smart-contract interaction. CONTRACT_CALL indicates a smart-contract interaction. CONTRACT_CREATION indicates a smart-contract creation.
|
|
1345
|
+
*/
|
|
1346
|
+
declare enum TransactionMethodType {
|
|
1347
|
+
NATIVE_TRANSFER = "NATIVE_TRANSFER",
|
|
1348
|
+
CONTRACT_CALL = "CONTRACT_CALL",
|
|
1349
|
+
CONTRACT_CREATION = "CONTRACT_CREATION"
|
|
1137
1350
|
}
|
|
1138
1351
|
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
constructor(httpRequest: BaseHttpRequest);
|
|
1352
|
+
type Method = {
|
|
1353
|
+
callType: TransactionMethodType;
|
|
1142
1354
|
/**
|
|
1143
|
-
*
|
|
1144
|
-
* Lists the supported EVM-compatible chains. Filterable by network.
|
|
1145
|
-
* @returns ListChainsResponse Successful response
|
|
1146
|
-
* @throws ApiError
|
|
1355
|
+
* The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
|
|
1147
1356
|
*/
|
|
1148
|
-
|
|
1149
|
-
/**
|
|
1150
|
-
* Either mainnet or testnet/fuji.
|
|
1151
|
-
*/
|
|
1152
|
-
network?: Network;
|
|
1153
|
-
/**
|
|
1154
|
-
* Filter by feature.
|
|
1155
|
-
*/
|
|
1156
|
-
feature?: ApiFeature;
|
|
1157
|
-
}): CancelablePromise<ListChainsResponse>;
|
|
1357
|
+
methodHash: string;
|
|
1158
1358
|
/**
|
|
1159
|
-
*
|
|
1160
|
-
* Gets chain information for the EVM-compatible chain if supported by the api.
|
|
1161
|
-
* @returns GetChainResponse Successful response
|
|
1162
|
-
* @throws ApiError
|
|
1359
|
+
* The contract method name including parameter types. If the `callType` is `NATIVE_TRANSFER` this is set to 'Native Transfer'. If the `callType` is `CONTRACT_CREATION` this is set to 'Contract Created'.
|
|
1163
1360
|
*/
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
chainId: string;
|
|
1169
|
-
}): CancelablePromise<GetChainResponse>;
|
|
1361
|
+
methodName?: string;
|
|
1362
|
+
};
|
|
1363
|
+
|
|
1364
|
+
type RichAddress = {
|
|
1170
1365
|
/**
|
|
1171
|
-
*
|
|
1172
|
-
* Gets the list of chains an address has interacted with.
|
|
1173
|
-
* @returns ListAddressChainsResponse Successful response
|
|
1174
|
-
* @throws ApiError
|
|
1366
|
+
* The contract name.
|
|
1175
1367
|
*/
|
|
1176
|
-
|
|
1177
|
-
/**
|
|
1178
|
-
* A wallet address.
|
|
1179
|
-
*/
|
|
1180
|
-
address: string;
|
|
1181
|
-
}): CancelablePromise<ListAddressChainsResponse>;
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
type ImageAsset = {
|
|
1185
|
-
assetId?: string;
|
|
1368
|
+
name?: string;
|
|
1186
1369
|
/**
|
|
1187
|
-
*
|
|
1370
|
+
* The contract symbol.
|
|
1188
1371
|
*/
|
|
1189
|
-
|
|
1372
|
+
symbol?: string;
|
|
1373
|
+
/**
|
|
1374
|
+
* The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
|
|
1375
|
+
*/
|
|
1376
|
+
decimals?: number;
|
|
1377
|
+
/**
|
|
1378
|
+
* The logo uri for the address.
|
|
1379
|
+
*/
|
|
1380
|
+
logoUri?: string;
|
|
1381
|
+
/**
|
|
1382
|
+
* A wallet or contract address in mixed-case checksum encoding.
|
|
1383
|
+
*/
|
|
1384
|
+
address: string;
|
|
1385
|
+
};
|
|
1386
|
+
|
|
1387
|
+
type NativeTransaction = {
|
|
1388
|
+
/**
|
|
1389
|
+
* The block number on the chain.
|
|
1390
|
+
*/
|
|
1391
|
+
blockNumber: string;
|
|
1392
|
+
/**
|
|
1393
|
+
* The block finality timestamp.
|
|
1394
|
+
*/
|
|
1395
|
+
blockTimestamp: number;
|
|
1396
|
+
/**
|
|
1397
|
+
* The block hash identifier.
|
|
1398
|
+
*/
|
|
1399
|
+
blockHash: string;
|
|
1400
|
+
/**
|
|
1401
|
+
* The EVM chain ID on which the transaction occured.
|
|
1402
|
+
*/
|
|
1403
|
+
chainId: string;
|
|
1404
|
+
/**
|
|
1405
|
+
* The index at which the transaction occured in the block (0-indexed).
|
|
1406
|
+
*/
|
|
1407
|
+
blockIndex: number;
|
|
1408
|
+
/**
|
|
1409
|
+
* The transaction hash identifier.
|
|
1410
|
+
*/
|
|
1411
|
+
txHash: string;
|
|
1412
|
+
/**
|
|
1413
|
+
* The transaction status, which is either 0 (failed) or 1 (successful).
|
|
1414
|
+
*/
|
|
1415
|
+
txStatus: string;
|
|
1416
|
+
/**
|
|
1417
|
+
* The transaction type.
|
|
1418
|
+
*/
|
|
1419
|
+
txType: number;
|
|
1420
|
+
/**
|
|
1421
|
+
* The gas limit set for the transaction.
|
|
1422
|
+
*/
|
|
1423
|
+
gasLimit: string;
|
|
1424
|
+
/**
|
|
1425
|
+
* The amount of gas used.
|
|
1426
|
+
*/
|
|
1427
|
+
gasUsed: string;
|
|
1428
|
+
/**
|
|
1429
|
+
* The gas price denominated by the number of decimals of the native token.
|
|
1430
|
+
*/
|
|
1431
|
+
gasPrice: string;
|
|
1432
|
+
/**
|
|
1433
|
+
* The nonce used by the sender of the transaction.
|
|
1434
|
+
*/
|
|
1435
|
+
nonce: string;
|
|
1436
|
+
from: RichAddress;
|
|
1437
|
+
to: RichAddress;
|
|
1438
|
+
method?: Method;
|
|
1439
|
+
value: string;
|
|
1440
|
+
};
|
|
1441
|
+
|
|
1442
|
+
type ListNativeTransactionsResponse = {
|
|
1443
|
+
/**
|
|
1444
|
+
* 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.
|
|
1445
|
+
*/
|
|
1446
|
+
nextPageToken?: string;
|
|
1447
|
+
transactions: Array<NativeTransaction>;
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1450
|
+
declare enum TransactionStatus {
|
|
1451
|
+
FAILED = "failed",
|
|
1452
|
+
SUCCESS = "success"
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
declare class EvmChainsService {
|
|
1456
|
+
readonly httpRequest: BaseHttpRequest;
|
|
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>;
|
|
1470
|
+
/**
|
|
1471
|
+
* List chains
|
|
1472
|
+
* Lists the AvaCloud supported EVM-compatible chains. Filterable by network.
|
|
1473
|
+
* @returns ListChainsResponse Successful response
|
|
1474
|
+
* @throws ApiError
|
|
1475
|
+
*/
|
|
1476
|
+
supportedChains({ network, feature, }: {
|
|
1477
|
+
/**
|
|
1478
|
+
* Either mainnet or testnet/fuji.
|
|
1479
|
+
*/
|
|
1480
|
+
network?: Network;
|
|
1481
|
+
/**
|
|
1482
|
+
* Filter by feature.
|
|
1483
|
+
*/
|
|
1484
|
+
feature?: ApiFeature;
|
|
1485
|
+
}): CancelablePromise<ListChainsResponse>;
|
|
1486
|
+
/**
|
|
1487
|
+
* Get chain information
|
|
1488
|
+
* Gets chain information for the EVM-compatible chain if supported by AvaCloud.
|
|
1489
|
+
* @returns GetChainResponse Successful response
|
|
1490
|
+
* @throws ApiError
|
|
1491
|
+
*/
|
|
1492
|
+
getChainInfo({ chainId, }: {
|
|
1493
|
+
/**
|
|
1494
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1495
|
+
*/
|
|
1496
|
+
chainId: string;
|
|
1497
|
+
}): CancelablePromise<GetChainResponse>;
|
|
1498
|
+
/**
|
|
1499
|
+
* @deprecated
|
|
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** .
|
|
1503
|
+
* @returns ListAddressChainsResponse Successful response
|
|
1504
|
+
* @throws ApiError
|
|
1505
|
+
*/
|
|
1506
|
+
getAddressChains({ address, }: {
|
|
1507
|
+
/**
|
|
1508
|
+
* A wallet address.
|
|
1509
|
+
*/
|
|
1510
|
+
address: string;
|
|
1511
|
+
}): CancelablePromise<ListAddressChainsResponse>;
|
|
1512
|
+
/**
|
|
1513
|
+
* @deprecated
|
|
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** .
|
|
1517
|
+
* @returns ListNativeTransactionsResponse Successful response
|
|
1518
|
+
* @throws ApiError
|
|
1519
|
+
*/
|
|
1520
|
+
listAllLatestTransactions({ pageToken, pageSize, network, status, }: {
|
|
1521
|
+
/**
|
|
1522
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1523
|
+
*/
|
|
1524
|
+
pageToken?: string;
|
|
1525
|
+
/**
|
|
1526
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1527
|
+
*/
|
|
1528
|
+
pageSize?: number;
|
|
1529
|
+
/**
|
|
1530
|
+
* Either mainnet or testnet/fuji.
|
|
1531
|
+
*/
|
|
1532
|
+
network?: Network;
|
|
1533
|
+
/**
|
|
1534
|
+
* A status filter for listed transactions.
|
|
1535
|
+
*/
|
|
1536
|
+
status?: TransactionStatus;
|
|
1537
|
+
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
1538
|
+
/**
|
|
1539
|
+
* @deprecated
|
|
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** .
|
|
1543
|
+
* @returns ListEvmBlocksResponse Successful response
|
|
1544
|
+
* @throws ApiError
|
|
1545
|
+
*/
|
|
1546
|
+
listAllLatestBlocks({ pageToken, pageSize, network, }: {
|
|
1547
|
+
/**
|
|
1548
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
1549
|
+
*/
|
|
1550
|
+
pageToken?: string;
|
|
1551
|
+
/**
|
|
1552
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
1553
|
+
*/
|
|
1554
|
+
pageSize?: number;
|
|
1555
|
+
/**
|
|
1556
|
+
* Either mainnet or testnet/fuji.
|
|
1557
|
+
*/
|
|
1558
|
+
network?: Network;
|
|
1559
|
+
}): CancelablePromise<ListEvmBlocksResponse>;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
type ImageAsset = {
|
|
1563
|
+
assetId?: string;
|
|
1564
|
+
/**
|
|
1565
|
+
* OUTPUT ONLY
|
|
1566
|
+
*/
|
|
1567
|
+
imageUri?: string;
|
|
1190
1568
|
};
|
|
1191
1569
|
|
|
1192
1570
|
type PricingProviders = {
|
|
@@ -1350,7 +1728,7 @@ type Erc1155Contract = {
|
|
|
1350
1728
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1351
1729
|
*/
|
|
1352
1730
|
address: string;
|
|
1353
|
-
deploymentDetails
|
|
1731
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1354
1732
|
ercType: Erc1155Contract.ercType;
|
|
1355
1733
|
/**
|
|
1356
1734
|
* The contract symbol.
|
|
@@ -1381,7 +1759,7 @@ type Erc20Contract = {
|
|
|
1381
1759
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1382
1760
|
*/
|
|
1383
1761
|
address: string;
|
|
1384
|
-
deploymentDetails
|
|
1762
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1385
1763
|
ercType: Erc20Contract.ercType;
|
|
1386
1764
|
/**
|
|
1387
1765
|
* The contract symbol.
|
|
@@ -1416,7 +1794,7 @@ type Erc721Contract = {
|
|
|
1416
1794
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1417
1795
|
*/
|
|
1418
1796
|
address: string;
|
|
1419
|
-
deploymentDetails
|
|
1797
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1420
1798
|
ercType: Erc721Contract.ercType;
|
|
1421
1799
|
/**
|
|
1422
1800
|
* The contract symbol.
|
|
@@ -1446,7 +1824,7 @@ type UnknownContract = {
|
|
|
1446
1824
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1447
1825
|
*/
|
|
1448
1826
|
address: string;
|
|
1449
|
-
deploymentDetails
|
|
1827
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1450
1828
|
ercType: UnknownContract.ercType;
|
|
1451
1829
|
};
|
|
1452
1830
|
declare namespace UnknownContract {
|
|
@@ -1513,29 +1891,6 @@ declare namespace Erc1155Token {
|
|
|
1513
1891
|
}
|
|
1514
1892
|
}
|
|
1515
1893
|
|
|
1516
|
-
type RichAddress = {
|
|
1517
|
-
/**
|
|
1518
|
-
* The contract name.
|
|
1519
|
-
*/
|
|
1520
|
-
name?: string;
|
|
1521
|
-
/**
|
|
1522
|
-
* The contract symbol.
|
|
1523
|
-
*/
|
|
1524
|
-
symbol?: string;
|
|
1525
|
-
/**
|
|
1526
|
-
* The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
|
|
1527
|
-
*/
|
|
1528
|
-
decimals?: number;
|
|
1529
|
-
/**
|
|
1530
|
-
* The logo uri for the address.
|
|
1531
|
-
*/
|
|
1532
|
-
logoUri?: string;
|
|
1533
|
-
/**
|
|
1534
|
-
* A wallet or contract address in mixed-case checksum encoding.
|
|
1535
|
-
*/
|
|
1536
|
-
address: string;
|
|
1537
|
-
};
|
|
1538
|
-
|
|
1539
1894
|
type Erc1155TransferDetails = {
|
|
1540
1895
|
from: RichAddress;
|
|
1541
1896
|
to: RichAddress;
|
|
@@ -1620,27 +1975,6 @@ type Erc721TransferDetails = {
|
|
|
1620
1975
|
erc721Token: Erc721Token;
|
|
1621
1976
|
};
|
|
1622
1977
|
|
|
1623
|
-
/**
|
|
1624
|
-
* The contract call type. NATIVE_TRANSFER indicates a transfer of the native token without any smart-contract interaction. CONTRACT_CALL indicates a smart-contract interaction. CONTRACT_CREATION indicates a smart-contract creation.
|
|
1625
|
-
*/
|
|
1626
|
-
declare enum TransactionMethodType {
|
|
1627
|
-
NATIVE_TRANSFER = "NATIVE_TRANSFER",
|
|
1628
|
-
CONTRACT_CALL = "CONTRACT_CALL",
|
|
1629
|
-
CONTRACT_CREATION = "CONTRACT_CREATION"
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
type Method = {
|
|
1633
|
-
callType: TransactionMethodType;
|
|
1634
|
-
/**
|
|
1635
|
-
* The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
|
|
1636
|
-
*/
|
|
1637
|
-
methodHash: string;
|
|
1638
|
-
/**
|
|
1639
|
-
* The contract method name including parameter types. If the `callType` is `NATIVE_TRANSFER` this is set to 'Native Transfer'. If the `callType` is `CONTRACT_CREATION` this is set to 'Contract Created'.
|
|
1640
|
-
*/
|
|
1641
|
-
methodName?: string;
|
|
1642
|
-
};
|
|
1643
|
-
|
|
1644
1978
|
type FullNativeTransactionDetails = {
|
|
1645
1979
|
/**
|
|
1646
1980
|
* The block number on the chain.
|
|
@@ -1654,6 +1988,10 @@ type FullNativeTransactionDetails = {
|
|
|
1654
1988
|
* The block hash identifier.
|
|
1655
1989
|
*/
|
|
1656
1990
|
blockHash: string;
|
|
1991
|
+
/**
|
|
1992
|
+
* The EVM chain ID on which the transaction occured.
|
|
1993
|
+
*/
|
|
1994
|
+
chainId: string;
|
|
1657
1995
|
/**
|
|
1658
1996
|
* The index at which the transaction occured in the block (0-indexed).
|
|
1659
1997
|
*/
|
|
@@ -1704,6 +2042,7 @@ declare enum InternalTransactionOpCall {
|
|
|
1704
2042
|
CALL = "CALL",
|
|
1705
2043
|
CREATE = "CREATE",
|
|
1706
2044
|
CREATE2 = "CREATE2",
|
|
2045
|
+
CREATE3 = "CREATE3",
|
|
1707
2046
|
CALLCODE = "CALLCODE",
|
|
1708
2047
|
DELEGATECALL = "DELEGATECALL",
|
|
1709
2048
|
STATICCALL = "STATICCALL"
|
|
@@ -1766,7 +2105,7 @@ type GetTransactionResponse = {
|
|
|
1766
2105
|
*/
|
|
1767
2106
|
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
1768
2107
|
/**
|
|
1769
|
-
* 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.
|
|
1770
2109
|
*/
|
|
1771
2110
|
internalTransactions?: Array<InternalTransactionDetails>;
|
|
1772
2111
|
networkTokenDetails: NetworkTokenDetails;
|
|
@@ -1882,31 +2221,33 @@ type ListErc721TransactionsResponse = {
|
|
|
1882
2221
|
|
|
1883
2222
|
type InternalTransaction = {
|
|
1884
2223
|
/**
|
|
1885
|
-
*
|
|
2224
|
+
* Sender address
|
|
1886
2225
|
*/
|
|
1887
|
-
|
|
2226
|
+
from: string;
|
|
1888
2227
|
/**
|
|
1889
|
-
*
|
|
2228
|
+
* Recipient address
|
|
1890
2229
|
*/
|
|
1891
|
-
|
|
2230
|
+
to: string;
|
|
1892
2231
|
/**
|
|
1893
|
-
*
|
|
2232
|
+
* Internal transaction type
|
|
1894
2233
|
*/
|
|
1895
|
-
|
|
2234
|
+
internalTxType: string;
|
|
1896
2235
|
/**
|
|
1897
|
-
*
|
|
2236
|
+
* Value transferred
|
|
1898
2237
|
*/
|
|
1899
|
-
txHash: string;
|
|
1900
|
-
from: RichAddress;
|
|
1901
|
-
to: RichAddress;
|
|
1902
|
-
internalTxType: InternalTransactionOpCall;
|
|
1903
2238
|
value: string;
|
|
1904
2239
|
/**
|
|
1905
|
-
*
|
|
2240
|
+
* Gas used
|
|
1906
2241
|
*/
|
|
1907
|
-
isReverted: boolean;
|
|
1908
2242
|
gasUsed: string;
|
|
2243
|
+
/**
|
|
2244
|
+
* Gas limit
|
|
2245
|
+
*/
|
|
1909
2246
|
gasLimit: string;
|
|
2247
|
+
/**
|
|
2248
|
+
* Transaction hash
|
|
2249
|
+
*/
|
|
2250
|
+
transactionHash: string;
|
|
1910
2251
|
};
|
|
1911
2252
|
|
|
1912
2253
|
type ListInternalTransactionsResponse = {
|
|
@@ -1917,84 +2258,25 @@ type ListInternalTransactionsResponse = {
|
|
|
1917
2258
|
transactions: Array<InternalTransaction>;
|
|
1918
2259
|
};
|
|
1919
2260
|
|
|
1920
|
-
type
|
|
2261
|
+
type TransactionDetails = {
|
|
1921
2262
|
/**
|
|
1922
|
-
* The
|
|
2263
|
+
* The native (top-level) transaction details.
|
|
1923
2264
|
*/
|
|
1924
|
-
|
|
2265
|
+
nativeTransaction: NativeTransaction;
|
|
1925
2266
|
/**
|
|
1926
|
-
* The
|
|
2267
|
+
* The list of ERC-20 transfers.
|
|
1927
2268
|
*/
|
|
1928
|
-
|
|
2269
|
+
erc20Transfers?: Array<Erc20TransferDetails>;
|
|
1929
2270
|
/**
|
|
1930
|
-
* The
|
|
2271
|
+
* The list of ERC-721 transfers.
|
|
1931
2272
|
*/
|
|
1932
|
-
|
|
2273
|
+
erc721Transfers?: Array<Erc721TransferDetails>;
|
|
1933
2274
|
/**
|
|
1934
|
-
* The
|
|
2275
|
+
* The list of ERC-1155 transfers.
|
|
1935
2276
|
*/
|
|
1936
|
-
|
|
2277
|
+
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
1937
2278
|
/**
|
|
1938
|
-
* The
|
|
1939
|
-
*/
|
|
1940
|
-
txHash: string;
|
|
1941
|
-
/**
|
|
1942
|
-
* The transaction status, which is either 0 (failed) or 1 (successful).
|
|
1943
|
-
*/
|
|
1944
|
-
txStatus: string;
|
|
1945
|
-
/**
|
|
1946
|
-
* The transaction type.
|
|
1947
|
-
*/
|
|
1948
|
-
txType: number;
|
|
1949
|
-
/**
|
|
1950
|
-
* The gas limit set for the transaction.
|
|
1951
|
-
*/
|
|
1952
|
-
gasLimit: string;
|
|
1953
|
-
/**
|
|
1954
|
-
* The amount of gas used.
|
|
1955
|
-
*/
|
|
1956
|
-
gasUsed: string;
|
|
1957
|
-
/**
|
|
1958
|
-
* The gas price denominated by the number of decimals of the native token.
|
|
1959
|
-
*/
|
|
1960
|
-
gasPrice: string;
|
|
1961
|
-
/**
|
|
1962
|
-
* The nonce used by the sender of the transaction.
|
|
1963
|
-
*/
|
|
1964
|
-
nonce: string;
|
|
1965
|
-
from: RichAddress;
|
|
1966
|
-
to: RichAddress;
|
|
1967
|
-
method?: Method;
|
|
1968
|
-
value: string;
|
|
1969
|
-
};
|
|
1970
|
-
|
|
1971
|
-
type ListNativeTransactionsResponse = {
|
|
1972
|
-
/**
|
|
1973
|
-
* 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.
|
|
1974
|
-
*/
|
|
1975
|
-
nextPageToken?: string;
|
|
1976
|
-
transactions: Array<NativeTransaction>;
|
|
1977
|
-
};
|
|
1978
|
-
|
|
1979
|
-
type TransactionDetails = {
|
|
1980
|
-
/**
|
|
1981
|
-
* The native (top-level) transaction details.
|
|
1982
|
-
*/
|
|
1983
|
-
nativeTransaction: NativeTransaction;
|
|
1984
|
-
/**
|
|
1985
|
-
* The list of ERC-20 transfers.
|
|
1986
|
-
*/
|
|
1987
|
-
erc20Transfers?: Array<Erc20TransferDetails>;
|
|
1988
|
-
/**
|
|
1989
|
-
* The list of ERC-721 transfers.
|
|
1990
|
-
*/
|
|
1991
|
-
erc721Transfers?: Array<Erc721TransferDetails>;
|
|
1992
|
-
/**
|
|
1993
|
-
* The list of ERC-1155 transfers.
|
|
1994
|
-
*/
|
|
1995
|
-
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
1996
|
-
/**
|
|
1997
|
-
* 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 calls. Use a client provider to recieve a full debug trace of the transaction.
|
|
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.
|
|
1998
2280
|
*/
|
|
1999
2281
|
internalTransactions?: Array<InternalTransactionDetails>;
|
|
2000
2282
|
};
|
|
@@ -2020,14 +2302,33 @@ declare enum SortOrder {
|
|
|
2020
2302
|
DESC = "desc"
|
|
2021
2303
|
}
|
|
2022
2304
|
|
|
2023
|
-
declare enum TransactionStatus {
|
|
2024
|
-
FAILED = "failed",
|
|
2025
|
-
SUCCESS = "success"
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
2305
|
declare class EvmTransactionsService {
|
|
2029
2306
|
readonly httpRequest: BaseHttpRequest;
|
|
2030
2307
|
constructor(httpRequest: BaseHttpRequest);
|
|
2308
|
+
/**
|
|
2309
|
+
* List the latest transactions across all supported EVM chains
|
|
2310
|
+
* Lists the most recent transactions from all supported EVM-compatible chains. The results can be filtered based on transaction status.
|
|
2311
|
+
* @returns ListNativeTransactionsResponse Successful response
|
|
2312
|
+
* @throws ApiError
|
|
2313
|
+
*/
|
|
2314
|
+
listLatestTransactionsAllChains({ pageToken, pageSize, network, status, }: {
|
|
2315
|
+
/**
|
|
2316
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2317
|
+
*/
|
|
2318
|
+
pageToken?: string;
|
|
2319
|
+
/**
|
|
2320
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2321
|
+
*/
|
|
2322
|
+
pageSize?: number;
|
|
2323
|
+
/**
|
|
2324
|
+
* Either mainnet or testnet/fuji.
|
|
2325
|
+
*/
|
|
2326
|
+
network?: Network;
|
|
2327
|
+
/**
|
|
2328
|
+
* A status filter for listed transactions.
|
|
2329
|
+
*/
|
|
2330
|
+
status?: TransactionStatus;
|
|
2331
|
+
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2031
2332
|
/**
|
|
2032
2333
|
* Get deployment transaction
|
|
2033
2334
|
* If the address is a smart contract, returns the transaction in which it was deployed.
|
|
@@ -2274,7 +2575,7 @@ declare class EvmTransactionsService {
|
|
|
2274
2575
|
* List internal transactions
|
|
2275
2576
|
* Returns a list of internal transactions for an address and chain. Filterable by block range.
|
|
2276
2577
|
*
|
|
2277
|
-
* 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.
|
|
2278
2579
|
* @returns ListInternalTransactionsResponse Successful response
|
|
2279
2580
|
* @throws ApiError
|
|
2280
2581
|
*/
|
|
@@ -2326,7 +2627,7 @@ declare class EvmTransactionsService {
|
|
|
2326
2627
|
* @returns ListNativeTransactionsResponse Successful response
|
|
2327
2628
|
* @throws ApiError
|
|
2328
2629
|
*/
|
|
2329
|
-
getTransactionsForBlock({ chainId, blockId, }: {
|
|
2630
|
+
getTransactionsForBlock({ chainId, blockId, pageToken, pageSize, }: {
|
|
2330
2631
|
/**
|
|
2331
2632
|
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2332
2633
|
*/
|
|
@@ -2335,6 +2636,14 @@ declare class EvmTransactionsService {
|
|
|
2335
2636
|
* A block identifier which is either a block number or the block hash.
|
|
2336
2637
|
*/
|
|
2337
2638
|
blockId: string;
|
|
2639
|
+
/**
|
|
2640
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2641
|
+
*/
|
|
2642
|
+
pageToken?: string;
|
|
2643
|
+
/**
|
|
2644
|
+
* The maximum number of items to return. The minimum page size is 0. The maximum pageSize is 100.
|
|
2645
|
+
*/
|
|
2646
|
+
pageSize?: number;
|
|
2338
2647
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2339
2648
|
/**
|
|
2340
2649
|
* List latest transactions
|
|
@@ -2362,66 +2671,246 @@ declare class EvmTransactionsService {
|
|
|
2362
2671
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2363
2672
|
}
|
|
2364
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
|
+
|
|
2365
2704
|
declare class HealthCheckService {
|
|
2366
2705
|
readonly httpRequest: BaseHttpRequest;
|
|
2367
2706
|
constructor(httpRequest: BaseHttpRequest);
|
|
2368
2707
|
/**
|
|
2369
2708
|
* Get the health of the service
|
|
2370
|
-
*
|
|
2709
|
+
* Check the health of the service.
|
|
2710
|
+
* @returns HealthCheckResultDto The health of the service
|
|
2371
2711
|
* @throws ApiError
|
|
2372
2712
|
*/
|
|
2373
|
-
dataHealthCheck(): CancelablePromise<
|
|
2374
|
-
status?: string;
|
|
2375
|
-
info?: Record<string, Record<string, string>> | null;
|
|
2376
|
-
error?: Record<string, Record<string, string>> | null;
|
|
2377
|
-
details?: Record<string, Record<string, string>>;
|
|
2378
|
-
}>;
|
|
2713
|
+
dataHealthCheck(): CancelablePromise<HealthCheckResultDto>;
|
|
2379
2714
|
}
|
|
2380
2715
|
|
|
2381
|
-
type
|
|
2716
|
+
type IcmDestinationTransaction = {
|
|
2717
|
+
txHash: string;
|
|
2718
|
+
timestamp: number;
|
|
2719
|
+
gasSpent: string;
|
|
2720
|
+
rewardRedeemer: string;
|
|
2721
|
+
delivererAddress: string;
|
|
2722
|
+
};
|
|
2723
|
+
|
|
2724
|
+
type IcmReceipt = {
|
|
2725
|
+
receivedMessageNonce: string;
|
|
2726
|
+
relayerRewardAddress: string;
|
|
2727
|
+
};
|
|
2728
|
+
|
|
2729
|
+
type IcmRewardDetails = {
|
|
2730
|
+
/**
|
|
2731
|
+
* A wallet or contract address in mixed-case checksum encoding.
|
|
2732
|
+
*/
|
|
2733
|
+
address: string;
|
|
2734
|
+
/**
|
|
2735
|
+
* The contract name.
|
|
2736
|
+
*/
|
|
2737
|
+
name: string;
|
|
2738
|
+
/**
|
|
2739
|
+
* The contract symbol.
|
|
2740
|
+
*/
|
|
2741
|
+
symbol: string;
|
|
2742
|
+
/**
|
|
2743
|
+
* The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
|
|
2744
|
+
*/
|
|
2745
|
+
decimals: number;
|
|
2746
|
+
/**
|
|
2747
|
+
* The logo uri for the address.
|
|
2748
|
+
*/
|
|
2749
|
+
logoUri?: string;
|
|
2750
|
+
ercType: IcmRewardDetails.ercType;
|
|
2751
|
+
/**
|
|
2752
|
+
* The token price, if available.
|
|
2753
|
+
*/
|
|
2754
|
+
price?: Money;
|
|
2755
|
+
value: string;
|
|
2756
|
+
};
|
|
2757
|
+
declare namespace IcmRewardDetails {
|
|
2758
|
+
enum ercType {
|
|
2759
|
+
ERC_20 = "ERC-20"
|
|
2760
|
+
}
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
type IcmSourceTransaction = {
|
|
2764
|
+
txHash: string;
|
|
2765
|
+
timestamp: number;
|
|
2766
|
+
gasSpent: string;
|
|
2767
|
+
};
|
|
2768
|
+
|
|
2769
|
+
type DeliveredIcmMessage = {
|
|
2770
|
+
messageId: string;
|
|
2771
|
+
icmContractAddress: string;
|
|
2772
|
+
sourceBlockchainId: string;
|
|
2773
|
+
destinationBlockchainId: string;
|
|
2774
|
+
sourceEvmChainId: string;
|
|
2775
|
+
destinationEvmChainId: string;
|
|
2776
|
+
messageNonce: string;
|
|
2777
|
+
from: string;
|
|
2778
|
+
to: string;
|
|
2779
|
+
data?: string;
|
|
2780
|
+
messageExecuted: boolean;
|
|
2781
|
+
receipts: Array<IcmReceipt>;
|
|
2782
|
+
receiptDelivered: boolean;
|
|
2783
|
+
rewardDetails: IcmRewardDetails;
|
|
2784
|
+
sourceTransaction: IcmSourceTransaction;
|
|
2785
|
+
destinationTransaction: IcmDestinationTransaction;
|
|
2786
|
+
status: DeliveredIcmMessage.status;
|
|
2787
|
+
};
|
|
2788
|
+
declare namespace DeliveredIcmMessage {
|
|
2789
|
+
enum status {
|
|
2790
|
+
DELIVERED = "delivered"
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
2793
|
+
|
|
2794
|
+
type DeliveredSourceNotIndexedIcmMessage = {
|
|
2795
|
+
messageId: string;
|
|
2796
|
+
icmContractAddress: string;
|
|
2797
|
+
sourceBlockchainId: string;
|
|
2798
|
+
destinationBlockchainId: string;
|
|
2799
|
+
sourceEvmChainId: string;
|
|
2800
|
+
destinationEvmChainId: string;
|
|
2801
|
+
messageNonce: string;
|
|
2802
|
+
from: string;
|
|
2803
|
+
to: string;
|
|
2804
|
+
data?: string;
|
|
2805
|
+
messageExecuted: boolean;
|
|
2806
|
+
receipts: Array<IcmReceipt>;
|
|
2807
|
+
receiptDelivered: boolean;
|
|
2808
|
+
rewardDetails: IcmRewardDetails;
|
|
2809
|
+
destinationTransaction: IcmDestinationTransaction;
|
|
2810
|
+
status: DeliveredSourceNotIndexedIcmMessage.status;
|
|
2811
|
+
};
|
|
2812
|
+
declare namespace DeliveredSourceNotIndexedIcmMessage {
|
|
2813
|
+
enum status {
|
|
2814
|
+
DELIVERED_SOURCE_NOT_INDEXED = "delivered_source_not_indexed"
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
type PendingIcmMessage = {
|
|
2819
|
+
messageId: string;
|
|
2820
|
+
icmContractAddress: string;
|
|
2821
|
+
sourceBlockchainId: string;
|
|
2822
|
+
destinationBlockchainId: string;
|
|
2823
|
+
sourceEvmChainId: string;
|
|
2824
|
+
destinationEvmChainId: string;
|
|
2825
|
+
messageNonce: string;
|
|
2826
|
+
from: string;
|
|
2827
|
+
to: string;
|
|
2828
|
+
data?: string;
|
|
2829
|
+
messageExecuted: boolean;
|
|
2830
|
+
receipts: Array<IcmReceipt>;
|
|
2831
|
+
receiptDelivered: boolean;
|
|
2832
|
+
rewardDetails: IcmRewardDetails;
|
|
2833
|
+
sourceTransaction: IcmSourceTransaction;
|
|
2834
|
+
status: PendingIcmMessage.status;
|
|
2835
|
+
};
|
|
2836
|
+
declare namespace PendingIcmMessage {
|
|
2837
|
+
enum status {
|
|
2838
|
+
PENDING = "pending"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
type ListIcmMessagesResponse = {
|
|
2382
2843
|
/**
|
|
2383
2844
|
* 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.
|
|
2384
2845
|
*/
|
|
2385
2846
|
nextPageToken?: string;
|
|
2386
|
-
|
|
2847
|
+
messages: Array<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
|
|
2387
2848
|
};
|
|
2388
2849
|
|
|
2389
|
-
declare class
|
|
2850
|
+
declare class InterchainMessagingService {
|
|
2390
2851
|
readonly httpRequest: BaseHttpRequest;
|
|
2391
2852
|
constructor(httpRequest: BaseHttpRequest);
|
|
2392
2853
|
/**
|
|
2393
|
-
*
|
|
2394
|
-
*
|
|
2854
|
+
* Get an ICM message
|
|
2855
|
+
* Gets an ICM message by teleporter message ID.
|
|
2395
2856
|
* @returns any Successful response
|
|
2396
2857
|
* @throws ApiError
|
|
2397
2858
|
*/
|
|
2398
|
-
|
|
2859
|
+
getIcmMessage({ messageId, }: {
|
|
2399
2860
|
/**
|
|
2400
|
-
*
|
|
2861
|
+
* The teleporter message ID of the ICM message.
|
|
2401
2862
|
*/
|
|
2402
|
-
|
|
2863
|
+
messageId: string;
|
|
2864
|
+
}): CancelablePromise<(PendingIcmMessage | DeliveredIcmMessage | DeliveredSourceNotIndexedIcmMessage)>;
|
|
2865
|
+
/**
|
|
2866
|
+
* List ICM messages
|
|
2867
|
+
* Lists ICM messages. Ordered by timestamp in descending order.
|
|
2868
|
+
* @returns ListIcmMessagesResponse Successful response
|
|
2869
|
+
* @throws ApiError
|
|
2870
|
+
*/
|
|
2871
|
+
listIcmMessages({ pageToken, pageSize, sourceBlockchainId, destinationBlockchainId, blockchainId, to, from, network, }: {
|
|
2403
2872
|
/**
|
|
2404
|
-
*
|
|
2873
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2405
2874
|
*/
|
|
2406
|
-
|
|
2875
|
+
pageToken?: string;
|
|
2407
2876
|
/**
|
|
2408
|
-
*
|
|
2877
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2409
2878
|
*/
|
|
2410
|
-
|
|
2411
|
-
|
|
2879
|
+
pageSize?: number;
|
|
2880
|
+
/**
|
|
2881
|
+
* The base58 encoded blockchain ID or evm chain ID of the source chain that the ICM message was sent from.
|
|
2882
|
+
*/
|
|
2883
|
+
sourceBlockchainId?: string;
|
|
2884
|
+
/**
|
|
2885
|
+
* The base58 encoded blockchain ID or evm chain ID of the destination chain that the ICM message was sent to.
|
|
2886
|
+
*/
|
|
2887
|
+
destinationBlockchainId?: string;
|
|
2888
|
+
/**
|
|
2889
|
+
* The base58 encoded blockchain ID of either source or destination chain that one ICM message interacts with.
|
|
2890
|
+
*/
|
|
2891
|
+
blockchainId?: string;
|
|
2892
|
+
/**
|
|
2893
|
+
* The address of the recipient of the ICM message.
|
|
2894
|
+
*/
|
|
2895
|
+
to?: string;
|
|
2896
|
+
/**
|
|
2897
|
+
* The address of the sender of the ICM message.
|
|
2898
|
+
*/
|
|
2899
|
+
from?: string;
|
|
2900
|
+
/**
|
|
2901
|
+
* Either mainnet or testnet/fuji.
|
|
2902
|
+
*/
|
|
2903
|
+
network?: Network;
|
|
2904
|
+
}): CancelablePromise<ListIcmMessagesResponse>;
|
|
2412
2905
|
/**
|
|
2413
|
-
* List
|
|
2414
|
-
* Lists
|
|
2415
|
-
* @returns
|
|
2906
|
+
* List ICM messages by address
|
|
2907
|
+
* Lists ICM messages by address. Ordered by timestamp in descending order.
|
|
2908
|
+
* @returns ListIcmMessagesResponse Successful response
|
|
2416
2909
|
* @throws ApiError
|
|
2417
2910
|
*/
|
|
2418
|
-
|
|
2419
|
-
/**
|
|
2420
|
-
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2421
|
-
*/
|
|
2422
|
-
chainId: string;
|
|
2911
|
+
listIcmMessagesByAddress({ address, pageToken, pageSize, network, }: {
|
|
2423
2912
|
/**
|
|
2424
|
-
*
|
|
2913
|
+
* An EVM address.
|
|
2425
2914
|
*/
|
|
2426
2915
|
address: string;
|
|
2427
2916
|
/**
|
|
@@ -2432,10 +2921,71 @@ declare class NfTsService {
|
|
|
2432
2921
|
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2433
2922
|
*/
|
|
2434
2923
|
pageSize?: number;
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2924
|
+
/**
|
|
2925
|
+
* Either mainnet or testnet/fuji.
|
|
2926
|
+
*/
|
|
2927
|
+
network?: Network;
|
|
2928
|
+
}): CancelablePromise<ListIcmMessagesResponse>;
|
|
2929
|
+
}
|
|
2930
|
+
|
|
2931
|
+
type ListNftTokens = {
|
|
2932
|
+
/**
|
|
2933
|
+
* 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.
|
|
2934
|
+
*/
|
|
2935
|
+
nextPageToken?: string;
|
|
2936
|
+
tokens: Array<(Erc721Token | Erc1155Token)>;
|
|
2937
|
+
};
|
|
2938
|
+
|
|
2939
|
+
declare class NfTsService {
|
|
2940
|
+
readonly httpRequest: BaseHttpRequest;
|
|
2941
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
2942
|
+
/**
|
|
2943
|
+
* Reindex NFT metadata
|
|
2944
|
+
* Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token.
|
|
2945
|
+
* @returns any Successful response
|
|
2946
|
+
* @throws ApiError
|
|
2947
|
+
*/
|
|
2948
|
+
reindexNft({ chainId, address, tokenId, }: {
|
|
2949
|
+
/**
|
|
2950
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2951
|
+
*/
|
|
2952
|
+
chainId: string;
|
|
2953
|
+
/**
|
|
2954
|
+
* Contract address on the relevant chain.
|
|
2955
|
+
*/
|
|
2956
|
+
address: string;
|
|
2957
|
+
/**
|
|
2958
|
+
* TokenId on the contract
|
|
2959
|
+
*/
|
|
2960
|
+
tokenId: string;
|
|
2961
|
+
}): CancelablePromise<any>;
|
|
2962
|
+
/**
|
|
2963
|
+
* List tokens
|
|
2964
|
+
* Lists tokens for an NFT contract.
|
|
2965
|
+
* @returns ListNftTokens Successful response
|
|
2966
|
+
* @throws ApiError
|
|
2967
|
+
*/
|
|
2968
|
+
listTokens({ chainId, address, pageToken, pageSize, }: {
|
|
2969
|
+
/**
|
|
2970
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2971
|
+
*/
|
|
2972
|
+
chainId: string;
|
|
2973
|
+
/**
|
|
2974
|
+
* Contract address on the relevant chain.
|
|
2975
|
+
*/
|
|
2976
|
+
address: string;
|
|
2977
|
+
/**
|
|
2978
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2979
|
+
*/
|
|
2980
|
+
pageToken?: string;
|
|
2981
|
+
/**
|
|
2982
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2983
|
+
*/
|
|
2984
|
+
pageSize?: number;
|
|
2985
|
+
}): CancelablePromise<ListNftTokens>;
|
|
2986
|
+
/**
|
|
2987
|
+
* Get token details
|
|
2988
|
+
* Gets token details for a specific token of an NFT contract.
|
|
2439
2989
|
* @returns any Successful response
|
|
2440
2990
|
* @throws ApiError
|
|
2441
2991
|
*/
|
|
@@ -2455,6 +3005,108 @@ declare class NfTsService {
|
|
|
2455
3005
|
}): CancelablePromise<(Erc721Token | Erc1155Token)>;
|
|
2456
3006
|
}
|
|
2457
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
|
+
|
|
2458
3110
|
type EvmNetworkOptions = {
|
|
2459
3111
|
addresses: Array<string>;
|
|
2460
3112
|
includeChains: Array<string>;
|
|
@@ -2543,7 +3195,7 @@ type OperationStatusResponse = {
|
|
|
2543
3195
|
operationType: OperationType;
|
|
2544
3196
|
operationStatus: OperationStatus;
|
|
2545
3197
|
message?: string;
|
|
2546
|
-
metadata
|
|
3198
|
+
metadata?: TransactionExportMetadata;
|
|
2547
3199
|
createdAtTimestamp: number;
|
|
2548
3200
|
updatedAtTimestamp: number;
|
|
2549
3201
|
};
|
|
@@ -2576,6 +3228,23 @@ declare class OperationsService {
|
|
|
2576
3228
|
}): CancelablePromise<OperationStatusResponse>;
|
|
2577
3229
|
}
|
|
2578
3230
|
|
|
3231
|
+
type Blockchain = {
|
|
3232
|
+
createBlockTimestamp: number;
|
|
3233
|
+
createBlockNumber: string;
|
|
3234
|
+
blockchainId: string;
|
|
3235
|
+
vmId: string;
|
|
3236
|
+
subnetId: string;
|
|
3237
|
+
blockchainName: string;
|
|
3238
|
+
/**
|
|
3239
|
+
* EVM Chain ID for the EVM-based chains. This field is extracted from genesis data, and may be present for non-EVM chains as well.
|
|
3240
|
+
*/
|
|
3241
|
+
evmChainId: number;
|
|
3242
|
+
/**
|
|
3243
|
+
* The genesis data of the blockchain.
|
|
3244
|
+
*/
|
|
3245
|
+
genesisData?: Record<string, any>;
|
|
3246
|
+
};
|
|
3247
|
+
|
|
2579
3248
|
declare enum BlockchainIds {
|
|
2580
3249
|
_11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
|
|
2581
3250
|
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
@@ -2607,16 +3276,31 @@ type DelegatorsDetails = {
|
|
|
2607
3276
|
};
|
|
2608
3277
|
|
|
2609
3278
|
type StakingDistribution = {
|
|
3279
|
+
/**
|
|
3280
|
+
* AvalancheGo version for the validator node.
|
|
3281
|
+
*/
|
|
2610
3282
|
version: string;
|
|
3283
|
+
/**
|
|
3284
|
+
* The total amount staked by validators using this version.
|
|
3285
|
+
*/
|
|
2611
3286
|
amountStaked: string;
|
|
3287
|
+
/**
|
|
3288
|
+
* The number of validators using this version.
|
|
3289
|
+
*/
|
|
2612
3290
|
validatorCount: number;
|
|
2613
3291
|
};
|
|
2614
3292
|
|
|
2615
3293
|
type ValidatorsDetails = {
|
|
2616
3294
|
validatorCount: number;
|
|
2617
3295
|
totalAmountStaked: string;
|
|
3296
|
+
/**
|
|
3297
|
+
* Total potential rewards from currently active validations and delegations.
|
|
3298
|
+
*/
|
|
2618
3299
|
estimatedAnnualStakingReward: string;
|
|
2619
3300
|
stakingDistributionByVersion: Array<StakingDistribution>;
|
|
3301
|
+
/**
|
|
3302
|
+
* Ratio of total active stake amount to the current supply.
|
|
3303
|
+
*/
|
|
2620
3304
|
stakingRatio: string;
|
|
2621
3305
|
};
|
|
2622
3306
|
|
|
@@ -2625,15 +3309,6 @@ type GetNetworkDetailsResponse = {
|
|
|
2625
3309
|
delegatorDetails: DelegatorsDetails;
|
|
2626
3310
|
};
|
|
2627
3311
|
|
|
2628
|
-
type Blockchain = {
|
|
2629
|
-
createBlockTimestamp: number;
|
|
2630
|
-
createBlockNumber: string;
|
|
2631
|
-
blockchainId: string;
|
|
2632
|
-
vmId: string;
|
|
2633
|
-
subnetId: string;
|
|
2634
|
-
blockchainName: string;
|
|
2635
|
-
};
|
|
2636
|
-
|
|
2637
3312
|
type ListBlockchainsResponse = {
|
|
2638
3313
|
/**
|
|
2639
3314
|
* 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.
|
|
@@ -2668,7 +3343,13 @@ type CompletedDelegatorDetails = {
|
|
|
2668
3343
|
delegationFee: string;
|
|
2669
3344
|
startTimestamp: number;
|
|
2670
3345
|
endTimestamp: number;
|
|
3346
|
+
/**
|
|
3347
|
+
* Total rewards distributed for the successful delegation.
|
|
3348
|
+
*/
|
|
2671
3349
|
grossReward: string;
|
|
3350
|
+
/**
|
|
3351
|
+
* Net rewards distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
|
|
3352
|
+
*/
|
|
2672
3353
|
netReward: string;
|
|
2673
3354
|
delegationStatus: CompletedDelegatorDetails.delegationStatus;
|
|
2674
3355
|
};
|
|
@@ -2686,7 +3367,13 @@ type PendingDelegatorDetails = {
|
|
|
2686
3367
|
delegationFee: string;
|
|
2687
3368
|
startTimestamp: number;
|
|
2688
3369
|
endTimestamp: number;
|
|
3370
|
+
/**
|
|
3371
|
+
* Estimated total rewards that will be distributed for the successful delegation.
|
|
3372
|
+
*/
|
|
2689
3373
|
estimatedGrossReward: string;
|
|
3374
|
+
/**
|
|
3375
|
+
* Estimated net rewards that will be distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
|
|
3376
|
+
*/
|
|
2690
3377
|
estimatedNetReward: string;
|
|
2691
3378
|
delegationStatus: PendingDelegatorDetails.delegationStatus;
|
|
2692
3379
|
};
|
|
@@ -2712,37 +3399,41 @@ type BalanceOwner = {
|
|
|
2712
3399
|
threshold: number;
|
|
2713
3400
|
};
|
|
2714
3401
|
|
|
2715
|
-
type
|
|
3402
|
+
type L1ValidatorDetailsFull = {
|
|
2716
3403
|
/**
|
|
2717
|
-
* Unique
|
|
3404
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
2718
3405
|
*/
|
|
2719
3406
|
validationId: string;
|
|
3407
|
+
/**
|
|
3408
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
3409
|
+
*/
|
|
3410
|
+
validationIdHex: string;
|
|
2720
3411
|
nodeId: string;
|
|
2721
3412
|
subnetId: string;
|
|
2722
3413
|
/**
|
|
2723
|
-
* Weight of the
|
|
3414
|
+
* Weight of the L1 validator used while sampling validators within the L1. A zero-weight L1 validator means it has been removed from the L1, and the validationID is no longer valid
|
|
2724
3415
|
*/
|
|
2725
3416
|
weight: number;
|
|
2726
3417
|
/**
|
|
2727
|
-
* Remaining
|
|
3418
|
+
* Remaining L1 validator balance in nAVAX until inactive. It can rejoin L1 sampling by increasing balance with IncreaseL1ValidatorBalanceTx
|
|
2728
3419
|
*/
|
|
2729
3420
|
remainingBalance: number;
|
|
2730
3421
|
/**
|
|
2731
|
-
* The timestamp of the transaction which created this
|
|
3422
|
+
* The timestamp of the transaction which created this L1 validator
|
|
2732
3423
|
*/
|
|
2733
3424
|
creationTimestamp: number;
|
|
2734
3425
|
blsCredentials: Record<string, any>;
|
|
2735
3426
|
/**
|
|
2736
|
-
* The
|
|
3427
|
+
* The L1 validator owner's balance, returned after it's disabled or removed
|
|
2737
3428
|
*/
|
|
2738
3429
|
remainingBalanceOwner: BalanceOwner;
|
|
2739
3430
|
/**
|
|
2740
|
-
* Owner ddresses details which can disable or remove the
|
|
3431
|
+
* Owner ddresses details which can disable or remove the L1 validator
|
|
2741
3432
|
*/
|
|
2742
3433
|
deactivationOwner: BalanceOwner;
|
|
2743
3434
|
};
|
|
2744
3435
|
|
|
2745
|
-
type
|
|
3436
|
+
type ListL1ValidatorsResponse = {
|
|
2746
3437
|
/**
|
|
2747
3438
|
* 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.
|
|
2748
3439
|
*/
|
|
@@ -2750,11 +3441,11 @@ type ListSubnetOnlyValidatorsResponse = {
|
|
|
2750
3441
|
/**
|
|
2751
3442
|
* The list of L1 validations for the given Subnet ID, NodeId or validationId
|
|
2752
3443
|
*/
|
|
2753
|
-
validators: Array<
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
3444
|
+
validators: Array<L1ValidatorDetailsFull>;
|
|
3445
|
+
/**
|
|
3446
|
+
* Block height at which the L1 validator's remaining balance is calculated
|
|
3447
|
+
*/
|
|
3448
|
+
blockHeight: string;
|
|
2758
3449
|
};
|
|
2759
3450
|
|
|
2760
3451
|
type L1ValidatorManagerDetails = {
|
|
@@ -2804,11 +3495,15 @@ type Subnet = {
|
|
|
2804
3495
|
* Whether the subnet is an L1 or not.
|
|
2805
3496
|
*/
|
|
2806
3497
|
isL1: boolean;
|
|
3498
|
+
/**
|
|
3499
|
+
* Transaction hash of ConvertSubnetToL1Tx which converted this Subnet to L1.
|
|
3500
|
+
*/
|
|
3501
|
+
l1ConversionTransactionHash?: string;
|
|
2807
3502
|
/**
|
|
2808
3503
|
* L1 validator manager details.
|
|
2809
3504
|
*/
|
|
2810
3505
|
l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
|
|
2811
|
-
blockchains: Array<
|
|
3506
|
+
blockchains: Array<Blockchain>;
|
|
2812
3507
|
};
|
|
2813
3508
|
|
|
2814
3509
|
type ListSubnetsResponse = {
|
|
@@ -2824,6 +3519,29 @@ type BlsCredentials = {
|
|
|
2824
3519
|
proofOfPossession: string;
|
|
2825
3520
|
};
|
|
2826
3521
|
|
|
3522
|
+
type Geolocation = {
|
|
3523
|
+
/**
|
|
3524
|
+
* The name of the validator node.
|
|
3525
|
+
*/
|
|
3526
|
+
city: string;
|
|
3527
|
+
/**
|
|
3528
|
+
* The city of the validator node.
|
|
3529
|
+
*/
|
|
3530
|
+
country: string;
|
|
3531
|
+
/**
|
|
3532
|
+
* The country code of the validator node.
|
|
3533
|
+
*/
|
|
3534
|
+
countryCode: string;
|
|
3535
|
+
/**
|
|
3536
|
+
* The latitude of the validator node.
|
|
3537
|
+
*/
|
|
3538
|
+
latitude: number;
|
|
3539
|
+
/**
|
|
3540
|
+
* The longitude of the validator node.
|
|
3541
|
+
*/
|
|
3542
|
+
longitude: number;
|
|
3543
|
+
};
|
|
3544
|
+
|
|
2827
3545
|
type Rewards = {
|
|
2828
3546
|
validationRewardAmount: string;
|
|
2829
3547
|
delegationRewardAmount: string;
|
|
@@ -2855,6 +3573,9 @@ type ActiveValidatorDetails = {
|
|
|
2855
3573
|
nodeId: string;
|
|
2856
3574
|
subnetId: string;
|
|
2857
3575
|
amountStaked: string;
|
|
3576
|
+
/**
|
|
3577
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3578
|
+
*/
|
|
2858
3579
|
delegationFee?: string;
|
|
2859
3580
|
startTimestamp: number;
|
|
2860
3581
|
endTimestamp: number;
|
|
@@ -2862,15 +3583,37 @@ type ActiveValidatorDetails = {
|
|
|
2862
3583
|
* Present for AddPermissionlessValidatorTx
|
|
2863
3584
|
*/
|
|
2864
3585
|
blsCredentials?: BlsCredentials;
|
|
3586
|
+
/**
|
|
3587
|
+
* The percentage of this validator's stake amount to the total active stake.
|
|
3588
|
+
*/
|
|
2865
3589
|
stakePercentage: number;
|
|
3590
|
+
/**
|
|
3591
|
+
* The number of delegators linked to the validator.
|
|
3592
|
+
*/
|
|
2866
3593
|
delegatorCount: number;
|
|
3594
|
+
/**
|
|
3595
|
+
* The total amount in nAVAX delegated to the validator.
|
|
3596
|
+
*/
|
|
2867
3597
|
amountDelegated?: string;
|
|
3598
|
+
/**
|
|
3599
|
+
* The validator's uptime percentage, as observed by our internal node and measured over time.
|
|
3600
|
+
*/
|
|
2868
3601
|
uptimePerformance: number;
|
|
2869
3602
|
avalancheGoVersion?: string;
|
|
3603
|
+
/**
|
|
3604
|
+
* The amount of stake in nAVAX that can be delegated to this validator.
|
|
3605
|
+
*/
|
|
2870
3606
|
delegationCapacity?: string;
|
|
3607
|
+
/**
|
|
3608
|
+
* Estimated rewards for the validator if the validation is successful.
|
|
3609
|
+
*/
|
|
2871
3610
|
potentialRewards: Rewards;
|
|
2872
3611
|
validationStatus: ActiveValidatorDetails.validationStatus;
|
|
2873
3612
|
validatorHealth: ValidatorHealthDetails;
|
|
3613
|
+
/**
|
|
3614
|
+
* The geographical location of the validator node, if available.
|
|
3615
|
+
*/
|
|
3616
|
+
geolocation: Geolocation | null;
|
|
2874
3617
|
};
|
|
2875
3618
|
declare namespace ActiveValidatorDetails {
|
|
2876
3619
|
enum validationStatus {
|
|
@@ -2883,6 +3626,9 @@ type CompletedValidatorDetails = {
|
|
|
2883
3626
|
nodeId: string;
|
|
2884
3627
|
subnetId: string;
|
|
2885
3628
|
amountStaked: string;
|
|
3629
|
+
/**
|
|
3630
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3631
|
+
*/
|
|
2886
3632
|
delegationFee?: string;
|
|
2887
3633
|
startTimestamp: number;
|
|
2888
3634
|
endTimestamp: number;
|
|
@@ -2906,6 +3652,9 @@ type PendingValidatorDetails = {
|
|
|
2906
3652
|
nodeId: string;
|
|
2907
3653
|
subnetId: string;
|
|
2908
3654
|
amountStaked: string;
|
|
3655
|
+
/**
|
|
3656
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3657
|
+
*/
|
|
2909
3658
|
delegationFee?: string;
|
|
2910
3659
|
startTimestamp: number;
|
|
2911
3660
|
endTimestamp: number;
|
|
@@ -2926,6 +3675,9 @@ type RemovedValidatorDetails = {
|
|
|
2926
3675
|
nodeId: string;
|
|
2927
3676
|
subnetId: string;
|
|
2928
3677
|
amountStaked: string;
|
|
3678
|
+
/**
|
|
3679
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3680
|
+
*/
|
|
2929
3681
|
delegationFee?: string;
|
|
2930
3682
|
startTimestamp: number;
|
|
2931
3683
|
endTimestamp: number;
|
|
@@ -2933,7 +3685,13 @@ type RemovedValidatorDetails = {
|
|
|
2933
3685
|
* Present for AddPermissionlessValidatorTx
|
|
2934
3686
|
*/
|
|
2935
3687
|
blsCredentials?: BlsCredentials;
|
|
3688
|
+
/**
|
|
3689
|
+
* The transaction hash that removed the permissioned subnet validator.
|
|
3690
|
+
*/
|
|
2936
3691
|
removeTxHash: string;
|
|
3692
|
+
/**
|
|
3693
|
+
* The timestamp of the transaction that removed the permissioned subnet validator.
|
|
3694
|
+
*/
|
|
2937
3695
|
removeTimestamp: number;
|
|
2938
3696
|
validationStatus: RemovedValidatorDetails.validationStatus;
|
|
2939
3697
|
};
|
|
@@ -3084,7 +3842,7 @@ declare class PrimaryNetworkService {
|
|
|
3084
3842
|
*/
|
|
3085
3843
|
pageToken?: string;
|
|
3086
3844
|
/**
|
|
3087
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is
|
|
3845
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 10000.
|
|
3088
3846
|
*/
|
|
3089
3847
|
pageSize?: number;
|
|
3090
3848
|
/**
|
|
@@ -3092,6 +3850,22 @@ declare class PrimaryNetworkService {
|
|
|
3092
3850
|
*/
|
|
3093
3851
|
sortOrder?: SortOrder;
|
|
3094
3852
|
}): CancelablePromise<ListBlockchainsResponse>;
|
|
3853
|
+
/**
|
|
3854
|
+
* Get blockchain details by ID
|
|
3855
|
+
* Get details of the blockchain registered on the network.
|
|
3856
|
+
* @returns Blockchain Successful response
|
|
3857
|
+
* @throws ApiError
|
|
3858
|
+
*/
|
|
3859
|
+
getBlockchainById({ blockchainId, network, }: {
|
|
3860
|
+
/**
|
|
3861
|
+
* The blockchain ID of the blockchain to retrieve.
|
|
3862
|
+
*/
|
|
3863
|
+
blockchainId: string;
|
|
3864
|
+
/**
|
|
3865
|
+
* Either mainnet or testnet/fuji.
|
|
3866
|
+
*/
|
|
3867
|
+
network: Network;
|
|
3868
|
+
}): CancelablePromise<Blockchain>;
|
|
3095
3869
|
/**
|
|
3096
3870
|
* List subnets
|
|
3097
3871
|
* Lists all subnets registered on the network.
|
|
@@ -3108,7 +3882,7 @@ declare class PrimaryNetworkService {
|
|
|
3108
3882
|
*/
|
|
3109
3883
|
pageToken?: string;
|
|
3110
3884
|
/**
|
|
3111
|
-
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is
|
|
3885
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 10000.
|
|
3112
3886
|
*/
|
|
3113
3887
|
pageSize?: number;
|
|
3114
3888
|
/**
|
|
@@ -3134,7 +3908,7 @@ declare class PrimaryNetworkService {
|
|
|
3134
3908
|
}): CancelablePromise<Subnet>;
|
|
3135
3909
|
/**
|
|
3136
3910
|
* List validators
|
|
3137
|
-
* Lists details for validators. By default, returns details for all validators. Filterable by
|
|
3911
|
+
* Lists details for validators. By default, returns details for all validators. The nodeIds parameter supports substring matching. Filterable by validation status, delegation capacity, time remaining, fee percentage, uptime performance, and subnet id.
|
|
3138
3912
|
* @returns ListValidatorDetailsResponse Successful response
|
|
3139
3913
|
* @throws ApiError
|
|
3140
3914
|
*/
|
|
@@ -3152,7 +3926,7 @@ declare class PrimaryNetworkService {
|
|
|
3152
3926
|
*/
|
|
3153
3927
|
pageSize?: number;
|
|
3154
3928
|
/**
|
|
3155
|
-
* A comma separated list of node ids to filter by.
|
|
3929
|
+
* A comma separated list of node ids to filter by. Supports substring matching.
|
|
3156
3930
|
*/
|
|
3157
3931
|
nodeIds?: string;
|
|
3158
3932
|
/**
|
|
@@ -3275,12 +4049,12 @@ declare class PrimaryNetworkService {
|
|
|
3275
4049
|
nodeIds?: string;
|
|
3276
4050
|
}): CancelablePromise<ListDelegatorDetailsResponse>;
|
|
3277
4051
|
/**
|
|
3278
|
-
* List
|
|
3279
|
-
* Lists details for
|
|
3280
|
-
* @returns
|
|
4052
|
+
* List L1 validators
|
|
4053
|
+
* Lists details for L1 validators. By default, returns details for all active L1 validators. Filterable by validator node ids, subnet id, and validation id.
|
|
4054
|
+
* @returns ListL1ValidatorsResponse Successful response
|
|
3281
4055
|
* @throws ApiError
|
|
3282
4056
|
*/
|
|
3283
|
-
|
|
4057
|
+
listL1Validators({ network, pageToken, pageSize, l1ValidationId, includeInactiveL1Validators, nodeId, subnetId, }: {
|
|
3284
4058
|
/**
|
|
3285
4059
|
* Either mainnet or testnet/fuji.
|
|
3286
4060
|
*/
|
|
@@ -3294,10 +4068,10 @@ declare class PrimaryNetworkService {
|
|
|
3294
4068
|
*/
|
|
3295
4069
|
pageSize?: number;
|
|
3296
4070
|
/**
|
|
3297
|
-
* The
|
|
4071
|
+
* The L1 Validator's validation ID to filter by. If not provided, then all L1 Validators will be returned.
|
|
3298
4072
|
*/
|
|
3299
|
-
|
|
3300
|
-
|
|
4073
|
+
l1ValidationId?: string;
|
|
4074
|
+
includeInactiveL1Validators?: boolean;
|
|
3301
4075
|
/**
|
|
3302
4076
|
* A valid node ID in format 'NodeID-HASH'.
|
|
3303
4077
|
*/
|
|
@@ -3306,7 +4080,7 @@ declare class PrimaryNetworkService {
|
|
|
3306
4080
|
* The subnet ID to filter by. If not provided, then all subnets will be returned.
|
|
3307
4081
|
*/
|
|
3308
4082
|
subnetId?: any;
|
|
3309
|
-
}): CancelablePromise<
|
|
4083
|
+
}): CancelablePromise<ListL1ValidatorsResponse>;
|
|
3310
4084
|
}
|
|
3311
4085
|
|
|
3312
4086
|
declare enum BlockchainId {
|
|
@@ -3553,8 +4327,8 @@ type GetPrimaryNetworkBlockResponse = {
|
|
|
3553
4327
|
txCount: number;
|
|
3554
4328
|
transactions: Array<string>;
|
|
3555
4329
|
blockSizeBytes: number;
|
|
3556
|
-
|
|
3557
|
-
|
|
4330
|
+
l1ValidatorsAccruedFees?: number;
|
|
4331
|
+
activeL1Validators?: number;
|
|
3558
4332
|
currentSupply?: string;
|
|
3559
4333
|
proposerDetails?: ProposerDetails;
|
|
3560
4334
|
};
|
|
@@ -3568,8 +4342,8 @@ type PrimaryNetworkBlock = {
|
|
|
3568
4342
|
txCount: number;
|
|
3569
4343
|
transactions: Array<string>;
|
|
3570
4344
|
blockSizeBytes: number;
|
|
3571
|
-
|
|
3572
|
-
|
|
4345
|
+
l1ValidatorsAccruedFees?: number;
|
|
4346
|
+
activeL1Validators?: number;
|
|
3573
4347
|
currentSupply?: string;
|
|
3574
4348
|
proposerDetails?: ProposerDetails;
|
|
3575
4349
|
};
|
|
@@ -3612,7 +4386,7 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3612
4386
|
* @returns ListPrimaryNetworkBlocksResponse Successful response
|
|
3613
4387
|
* @throws ApiError
|
|
3614
4388
|
*/
|
|
3615
|
-
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageToken, pageSize, }: {
|
|
4389
|
+
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, startTimestamp, endTimestamp, pageToken, pageSize, }: {
|
|
3616
4390
|
/**
|
|
3617
4391
|
* A primary network blockchain id or alias.
|
|
3618
4392
|
*/
|
|
@@ -3625,6 +4399,14 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3625
4399
|
* A primary network (P or X chain) nodeId.
|
|
3626
4400
|
*/
|
|
3627
4401
|
nodeId: string;
|
|
4402
|
+
/**
|
|
4403
|
+
* Query param for retrieving items after a specific timestamp.
|
|
4404
|
+
*/
|
|
4405
|
+
startTimestamp?: number;
|
|
4406
|
+
/**
|
|
4407
|
+
* Query param for retrieving items before a specific timestamp.
|
|
4408
|
+
*/
|
|
4409
|
+
endTimestamp?: number;
|
|
3628
4410
|
/**
|
|
3629
4411
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3630
4412
|
*/
|
|
@@ -3640,7 +4422,7 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3640
4422
|
* @returns ListPrimaryNetworkBlocksResponse Successful response
|
|
3641
4423
|
* @throws ApiError
|
|
3642
4424
|
*/
|
|
3643
|
-
listLatestPrimaryNetworkBlocks({ blockchainId, network, pageToken, pageSize, }: {
|
|
4425
|
+
listLatestPrimaryNetworkBlocks({ blockchainId, network, startTimestamp, endTimestamp, pageToken, pageSize, }: {
|
|
3644
4426
|
/**
|
|
3645
4427
|
* A primary network blockchain id or alias.
|
|
3646
4428
|
*/
|
|
@@ -3649,6 +4431,14 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3649
4431
|
* Either mainnet or testnet/fuji.
|
|
3650
4432
|
*/
|
|
3651
4433
|
network: Network;
|
|
4434
|
+
/**
|
|
4435
|
+
* Query param for retrieving items after a specific timestamp.
|
|
4436
|
+
*/
|
|
4437
|
+
startTimestamp?: number;
|
|
4438
|
+
/**
|
|
4439
|
+
* Query param for retrieving items before a specific timestamp.
|
|
4440
|
+
*/
|
|
4441
|
+
endTimestamp?: number;
|
|
3652
4442
|
/**
|
|
3653
4443
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3654
4444
|
*/
|
|
@@ -4058,34 +4848,72 @@ type ListCChainAtomicTransactionsResponse = {
|
|
|
4058
4848
|
chainInfo: PrimaryNetworkChainInfo;
|
|
4059
4849
|
};
|
|
4060
4850
|
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4851
|
+
type BlockchainInfo = {
|
|
4852
|
+
chainName: string;
|
|
4853
|
+
vmId: string;
|
|
4854
|
+
/**
|
|
4855
|
+
* The genesis data of the blockchain. Present for CreateChainTx. EVM based chains will return the genesis data as an object. Non-EVM based chains will return the genesis data as an encoded string. The encoding depends on the VM
|
|
4856
|
+
*/
|
|
4857
|
+
genesisData?: Record<string, any>;
|
|
4858
|
+
};
|
|
4859
|
+
|
|
4860
|
+
type L1ValidatorDetailsTransaction = {
|
|
4861
|
+
/**
|
|
4862
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
4863
|
+
*/
|
|
4864
|
+
validationId: string;
|
|
4865
|
+
/**
|
|
4866
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
4867
|
+
*/
|
|
4868
|
+
validationIdHex: string;
|
|
4869
|
+
nodeId: string;
|
|
4870
|
+
subnetId: string;
|
|
4871
|
+
/**
|
|
4872
|
+
* Weight of the L1 validator used while sampling validators within the L1. A zero-weight L1 validator means it has been removed from the L1, and the validationID is no longer valid
|
|
4873
|
+
*/
|
|
4874
|
+
weight: number;
|
|
4875
|
+
/**
|
|
4876
|
+
* Remaining L1 validator balance in nAVAX until inactive. It can rejoin L1 sampling by increasing balance with IncreaseL1ValidatorBalanceTx
|
|
4877
|
+
*/
|
|
4878
|
+
remainingBalance: number;
|
|
4879
|
+
/**
|
|
4880
|
+
* 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
|
|
4881
|
+
*/
|
|
4882
|
+
balanceChange?: number;
|
|
4883
|
+
blsCredentials?: Record<string, any>;
|
|
4884
|
+
};
|
|
4885
|
+
|
|
4886
|
+
declare enum PChainTransactionType {
|
|
4887
|
+
ADD_VALIDATOR_TX = "AddValidatorTx",
|
|
4888
|
+
ADD_SUBNET_VALIDATOR_TX = "AddSubnetValidatorTx",
|
|
4889
|
+
ADD_DELEGATOR_TX = "AddDelegatorTx",
|
|
4890
|
+
CREATE_CHAIN_TX = "CreateChainTx",
|
|
4891
|
+
CREATE_SUBNET_TX = "CreateSubnetTx",
|
|
4892
|
+
IMPORT_TX = "ImportTx",
|
|
4893
|
+
EXPORT_TX = "ExportTx",
|
|
4894
|
+
ADVANCE_TIME_TX = "AdvanceTimeTx",
|
|
4895
|
+
REWARD_VALIDATOR_TX = "RewardValidatorTx",
|
|
4896
|
+
REMOVE_SUBNET_VALIDATOR_TX = "RemoveSubnetValidatorTx",
|
|
4897
|
+
TRANSFORM_SUBNET_TX = "TransformSubnetTx",
|
|
4898
|
+
ADD_PERMISSIONLESS_VALIDATOR_TX = "AddPermissionlessValidatorTx",
|
|
4899
|
+
ADD_PERMISSIONLESS_DELEGATOR_TX = "AddPermissionlessDelegatorTx",
|
|
4900
|
+
BASE_TX = "BaseTx",
|
|
4901
|
+
TRANSFER_SUBNET_OWNERSHIP_TX = "TransferSubnetOwnershipTx",
|
|
4902
|
+
CONVERT_SUBNET_TO_L1TX = "ConvertSubnetToL1Tx",
|
|
4903
|
+
REGISTER_L1VALIDATOR_TX = "RegisterL1ValidatorTx",
|
|
4904
|
+
SET_L1VALIDATOR_WEIGHT_TX = "SetL1ValidatorWeightTx",
|
|
4905
|
+
DISABLE_L1VALIDATOR_TX = "DisableL1ValidatorTx",
|
|
4906
|
+
INCREASE_L1VALIDATOR_BALANCE_TX = "IncreaseL1ValidatorBalanceTx",
|
|
4907
|
+
UNKNOWN = "UNKNOWN"
|
|
4908
|
+
}
|
|
4909
|
+
|
|
4910
|
+
/**
|
|
4911
|
+
* Indicates whether the UTXO is staked or transferable
|
|
4912
|
+
*/
|
|
4913
|
+
declare enum UtxoType {
|
|
4914
|
+
STAKE = "STAKE",
|
|
4915
|
+
TRANSFER = "TRANSFER"
|
|
4916
|
+
}
|
|
4089
4917
|
|
|
4090
4918
|
type PChainUtxo = {
|
|
4091
4919
|
/**
|
|
@@ -4119,40 +4947,45 @@ type PChainUtxo = {
|
|
|
4119
4947
|
assetId: string;
|
|
4120
4948
|
blockNumber: string;
|
|
4121
4949
|
blockTimestamp: number;
|
|
4950
|
+
/**
|
|
4951
|
+
* Block height in which the transaction consuming this UTXO was included
|
|
4952
|
+
*/
|
|
4122
4953
|
consumingBlockNumber?: string;
|
|
4954
|
+
/**
|
|
4955
|
+
* Timestamp in seconds at which this UTXO is used in a consuming transaction
|
|
4956
|
+
*/
|
|
4123
4957
|
consumingBlockTimestamp?: number;
|
|
4958
|
+
/**
|
|
4959
|
+
* Timestamp in seconds after which this UTXO can be consumed
|
|
4960
|
+
*/
|
|
4124
4961
|
platformLocktime?: number;
|
|
4962
|
+
/**
|
|
4963
|
+
* The index of the UTXO in the transaction
|
|
4964
|
+
*/
|
|
4125
4965
|
outputIndex: number;
|
|
4126
4966
|
rewardType?: RewardType;
|
|
4967
|
+
/**
|
|
4968
|
+
* Timestamp in seconds before which a UTXO can only be used for staking transactions. After stakeable locktime, a UTXO can be used for anything
|
|
4969
|
+
*/
|
|
4127
4970
|
stakeableLocktime?: number;
|
|
4128
4971
|
staked?: boolean;
|
|
4129
|
-
threshold?: number;
|
|
4130
|
-
txHash: string;
|
|
4131
|
-
utxoEndTimestamp?: number;
|
|
4132
|
-
utxoStartTimestamp?: number;
|
|
4133
|
-
utxoType: UtxoType;
|
|
4134
|
-
};
|
|
4135
|
-
|
|
4136
|
-
type SoVDetailsTransaction = {
|
|
4137
4972
|
/**
|
|
4138
|
-
*
|
|
4973
|
+
* The minimum number of signatures required to spend this UTXO
|
|
4139
4974
|
*/
|
|
4140
|
-
|
|
4141
|
-
nodeId: string;
|
|
4142
|
-
subnetId: string;
|
|
4975
|
+
threshold?: number;
|
|
4143
4976
|
/**
|
|
4144
|
-
*
|
|
4977
|
+
* The hash of the transaction that created this UTXO
|
|
4145
4978
|
*/
|
|
4146
|
-
|
|
4979
|
+
txHash: string;
|
|
4147
4980
|
/**
|
|
4148
|
-
*
|
|
4981
|
+
* Timestamp in seconds after which the staked UTXO will be unlocked.
|
|
4149
4982
|
*/
|
|
4150
|
-
|
|
4983
|
+
utxoEndTimestamp?: number;
|
|
4151
4984
|
/**
|
|
4152
|
-
*
|
|
4985
|
+
* Timestamp in seconds at which the staked UTXO was locked.
|
|
4153
4986
|
*/
|
|
4154
|
-
|
|
4155
|
-
|
|
4987
|
+
utxoStartTimestamp?: number;
|
|
4988
|
+
utxoType: UtxoType;
|
|
4156
4989
|
};
|
|
4157
4990
|
|
|
4158
4991
|
type PChainTransaction = {
|
|
@@ -4165,9 +4998,18 @@ type PChainTransaction = {
|
|
|
4165
4998
|
* The block finality timestamp.
|
|
4166
4999
|
*/
|
|
4167
5000
|
blockTimestamp: number;
|
|
5001
|
+
/**
|
|
5002
|
+
* The height of the block in which the transaction was included
|
|
5003
|
+
*/
|
|
4168
5004
|
blockNumber: string;
|
|
4169
5005
|
blockHash: string;
|
|
5006
|
+
/**
|
|
5007
|
+
* The consumed UTXOs of the transaction
|
|
5008
|
+
*/
|
|
4170
5009
|
consumedUtxos: Array<PChainUtxo>;
|
|
5010
|
+
/**
|
|
5011
|
+
* The newly created UTXOs of the transaction
|
|
5012
|
+
*/
|
|
4171
5013
|
emittedUtxos: Array<PChainUtxo>;
|
|
4172
5014
|
/**
|
|
4173
5015
|
* Source chain for an atomic transaction.
|
|
@@ -4178,11 +5020,11 @@ type PChainTransaction = {
|
|
|
4178
5020
|
*/
|
|
4179
5021
|
destinationChain?: string;
|
|
4180
5022
|
/**
|
|
4181
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
5023
|
+
* 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
|
|
4182
5024
|
*/
|
|
4183
5025
|
value: Array<AssetAmount>;
|
|
4184
5026
|
/**
|
|
4185
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
5027
|
+
* 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
|
|
4186
5028
|
*/
|
|
4187
5029
|
amountBurned: Array<AssetAmount>;
|
|
4188
5030
|
/**
|
|
@@ -4190,9 +5032,9 @@ type PChainTransaction = {
|
|
|
4190
5032
|
*/
|
|
4191
5033
|
amountStaked: Array<AssetAmount>;
|
|
4192
5034
|
/**
|
|
4193
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
5035
|
+
* 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.
|
|
4194
5036
|
*/
|
|
4195
|
-
|
|
5037
|
+
amountL1ValidatorBalanceBurned: Array<AssetAmount>;
|
|
4196
5038
|
/**
|
|
4197
5039
|
* Present for AddValidatorTx, AddSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
4198
5040
|
*/
|
|
@@ -4202,11 +5044,11 @@ type PChainTransaction = {
|
|
|
4202
5044
|
*/
|
|
4203
5045
|
endTimestamp?: number;
|
|
4204
5046
|
/**
|
|
4205
|
-
* Present for AddValidatorTx, AddPermissionlessValidatorTx
|
|
5047
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations. Present for AddValidatorTx, AddPermissionlessValidatorTx
|
|
4206
5048
|
*/
|
|
4207
5049
|
delegationFeePercent?: string;
|
|
4208
5050
|
/**
|
|
4209
|
-
* Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
5051
|
+
* The NodeID of the validator node linked to the stake transaction. Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
4210
5052
|
*/
|
|
4211
5053
|
nodeId?: string;
|
|
4212
5054
|
/**
|
|
@@ -4214,22 +5056,25 @@ type PChainTransaction = {
|
|
|
4214
5056
|
*/
|
|
4215
5057
|
subnetId?: string;
|
|
4216
5058
|
/**
|
|
4217
|
-
* Details of the L1's validator manager contract and blockchain. Present for the
|
|
5059
|
+
* Details of the L1's validator manager contract and blockchain. Present for the ConvertSubnetToL1Tx which transforms a subnet into L1
|
|
4218
5060
|
*/
|
|
4219
5061
|
l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
|
|
4220
5062
|
/**
|
|
4221
|
-
* Details of
|
|
5063
|
+
* Details of L1 validators registered or changed in the current transaction. The details reflect the state at the time of the transaction, not in real-time
|
|
4222
5064
|
*/
|
|
4223
|
-
l1ValidatorDetails?: Array<
|
|
5065
|
+
l1ValidatorDetails?: Array<L1ValidatorDetailsTransaction>;
|
|
4224
5066
|
/**
|
|
4225
|
-
* Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
5067
|
+
* Estimated reward from the staking transaction, if successful. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
4226
5068
|
*/
|
|
4227
5069
|
estimatedReward?: string;
|
|
5070
|
+
/**
|
|
5071
|
+
* Reward transaction hash for the completed validations or delegations
|
|
5072
|
+
*/
|
|
4228
5073
|
rewardTxHash?: string;
|
|
4229
5074
|
rewardAddresses?: Array<string>;
|
|
4230
5075
|
memo?: string;
|
|
4231
5076
|
/**
|
|
4232
|
-
*
|
|
5077
|
+
* Staking transaction corresponding to the RewardValidatorTx
|
|
4233
5078
|
*/
|
|
4234
5079
|
stakingTxHash?: string;
|
|
4235
5080
|
/**
|
|
@@ -4237,9 +5082,13 @@ type PChainTransaction = {
|
|
|
4237
5082
|
*/
|
|
4238
5083
|
subnetOwnershipInfo?: SubnetOwnershipInfo;
|
|
4239
5084
|
/**
|
|
4240
|
-
* Present for AddPermissionlessValidatorTx
|
|
5085
|
+
* Public Key and PoP of new validator registrations. Present for AddPermissionlessValidatorTx
|
|
4241
5086
|
*/
|
|
4242
5087
|
blsCredentials?: BlsCredentials;
|
|
5088
|
+
/**
|
|
5089
|
+
* Details of the blockchain that was created in the CreateChainTx
|
|
5090
|
+
*/
|
|
5091
|
+
blockchainInfo?: BlockchainInfo;
|
|
4243
5092
|
};
|
|
4244
5093
|
|
|
4245
5094
|
type ListPChainTransactionsResponse = {
|
|
@@ -4422,11 +5271,11 @@ declare enum PrimaryNetworkTxType {
|
|
|
4422
5271
|
ADD_PERMISSIONLESS_DELEGATOR_TX = "AddPermissionlessDelegatorTx",
|
|
4423
5272
|
BASE_TX = "BaseTx",
|
|
4424
5273
|
TRANSFER_SUBNET_OWNERSHIP_TX = "TransferSubnetOwnershipTx",
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
5274
|
+
CONVERT_SUBNET_TO_L1TX = "ConvertSubnetToL1Tx",
|
|
5275
|
+
REGISTER_L1VALIDATOR_TX = "RegisterL1ValidatorTx",
|
|
5276
|
+
SET_L1VALIDATOR_WEIGHT_TX = "SetL1ValidatorWeightTx",
|
|
5277
|
+
DISABLE_L1VALIDATOR_TX = "DisableL1ValidatorTx",
|
|
5278
|
+
INCREASE_L1VALIDATOR_BALANCE_TX = "IncreaseL1ValidatorBalanceTx",
|
|
4430
5279
|
UNKNOWN = "UNKNOWN",
|
|
4431
5280
|
CREATE_ASSET_TX = "CreateAssetTx",
|
|
4432
5281
|
OPERATION_TX = "OperationTx"
|
|
@@ -4461,13 +5310,13 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
4461
5310
|
*
|
|
4462
5311
|
* Transactions are filterable by addresses, txTypes, and timestamps. When querying for latest transactions without an address parameter, filtering by txTypes and timestamps is not supported. An address filter must be provided to utilize txTypes and timestamp filters.
|
|
4463
5312
|
*
|
|
4464
|
-
* For P-Chain, you can fetch all
|
|
5313
|
+
* For P-Chain, you can fetch all L1 validators related transactions like ConvertSubnetToL1Tx, IncreaseL1ValidatorBalanceTx etc. using the unique L1 validation ID. These transactions are further filterable by txTypes and timestamps as well.
|
|
4465
5314
|
*
|
|
4466
5315
|
* Given that each transaction may return a large number of UTXO objects, bounded only by the maximum transaction size, the query may return less transactions than the provided page size. The result will contain less results than the page size if the number of utxos contained in the resulting transactions reach a performance threshold.
|
|
4467
5316
|
* @returns any Successful response
|
|
4468
5317
|
* @throws ApiError
|
|
4469
5318
|
*/
|
|
4470
|
-
listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses,
|
|
5319
|
+
listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, l1ValidationId, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
|
|
4471
5320
|
/**
|
|
4472
5321
|
* A primary network blockchain id or alias.
|
|
4473
5322
|
*/
|
|
@@ -4480,7 +5329,7 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
4480
5329
|
* A comma separated list of X-Chain or P-Chain wallet addresses, starting with "avax"/"fuji", "P-avax"/"P-fuji" or "X-avax"/"X-fuji". Also accepts EVM formatted addresses starting with "0x" for C-Chain-related atomic transaction lookups.
|
|
4481
5330
|
*/
|
|
4482
5331
|
addresses?: string;
|
|
4483
|
-
|
|
5332
|
+
l1ValidationId?: string;
|
|
4484
5333
|
/**
|
|
4485
5334
|
* Query param for filtering items based on transaction types.
|
|
4486
5335
|
*/
|
|
@@ -4776,9 +5625,29 @@ declare class SignatureAggregatorService {
|
|
|
4776
5625
|
* @returns SignatureAggregationResponse Successful response
|
|
4777
5626
|
* @throws ApiError
|
|
4778
5627
|
*/
|
|
4779
|
-
aggregateSignatures({ requestBody, }: {
|
|
5628
|
+
aggregateSignatures({ network, requestBody, }: {
|
|
5629
|
+
/**
|
|
5630
|
+
* Either mainnet or testnet/fuji.
|
|
5631
|
+
*/
|
|
5632
|
+
network: Network;
|
|
4780
5633
|
requestBody: SignatureAggregatorRequest;
|
|
4781
5634
|
}): CancelablePromise<SignatureAggregationResponse>;
|
|
5635
|
+
/**
|
|
5636
|
+
* Get Aggregated Signatures
|
|
5637
|
+
* Get Aggregated Signatures for a P-Chain L1 related Warp Message.
|
|
5638
|
+
* @returns SignatureAggregationResponse Successful response
|
|
5639
|
+
* @throws ApiError
|
|
5640
|
+
*/
|
|
5641
|
+
getAggregatedSignatures({ network, txHash, }: {
|
|
5642
|
+
/**
|
|
5643
|
+
* Either mainnet or testnet/fuji.
|
|
5644
|
+
*/
|
|
5645
|
+
network: Network;
|
|
5646
|
+
/**
|
|
5647
|
+
* A primary network (P or X chain) transaction hash.
|
|
5648
|
+
*/
|
|
5649
|
+
txHash: string;
|
|
5650
|
+
}): CancelablePromise<SignatureAggregationResponse>;
|
|
4782
5651
|
}
|
|
4783
5652
|
|
|
4784
5653
|
type TeleporterDestinationTransaction = {
|
|
@@ -4912,15 +5781,17 @@ type ListTeleporterMessagesResponse = {
|
|
|
4912
5781
|
* 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.
|
|
4913
5782
|
*/
|
|
4914
5783
|
nextPageToken?: string;
|
|
4915
|
-
messages: Array<(PendingTeleporterMessage | DeliveredTeleporterMessage)>;
|
|
5784
|
+
messages: Array<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedIcmMessage)>;
|
|
4916
5785
|
};
|
|
4917
5786
|
|
|
4918
5787
|
declare class TeleporterService {
|
|
4919
5788
|
readonly httpRequest: BaseHttpRequest;
|
|
4920
5789
|
constructor(httpRequest: BaseHttpRequest);
|
|
4921
5790
|
/**
|
|
4922
|
-
*
|
|
4923
|
-
* Gets a teleporter message by message ID.
|
|
5791
|
+
* @deprecated
|
|
5792
|
+
* **[Deprecated]** Gets a teleporter message by message ID.
|
|
5793
|
+
*
|
|
5794
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** .
|
|
4924
5795
|
* @returns any Successful response
|
|
4925
5796
|
* @throws ApiError
|
|
4926
5797
|
*/
|
|
@@ -4931,8 +5802,10 @@ declare class TeleporterService {
|
|
|
4931
5802
|
messageId: string;
|
|
4932
5803
|
}): CancelablePromise<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedTeleporterMessage)>;
|
|
4933
5804
|
/**
|
|
4934
|
-
*
|
|
4935
|
-
* Lists teleporter messages. Ordered by timestamp in
|
|
5805
|
+
* @deprecated
|
|
5806
|
+
* **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order.
|
|
5807
|
+
*
|
|
5808
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** .
|
|
4936
5809
|
* @returns ListTeleporterMessagesResponse Successful response
|
|
4937
5810
|
* @throws ApiError
|
|
4938
5811
|
*/
|
|
@@ -4971,8 +5844,10 @@ declare class TeleporterService {
|
|
|
4971
5844
|
network?: Network;
|
|
4972
5845
|
}): CancelablePromise<ListTeleporterMessagesResponse>;
|
|
4973
5846
|
/**
|
|
4974
|
-
*
|
|
4975
|
-
* Lists teleporter messages by address. Ordered by
|
|
5847
|
+
* @deprecated
|
|
5848
|
+
* **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order.
|
|
5849
|
+
*
|
|
5850
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** .
|
|
4976
5851
|
* @returns ListTeleporterMessagesResponse Successful response
|
|
4977
5852
|
* @throws ApiError
|
|
4978
5853
|
*/
|
|
@@ -5014,44 +5889,54 @@ type AddressActivityMetadata = {
|
|
|
5014
5889
|
eventSignatures?: Array<string>;
|
|
5015
5890
|
};
|
|
5016
5891
|
|
|
5017
|
-
declare enum
|
|
5018
|
-
|
|
5892
|
+
declare enum PrimaryNetworkType {
|
|
5893
|
+
MAINNET = "mainnet",
|
|
5894
|
+
FUJI = "fuji"
|
|
5019
5895
|
}
|
|
5020
5896
|
|
|
5021
|
-
type
|
|
5897
|
+
type EVMAddressActivityRequest = {
|
|
5898
|
+
eventType: EVMAddressActivityRequest.eventType;
|
|
5022
5899
|
url: string;
|
|
5023
5900
|
chainId: string;
|
|
5024
|
-
|
|
5025
|
-
metadata: AddressActivityMetadata;
|
|
5901
|
+
network?: PrimaryNetworkType;
|
|
5026
5902
|
name?: string;
|
|
5027
5903
|
description?: string;
|
|
5028
5904
|
/**
|
|
5029
|
-
* Whether to include traces in the webhook payload.
|
|
5905
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
5030
5906
|
*/
|
|
5031
5907
|
includeInternalTxs?: boolean;
|
|
5032
5908
|
/**
|
|
5033
5909
|
* Whether to include logs in the webhook payload.
|
|
5034
5910
|
*/
|
|
5035
5911
|
includeLogs?: boolean;
|
|
5912
|
+
metadata: AddressActivityMetadata;
|
|
5036
5913
|
};
|
|
5914
|
+
declare namespace EVMAddressActivityRequest {
|
|
5915
|
+
enum eventType {
|
|
5916
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
5917
|
+
}
|
|
5918
|
+
}
|
|
5037
5919
|
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
addresses: Array<string>;
|
|
5044
|
-
totalAddresses: number;
|
|
5045
|
-
};
|
|
5920
|
+
declare enum EventType {
|
|
5921
|
+
ADDRESS_ACTIVITY = "address_activity",
|
|
5922
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
5923
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
5924
|
+
}
|
|
5046
5925
|
|
|
5047
5926
|
declare enum WebhookStatusType {
|
|
5048
5927
|
ACTIVE = "active",
|
|
5049
5928
|
INACTIVE = "inactive"
|
|
5050
5929
|
}
|
|
5051
5930
|
|
|
5052
|
-
type
|
|
5931
|
+
type EVMAddressActivityResponse = {
|
|
5053
5932
|
id: string;
|
|
5054
5933
|
eventType: EventType;
|
|
5934
|
+
url: string;
|
|
5935
|
+
chainId: string;
|
|
5936
|
+
status: WebhookStatusType;
|
|
5937
|
+
createdAt: number;
|
|
5938
|
+
name: string;
|
|
5939
|
+
description: string;
|
|
5055
5940
|
metadata: AddressActivityMetadata;
|
|
5056
5941
|
/**
|
|
5057
5942
|
* Whether to include traces in the webhook payload.
|
|
@@ -5061,12 +5946,109 @@ type WebhookResponse = {
|
|
|
5061
5946
|
* Whether to include logs in the webhook payload.
|
|
5062
5947
|
*/
|
|
5063
5948
|
includeLogs?: boolean;
|
|
5949
|
+
};
|
|
5950
|
+
|
|
5951
|
+
type ListWebhookAddressesResponse = {
|
|
5952
|
+
/**
|
|
5953
|
+
* 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.
|
|
5954
|
+
*/
|
|
5955
|
+
nextPageToken?: string;
|
|
5956
|
+
addresses: Array<string>;
|
|
5957
|
+
totalAddresses: number;
|
|
5958
|
+
};
|
|
5959
|
+
|
|
5960
|
+
/**
|
|
5961
|
+
* The type of key for platform activity depending on the event type
|
|
5962
|
+
*/
|
|
5963
|
+
declare enum PlatformActivityKeyType {
|
|
5964
|
+
ADDRESSES = "addresses",
|
|
5965
|
+
NODE_ID = "nodeId",
|
|
5966
|
+
SUBNET_ID = "subnetId"
|
|
5967
|
+
}
|
|
5968
|
+
|
|
5969
|
+
/**
|
|
5970
|
+
* Array of address activity sub-event types
|
|
5971
|
+
*/
|
|
5972
|
+
declare enum PlatformAddressActivitySubEventType {
|
|
5973
|
+
BALANCE_CHANGE_PLATFORM = "balance_change_platform",
|
|
5974
|
+
BALANCE_THRESHOLD_PLATFORM = "balance_threshold_platform",
|
|
5975
|
+
REWARD_DISTRIBUTION = "reward_distribution"
|
|
5976
|
+
}
|
|
5977
|
+
|
|
5978
|
+
type PlatformActivitySubEvents = {
|
|
5979
|
+
/**
|
|
5980
|
+
* Array of validator activity sub-event types
|
|
5981
|
+
*/
|
|
5982
|
+
validatorActivitySubEvents?: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
|
|
5983
|
+
addressActivitySubEvents?: Array<PlatformAddressActivitySubEventType>;
|
|
5984
|
+
};
|
|
5985
|
+
|
|
5986
|
+
/**
|
|
5987
|
+
* Type of balance to monitor
|
|
5988
|
+
*/
|
|
5989
|
+
declare enum CommonBalanceType {
|
|
5990
|
+
UNLOCKED_UNSTAKED = "unlockedUnstaked",
|
|
5991
|
+
UNLOCKED_STAKED = "unlockedStaked",
|
|
5992
|
+
LOCKED_PLATFORM = "lockedPlatform",
|
|
5993
|
+
LOCKED_STAKEABLE = "lockedStakeable",
|
|
5994
|
+
LOCKED_STAKED = "lockedStaked",
|
|
5995
|
+
PENDING_STAKED = "pendingStaked",
|
|
5996
|
+
UNLOCKED = "unlocked",
|
|
5997
|
+
LOCKED = "locked",
|
|
5998
|
+
ATOMIC_MEMORY_UNLOCKED = "atomicMemoryUnlocked",
|
|
5999
|
+
ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
|
|
6000
|
+
}
|
|
6001
|
+
|
|
6002
|
+
type PlatformBalanceThresholdFilter = {
|
|
6003
|
+
balanceType: CommonBalanceType;
|
|
6004
|
+
/**
|
|
6005
|
+
* Threshold for balance corresponding to balanceType in nAVAX
|
|
6006
|
+
*/
|
|
6007
|
+
balanceThreshold: string;
|
|
6008
|
+
};
|
|
6009
|
+
|
|
6010
|
+
type PlatformActivityMetadata = {
|
|
6011
|
+
keyType: PlatformActivityKeyType;
|
|
6012
|
+
/**
|
|
6013
|
+
* 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
|
|
6014
|
+
*/
|
|
6015
|
+
keys: Array<string>;
|
|
6016
|
+
/**
|
|
6017
|
+
* Sub-events to monitor
|
|
6018
|
+
*/
|
|
6019
|
+
subEvents?: PlatformActivitySubEvents;
|
|
6020
|
+
/**
|
|
6021
|
+
* Array of hexadecimal strings of the event signatures.
|
|
6022
|
+
*/
|
|
6023
|
+
eventSignatures?: Array<string>;
|
|
6024
|
+
/**
|
|
6025
|
+
* Array of node IDs to filter the events
|
|
6026
|
+
*/
|
|
6027
|
+
nodeIds?: Array<string>;
|
|
6028
|
+
/**
|
|
6029
|
+
* Array of subnet IDs to filter the events
|
|
6030
|
+
*/
|
|
6031
|
+
subnetIds?: Array<string>;
|
|
6032
|
+
/**
|
|
6033
|
+
* Balance threshold filter
|
|
6034
|
+
*/
|
|
6035
|
+
balanceThresholdFilter?: PlatformBalanceThresholdFilter;
|
|
6036
|
+
/**
|
|
6037
|
+
* L1 validator fee balance threshold in nAVAX
|
|
6038
|
+
*/
|
|
6039
|
+
l1ValidatorFeeBalanceThreshold?: string;
|
|
6040
|
+
};
|
|
6041
|
+
|
|
6042
|
+
type PlatformActivityResponse = {
|
|
6043
|
+
id: string;
|
|
6044
|
+
eventType: EventType;
|
|
5064
6045
|
url: string;
|
|
5065
6046
|
chainId: string;
|
|
5066
6047
|
status: WebhookStatusType;
|
|
5067
6048
|
createdAt: number;
|
|
5068
6049
|
name: string;
|
|
5069
6050
|
description: string;
|
|
6051
|
+
metadata: PlatformActivityMetadata;
|
|
5070
6052
|
};
|
|
5071
6053
|
|
|
5072
6054
|
type ListWebhooksResponse = {
|
|
@@ -5074,8 +6056,35 @@ type ListWebhooksResponse = {
|
|
|
5074
6056
|
* 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.
|
|
5075
6057
|
*/
|
|
5076
6058
|
nextPageToken?: string;
|
|
5077
|
-
webhooks: Array<
|
|
6059
|
+
webhooks: Array<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
6060
|
+
};
|
|
6061
|
+
|
|
6062
|
+
type PlatformActivityRequest = {
|
|
6063
|
+
eventType: PlatformActivityRequest.eventType;
|
|
6064
|
+
url: string;
|
|
6065
|
+
chainId: string;
|
|
6066
|
+
network?: PrimaryNetworkType;
|
|
6067
|
+
name?: string;
|
|
6068
|
+
description?: string;
|
|
6069
|
+
/**
|
|
6070
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
6071
|
+
*/
|
|
6072
|
+
includeInternalTxs?: boolean;
|
|
6073
|
+
/**
|
|
6074
|
+
* Whether to include logs in the webhook payload.
|
|
6075
|
+
*/
|
|
6076
|
+
includeLogs?: boolean;
|
|
6077
|
+
/**
|
|
6078
|
+
* Metadata for platform activity
|
|
6079
|
+
*/
|
|
6080
|
+
metadata: PlatformActivityMetadata;
|
|
5078
6081
|
};
|
|
6082
|
+
declare namespace PlatformActivityRequest {
|
|
6083
|
+
enum eventType {
|
|
6084
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
6085
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
6086
|
+
}
|
|
6087
|
+
}
|
|
5079
6088
|
|
|
5080
6089
|
type SharedSecretsResponse = {
|
|
5081
6090
|
secret: string;
|
|
@@ -5086,6 +6095,9 @@ type UpdateWebhookRequest = {
|
|
|
5086
6095
|
description?: string;
|
|
5087
6096
|
url?: string;
|
|
5088
6097
|
status?: WebhookStatusType;
|
|
6098
|
+
/**
|
|
6099
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
6100
|
+
*/
|
|
5089
6101
|
includeInternalTxs?: boolean;
|
|
5090
6102
|
includeLogs?: boolean;
|
|
5091
6103
|
};
|
|
@@ -5101,12 +6113,12 @@ declare class WebhooksService {
|
|
|
5101
6113
|
/**
|
|
5102
6114
|
* Create a webhook
|
|
5103
6115
|
* Create a new webhook.
|
|
5104
|
-
* @returns
|
|
6116
|
+
* @returns any Successful response
|
|
5105
6117
|
* @throws ApiError
|
|
5106
6118
|
*/
|
|
5107
6119
|
createWebhook({ requestBody, }: {
|
|
5108
|
-
requestBody:
|
|
5109
|
-
}): CancelablePromise<
|
|
6120
|
+
requestBody: (EVMAddressActivityRequest | PlatformActivityRequest);
|
|
6121
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5110
6122
|
/**
|
|
5111
6123
|
* List webhooks
|
|
5112
6124
|
* Lists webhooks for the user.
|
|
@@ -5130,7 +6142,7 @@ declare class WebhooksService {
|
|
|
5130
6142
|
/**
|
|
5131
6143
|
* Get a webhook by ID
|
|
5132
6144
|
* Retrieves a webhook by ID.
|
|
5133
|
-
* @returns
|
|
6145
|
+
* @returns any Successful response
|
|
5134
6146
|
* @throws ApiError
|
|
5135
6147
|
*/
|
|
5136
6148
|
getWebhook({ id, }: {
|
|
@@ -5138,11 +6150,11 @@ declare class WebhooksService {
|
|
|
5138
6150
|
* The webhook identifier.
|
|
5139
6151
|
*/
|
|
5140
6152
|
id: string;
|
|
5141
|
-
}): CancelablePromise<
|
|
6153
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5142
6154
|
/**
|
|
5143
6155
|
* Deactivate a webhook
|
|
5144
6156
|
* Deactivates a webhook by ID.
|
|
5145
|
-
* @returns
|
|
6157
|
+
* @returns any Successful response
|
|
5146
6158
|
* @throws ApiError
|
|
5147
6159
|
*/
|
|
5148
6160
|
deactivateWebhook({ id, }: {
|
|
@@ -5150,11 +6162,11 @@ declare class WebhooksService {
|
|
|
5150
6162
|
* The webhook identifier.
|
|
5151
6163
|
*/
|
|
5152
6164
|
id: string;
|
|
5153
|
-
}): CancelablePromise<
|
|
6165
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5154
6166
|
/**
|
|
5155
6167
|
* Update a webhook
|
|
5156
6168
|
* Updates an existing webhook.
|
|
5157
|
-
* @returns
|
|
6169
|
+
* @returns any Successful response
|
|
5158
6170
|
* @throws ApiError
|
|
5159
6171
|
*/
|
|
5160
6172
|
updateWebhook({ id, requestBody, }: {
|
|
@@ -5163,14 +6175,14 @@ declare class WebhooksService {
|
|
|
5163
6175
|
*/
|
|
5164
6176
|
id: string;
|
|
5165
6177
|
requestBody: UpdateWebhookRequest;
|
|
5166
|
-
}): CancelablePromise<
|
|
6178
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
5167
6179
|
/**
|
|
5168
|
-
* Generate a shared secret
|
|
5169
|
-
* Generates a new shared secret.
|
|
6180
|
+
* Generate or rotate a shared secret
|
|
6181
|
+
* Generates a new shared secret or rotate an existing one.
|
|
5170
6182
|
* @returns SharedSecretsResponse Successful response
|
|
5171
6183
|
* @throws ApiError
|
|
5172
6184
|
*/
|
|
5173
|
-
|
|
6185
|
+
generateOrRotateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
5174
6186
|
/**
|
|
5175
6187
|
* Get a shared secret
|
|
5176
6188
|
* Get a previously generated shared secret.
|
|
@@ -5179,9 +6191,9 @@ declare class WebhooksService {
|
|
|
5179
6191
|
*/
|
|
5180
6192
|
getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
5181
6193
|
/**
|
|
5182
|
-
* Add addresses to webhook
|
|
5183
|
-
* Add addresses to webhook.
|
|
5184
|
-
* @returns
|
|
6194
|
+
* Add addresses to EVM activity webhook
|
|
6195
|
+
* Add addresses to webhook. Only valid for EVM activity webhooks.
|
|
6196
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
5185
6197
|
* @throws ApiError
|
|
5186
6198
|
*/
|
|
5187
6199
|
addAddressesToWebhook({ id, requestBody, }: {
|
|
@@ -5190,11 +6202,11 @@ declare class WebhooksService {
|
|
|
5190
6202
|
*/
|
|
5191
6203
|
id: string;
|
|
5192
6204
|
requestBody: AddressesChangeRequest;
|
|
5193
|
-
}): CancelablePromise<
|
|
6205
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
5194
6206
|
/**
|
|
5195
|
-
* Remove addresses from webhook
|
|
5196
|
-
* Remove addresses from webhook.
|
|
5197
|
-
* @returns
|
|
6207
|
+
* Remove addresses from EVM activity webhook
|
|
6208
|
+
* Remove addresses from webhook. Only valid for EVM activity webhooks.
|
|
6209
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
5198
6210
|
* @throws ApiError
|
|
5199
6211
|
*/
|
|
5200
6212
|
removeAddressesFromWebhook({ id, requestBody, }: {
|
|
@@ -5203,10 +6215,10 @@ declare class WebhooksService {
|
|
|
5203
6215
|
*/
|
|
5204
6216
|
id: string;
|
|
5205
6217
|
requestBody: AddressesChangeRequest;
|
|
5206
|
-
}): CancelablePromise<
|
|
6218
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
5207
6219
|
/**
|
|
5208
|
-
* List adresses by
|
|
5209
|
-
* List adresses by webhook.
|
|
6220
|
+
* List adresses by EVM activity webhooks
|
|
6221
|
+
* List adresses by webhook. Only valid for EVM activity webhooks.
|
|
5210
6222
|
* @returns ListWebhookAddressesResponse Successful response
|
|
5211
6223
|
* @throws ApiError
|
|
5212
6224
|
*/
|
|
@@ -5236,7 +6248,9 @@ declare class Glacier {
|
|
|
5236
6248
|
readonly evmContracts: EvmContractsService;
|
|
5237
6249
|
readonly evmTransactions: EvmTransactionsService;
|
|
5238
6250
|
readonly healthCheck: HealthCheckService;
|
|
6251
|
+
readonly interchainMessaging: InterchainMessagingService;
|
|
5239
6252
|
readonly nfTs: NfTsService;
|
|
6253
|
+
readonly notifications: NotificationsService;
|
|
5240
6254
|
readonly operations: OperationsService;
|
|
5241
6255
|
readonly primaryNetwork: PrimaryNetworkService;
|
|
5242
6256
|
readonly primaryNetworkBalances: PrimaryNetworkBalancesService;
|
|
@@ -5269,6 +6283,17 @@ declare class ApiError extends Error {
|
|
|
5269
6283
|
constructor(request: ApiRequestOptions, response: ApiResult, message: string);
|
|
5270
6284
|
}
|
|
5271
6285
|
|
|
6286
|
+
type AccessListData = {
|
|
6287
|
+
/**
|
|
6288
|
+
* Access Address
|
|
6289
|
+
*/
|
|
6290
|
+
accessAddresses: string;
|
|
6291
|
+
/**
|
|
6292
|
+
* Storage keys
|
|
6293
|
+
*/
|
|
6294
|
+
storageKeys: Array<string>;
|
|
6295
|
+
};
|
|
6296
|
+
|
|
5272
6297
|
type BadGateway = {
|
|
5273
6298
|
/**
|
|
5274
6299
|
* The error message describing the reason for the exception
|
|
@@ -5303,6 +6328,76 @@ type DataListChainsResponse = {
|
|
|
5303
6328
|
chains: Array<ChainInfo>;
|
|
5304
6329
|
};
|
|
5305
6330
|
|
|
6331
|
+
type ERCToken = {
|
|
6332
|
+
/**
|
|
6333
|
+
* Token contract address
|
|
6334
|
+
*/
|
|
6335
|
+
address: string;
|
|
6336
|
+
/**
|
|
6337
|
+
* Token name
|
|
6338
|
+
*/
|
|
6339
|
+
name: string;
|
|
6340
|
+
/**
|
|
6341
|
+
* Token symbol
|
|
6342
|
+
*/
|
|
6343
|
+
symbol: string;
|
|
6344
|
+
/**
|
|
6345
|
+
* Token decimals
|
|
6346
|
+
*/
|
|
6347
|
+
decimals: number;
|
|
6348
|
+
/**
|
|
6349
|
+
* Value including decimals
|
|
6350
|
+
*/
|
|
6351
|
+
valueWithDecimals: string;
|
|
6352
|
+
};
|
|
6353
|
+
|
|
6354
|
+
type ERCTransfer = {
|
|
6355
|
+
/**
|
|
6356
|
+
* Transaction hash
|
|
6357
|
+
*/
|
|
6358
|
+
transactionHash: string;
|
|
6359
|
+
/**
|
|
6360
|
+
* Transfer type
|
|
6361
|
+
*/
|
|
6362
|
+
type: string;
|
|
6363
|
+
/**
|
|
6364
|
+
* Sender address
|
|
6365
|
+
*/
|
|
6366
|
+
from: string;
|
|
6367
|
+
/**
|
|
6368
|
+
* Recipient address
|
|
6369
|
+
*/
|
|
6370
|
+
to: string;
|
|
6371
|
+
/**
|
|
6372
|
+
* Amount transferred
|
|
6373
|
+
*/
|
|
6374
|
+
value: string;
|
|
6375
|
+
/**
|
|
6376
|
+
* Token Id
|
|
6377
|
+
*/
|
|
6378
|
+
tokenId?: string;
|
|
6379
|
+
/**
|
|
6380
|
+
* Block timestamp
|
|
6381
|
+
*/
|
|
6382
|
+
blockTimestamp: number;
|
|
6383
|
+
/**
|
|
6384
|
+
* Log index
|
|
6385
|
+
*/
|
|
6386
|
+
logIndex: number;
|
|
6387
|
+
/**
|
|
6388
|
+
* erc20 Token details
|
|
6389
|
+
*/
|
|
6390
|
+
erc20Token?: ERCToken;
|
|
6391
|
+
/**
|
|
6392
|
+
* erc721 Token details
|
|
6393
|
+
*/
|
|
6394
|
+
erc721Token?: ERCToken;
|
|
6395
|
+
/**
|
|
6396
|
+
* erc1155 Token details
|
|
6397
|
+
*/
|
|
6398
|
+
erc1155Token?: ERCToken;
|
|
6399
|
+
};
|
|
6400
|
+
|
|
5306
6401
|
type Forbidden = {
|
|
5307
6402
|
/**
|
|
5308
6403
|
* The error message describing the reason for the exception
|
|
@@ -5333,6 +6428,64 @@ type InternalServerError = {
|
|
|
5333
6428
|
error: string;
|
|
5334
6429
|
};
|
|
5335
6430
|
|
|
6431
|
+
type Log = {
|
|
6432
|
+
/**
|
|
6433
|
+
* Contract address
|
|
6434
|
+
*/
|
|
6435
|
+
address: string;
|
|
6436
|
+
/**
|
|
6437
|
+
* First topic
|
|
6438
|
+
*/
|
|
6439
|
+
topic0: string;
|
|
6440
|
+
/**
|
|
6441
|
+
* Second topic (optional)
|
|
6442
|
+
*/
|
|
6443
|
+
topic1?: string;
|
|
6444
|
+
/**
|
|
6445
|
+
* Third topic (optional)
|
|
6446
|
+
*/
|
|
6447
|
+
topic2?: string;
|
|
6448
|
+
/**
|
|
6449
|
+
* Fourth topic (optional)
|
|
6450
|
+
*/
|
|
6451
|
+
topic3?: string;
|
|
6452
|
+
/**
|
|
6453
|
+
* Event data
|
|
6454
|
+
*/
|
|
6455
|
+
data: string;
|
|
6456
|
+
/**
|
|
6457
|
+
* Transaction index
|
|
6458
|
+
*/
|
|
6459
|
+
transactionIndex: number;
|
|
6460
|
+
/**
|
|
6461
|
+
* Log index
|
|
6462
|
+
*/
|
|
6463
|
+
logIndex: number;
|
|
6464
|
+
/**
|
|
6465
|
+
* Indicates if the log was removed
|
|
6466
|
+
*/
|
|
6467
|
+
removed: boolean;
|
|
6468
|
+
};
|
|
6469
|
+
|
|
6470
|
+
type NetworkTokenInfo = {
|
|
6471
|
+
/**
|
|
6472
|
+
* Token name
|
|
6473
|
+
*/
|
|
6474
|
+
tokenName?: string;
|
|
6475
|
+
/**
|
|
6476
|
+
* Token symbol
|
|
6477
|
+
*/
|
|
6478
|
+
tokenSymbol?: string;
|
|
6479
|
+
/**
|
|
6480
|
+
* Token decimals
|
|
6481
|
+
*/
|
|
6482
|
+
tokenDecimals?: number;
|
|
6483
|
+
/**
|
|
6484
|
+
* Value including decimals
|
|
6485
|
+
*/
|
|
6486
|
+
valueWithDecimals?: string;
|
|
6487
|
+
};
|
|
6488
|
+
|
|
5336
6489
|
type NextPageToken = {
|
|
5337
6490
|
/**
|
|
5338
6491
|
* 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.
|
|
@@ -5385,6 +6538,132 @@ type TooManyRequests = {
|
|
|
5385
6538
|
error: string;
|
|
5386
6539
|
};
|
|
5387
6540
|
|
|
6541
|
+
type Transaction = {
|
|
6542
|
+
/**
|
|
6543
|
+
* Block hash of the transaction
|
|
6544
|
+
*/
|
|
6545
|
+
blockHash: string;
|
|
6546
|
+
/**
|
|
6547
|
+
* Block number of the transaction
|
|
6548
|
+
*/
|
|
6549
|
+
blockNumber: string;
|
|
6550
|
+
/**
|
|
6551
|
+
* Sender address
|
|
6552
|
+
*/
|
|
6553
|
+
from: string;
|
|
6554
|
+
/**
|
|
6555
|
+
* Gas limit for the transaction
|
|
6556
|
+
*/
|
|
6557
|
+
gas: string;
|
|
6558
|
+
/**
|
|
6559
|
+
* Gas price used
|
|
6560
|
+
*/
|
|
6561
|
+
gasPrice: string;
|
|
6562
|
+
/**
|
|
6563
|
+
* Maximum fee per gas
|
|
6564
|
+
*/
|
|
6565
|
+
maxFeePerGas: string;
|
|
6566
|
+
/**
|
|
6567
|
+
* Maximum priority fee per gas
|
|
6568
|
+
*/
|
|
6569
|
+
maxPriorityFeePerGas: string;
|
|
6570
|
+
/**
|
|
6571
|
+
* Transaction hash
|
|
6572
|
+
*/
|
|
6573
|
+
txHash: string;
|
|
6574
|
+
/**
|
|
6575
|
+
* Transaction status
|
|
6576
|
+
*/
|
|
6577
|
+
txStatus: string;
|
|
6578
|
+
/**
|
|
6579
|
+
* Input data
|
|
6580
|
+
*/
|
|
6581
|
+
input: string;
|
|
6582
|
+
/**
|
|
6583
|
+
* Nonce value
|
|
6584
|
+
*/
|
|
6585
|
+
nonce: string;
|
|
6586
|
+
/**
|
|
6587
|
+
* Recipient address
|
|
6588
|
+
*/
|
|
6589
|
+
to: string;
|
|
6590
|
+
/**
|
|
6591
|
+
* Transaction index
|
|
6592
|
+
*/
|
|
6593
|
+
transactionIndex: number;
|
|
6594
|
+
/**
|
|
6595
|
+
* Value transferred in the transaction
|
|
6596
|
+
*/
|
|
6597
|
+
value: string;
|
|
6598
|
+
/**
|
|
6599
|
+
* Transaction type
|
|
6600
|
+
*/
|
|
6601
|
+
type: number;
|
|
6602
|
+
/**
|
|
6603
|
+
* Chain ID of the network
|
|
6604
|
+
*/
|
|
6605
|
+
chainId: string;
|
|
6606
|
+
/**
|
|
6607
|
+
* Cumulative gas used
|
|
6608
|
+
*/
|
|
6609
|
+
receiptCumulativeGasUsed: string;
|
|
6610
|
+
/**
|
|
6611
|
+
* Gas used
|
|
6612
|
+
*/
|
|
6613
|
+
receiptGasUsed: string;
|
|
6614
|
+
/**
|
|
6615
|
+
* Effective gas price
|
|
6616
|
+
*/
|
|
6617
|
+
receiptEffectiveGasPrice: string;
|
|
6618
|
+
/**
|
|
6619
|
+
* Receipt root
|
|
6620
|
+
*/
|
|
6621
|
+
receiptRoot: string;
|
|
6622
|
+
/**
|
|
6623
|
+
* Block timestamp
|
|
6624
|
+
*/
|
|
6625
|
+
blockTimestamp: number;
|
|
6626
|
+
/**
|
|
6627
|
+
* Contract address (optional)
|
|
6628
|
+
*/
|
|
6629
|
+
contractAddress?: string;
|
|
6630
|
+
/**
|
|
6631
|
+
* ERC20 transfers
|
|
6632
|
+
*/
|
|
6633
|
+
erc20Transfers: Array<ERCTransfer>;
|
|
6634
|
+
/**
|
|
6635
|
+
* ERC721 transfers
|
|
6636
|
+
*/
|
|
6637
|
+
erc721Transfers: Array<ERCTransfer>;
|
|
6638
|
+
/**
|
|
6639
|
+
* ERC1155 transfers
|
|
6640
|
+
*/
|
|
6641
|
+
erc1155Transfers: Array<ERCTransfer>;
|
|
6642
|
+
/**
|
|
6643
|
+
* Internal transactions (optional)
|
|
6644
|
+
*/
|
|
6645
|
+
internalTransactions?: Array<InternalTransaction>;
|
|
6646
|
+
/**
|
|
6647
|
+
* Access list (optional)
|
|
6648
|
+
*/
|
|
6649
|
+
accessList?: Array<AccessListData>;
|
|
6650
|
+
/**
|
|
6651
|
+
* Network token info (optional)
|
|
6652
|
+
*/
|
|
6653
|
+
networkToken?: NetworkTokenInfo;
|
|
6654
|
+
};
|
|
6655
|
+
|
|
6656
|
+
type TransactionEvent = {
|
|
6657
|
+
/**
|
|
6658
|
+
* Transaction details
|
|
6659
|
+
*/
|
|
6660
|
+
transaction: Transaction;
|
|
6661
|
+
/**
|
|
6662
|
+
* Array of log events
|
|
6663
|
+
*/
|
|
6664
|
+
logs?: Array<Log>;
|
|
6665
|
+
};
|
|
6666
|
+
|
|
5388
6667
|
type Unauthorized = {
|
|
5389
6668
|
/**
|
|
5390
6669
|
* The error message describing the reason for the exception
|
|
@@ -5400,4 +6679,43 @@ type Unauthorized = {
|
|
|
5400
6679
|
error: string;
|
|
5401
6680
|
};
|
|
5402
6681
|
|
|
5403
|
-
|
|
6682
|
+
type WebhookAddressActivityResponse = {
|
|
6683
|
+
/**
|
|
6684
|
+
* Webhook ID
|
|
6685
|
+
*/
|
|
6686
|
+
webhookId: string;
|
|
6687
|
+
/**
|
|
6688
|
+
* Event type
|
|
6689
|
+
*/
|
|
6690
|
+
eventType: WebhookAddressActivityResponse.eventType;
|
|
6691
|
+
/**
|
|
6692
|
+
* Message ID
|
|
6693
|
+
*/
|
|
6694
|
+
messageId: string;
|
|
6695
|
+
/**
|
|
6696
|
+
* Event details
|
|
6697
|
+
*/
|
|
6698
|
+
event: TransactionEvent;
|
|
6699
|
+
};
|
|
6700
|
+
declare namespace WebhookAddressActivityResponse {
|
|
6701
|
+
/**
|
|
6702
|
+
* Event type
|
|
6703
|
+
*/
|
|
6704
|
+
enum eventType {
|
|
6705
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
6706
|
+
}
|
|
6707
|
+
}
|
|
6708
|
+
|
|
6709
|
+
declare class FetchHttpRequest extends BaseHttpRequest {
|
|
6710
|
+
constructor(config: OpenAPIConfig);
|
|
6711
|
+
/**
|
|
6712
|
+
* Request method
|
|
6713
|
+
* @param options The request options from the service
|
|
6714
|
+
* @returns CancelablePromise<T>
|
|
6715
|
+
* @throws ApiError
|
|
6716
|
+
*/
|
|
6717
|
+
request<T>(options: ApiRequestOptions): CancelablePromise<T>;
|
|
6718
|
+
}
|
|
6719
|
+
|
|
6720
|
+
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, FetchHttpRequest, 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 };
|
|
6721
|
+
export type { AccessListData, AccessRequest, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, ApiRequestOptions, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, Blockchain, BlockchainInfo, 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 };
|