@avalabs/glacier-sdk 3.1.0-canary.9f81e3c.0 → 3.1.0-canary.a06f84d.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 +1894 -349
- package/esm/generated/Glacier.d.ts +6 -2
- package/esm/generated/Glacier.js +1 -1
- package/esm/generated/core/ApiRequestOptions.d.ts +1 -1
- package/esm/generated/core/ApiResult.d.ts +1 -1
- package/esm/generated/core/CancelablePromise.d.ts +2 -1
- package/esm/generated/core/OpenAPI.d.ts +2 -1
- package/esm/generated/models/AccessListData.d.ts +12 -0
- package/esm/generated/models/AccessRequest.d.ts +12 -0
- package/esm/generated/models/ActiveValidatorDetails.d.ts +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 +6 -0
- package/esm/generated/models/Blockchain.d.ts +5 -1
- package/esm/generated/models/BlockchainId.d.ts +2 -0
- package/esm/generated/models/BlockchainId.js +1 -1
- package/esm/generated/models/BlockchainIds.d.ts +3 -1
- package/esm/generated/models/BlockchainIds.js +1 -1
- package/esm/generated/models/BlsCredentials.d.ts +1 -1
- package/esm/generated/models/CChainAtomicBalances.d.ts +1 -1
- package/esm/generated/models/CChainSharedAssetBalance.d.ts +1 -1
- package/esm/generated/models/ChainAddressChainIdMap.d.ts +1 -1
- package/esm/generated/models/ChainAddressChainIdMapListResponse.d.ts +1 -1
- package/esm/generated/models/ChainInfo.d.ts +1 -1
- package/esm/generated/models/CommonBalanceType.d.ts +17 -0
- package/esm/generated/models/CommonBalanceType.js +1 -0
- package/esm/generated/models/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 +3 -3
- package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +3 -3
- 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 -1
- package/esm/generated/models/GetTransactionResponse.d.ts +2 -2
- package/esm/generated/models/HealthCheckResultDto.d.ts +17 -0
- package/esm/generated/models/HealthCheckResultDto.js +1 -0
- package/esm/generated/models/HealthIndicatorResultDto.d.ts +17 -0
- package/esm/generated/models/HealthIndicatorResultDto.js +1 -0
- package/esm/generated/models/HistoricalReward.d.ts +1 -1
- package/esm/generated/models/IcmDestinationTransaction.d.ts +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 +6 -0
- package/esm/generated/models/ListAddressChainsResponse.d.ts +8 -0
- 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 +12 -0
- package/esm/generated/models/ListInternalTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListL1ValidatorsResponse.d.ts +14 -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 +1 -1
- package/esm/generated/models/ListTransactionDetailsResponse.d.ts +1 -1
- package/esm/generated/models/ListTransfersResponse.d.ts +1 -1
- package/esm/generated/models/ListUtxosResponse.d.ts +1 -1
- package/esm/generated/models/ListValidatorDetailsResponse.d.ts +1 -1
- package/esm/generated/models/ListWebhookAddressesResponse.d.ts +1 -1
- package/esm/generated/models/ListWebhooksResponse.d.ts +4 -3
- package/esm/generated/models/ListXChainBalancesResponse.d.ts +1 -1
- package/esm/generated/models/ListXChainTransactionsResponse.d.ts +1 -1
- package/esm/generated/models/ListXChainVerticesResponse.d.ts +1 -1
- package/esm/generated/models/Log.d.ts +40 -0
- package/esm/generated/models/LogsFormat.d.ts +1 -1
- package/esm/generated/models/LogsFormatMetadata.d.ts +1 -1
- package/esm/generated/models/LogsResponseDTO.d.ts +1 -1
- package/esm/generated/models/Method.d.ts +1 -1
- package/esm/generated/models/Metric.d.ts +1 -1
- package/esm/generated/models/Money.d.ts +1 -1
- package/esm/generated/models/NativeTokenBalance.d.ts +1 -1
- package/esm/generated/models/NativeTransaction.d.ts +5 -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 +34 -8
- package/esm/generated/models/PChainTransactionType.d.ts +5 -0
- 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 -1
- package/esm/generated/models/PrimaryNetworkChainInfo.d.ts +3 -3
- package/esm/generated/models/PrimaryNetworkOptions.d.ts +2 -2
- 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 -0
- package/esm/generated/models/PrimaryNetworkTxType.js +1 -1
- package/esm/generated/models/PrimaryNetworkType.d.ts +6 -0
- package/esm/generated/models/{PrimaryNetwork.js → PrimaryNetworkType.js} +1 -1
- 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 +14 -0
- package/esm/generated/models/RpcUsageMetricsGroupByEnum.d.ts +7 -0
- package/esm/generated/models/RpcUsageMetricsGroupByEnum.js +1 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.d.ts +55 -0
- package/esm/generated/models/RpcUsageMetricsValueAggregated.js +1 -0
- 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 +5 -0
- package/esm/generated/models/SignatureAggregatorRequest.d.ts +8 -0
- package/esm/generated/models/StakingDistribution.d.ts +10 -1
- package/esm/generated/models/Subnet.d.ts +16 -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/SubnetRpcUsageMetricsResponseDTO.d.ts +18 -0
- 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/XChainId.d.ts +1 -0
- package/esm/generated/models/XChainId.js +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 +166 -22
- package/esm/generated/services/DataApiUsageMetricsService.js +1 -1
- package/esm/generated/services/EvmBalancesService.d.ts +9 -9
- package/esm/generated/services/EvmBlocksService.d.ts +23 -2
- package/esm/generated/services/EvmBlocksService.js +1 -1
- package/esm/generated/services/EvmChainsService.d.ts +81 -3
- package/esm/generated/services/EvmChainsService.js +1 -1
- package/esm/generated/services/EvmContractsService.d.ts +2 -2
- package/esm/generated/services/EvmTransactionsService.d.ts +47 -14
- 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/NfTsService.d.ts +3 -3
- 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 +53 -2
- package/esm/generated/services/PrimaryNetworkService.js +1 -1
- package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +8 -5
- package/esm/generated/services/PrimaryNetworkTransactionsService.js +1 -1
- package/esm/generated/services/SignatureAggregatorService.d.ts +41 -0
- package/esm/generated/services/SignatureAggregatorService.js +1 -0
- 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 +55 -9
- package/esm/index.js +1 -1
- package/package.json +13 -4
- package/dist/index.js +0 -1
- package/esm/generated/models/BlockchainInfo.d.ts +0 -5
- package/esm/generated/models/CreateWebhookRequest.d.ts +0 -21
- package/esm/generated/models/PrimaryNetwork.d.ts +0 -6
- package/esm/generated/models/RpcErrorDto.d.ts +0 -7
- package/esm/generated/models/RpcErrorResponseDto.d.ts +0 -9
- package/esm/generated/models/RpcRequestBodyDto.d.ts +0 -8
- package/esm/generated/models/RpcSuccessResponseDto.d.ts +0 -7
- package/esm/generated/services/RpcService.d.ts +0 -25
- package/esm/generated/services/RpcService.js +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -148,6 +148,145 @@ 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
|
+
|
|
173
|
+
type RpcUsageMetricsValueAggregated = {
|
|
174
|
+
/**
|
|
175
|
+
* The total number of requests
|
|
176
|
+
*/
|
|
177
|
+
totalRequests: number;
|
|
178
|
+
/**
|
|
179
|
+
* The number of API credits used
|
|
180
|
+
*/
|
|
181
|
+
apiCreditsUsed: number;
|
|
182
|
+
/**
|
|
183
|
+
* The number of requests per second
|
|
184
|
+
*/
|
|
185
|
+
requestsPerSecond: number;
|
|
186
|
+
/**
|
|
187
|
+
* The success rate percentage
|
|
188
|
+
*/
|
|
189
|
+
successRatePercent: number;
|
|
190
|
+
/**
|
|
191
|
+
* The median response time in milliseconds
|
|
192
|
+
*/
|
|
193
|
+
medianResponseTimeMsecs: number;
|
|
194
|
+
/**
|
|
195
|
+
* The number of invalid requests
|
|
196
|
+
*/
|
|
197
|
+
invalidRequests: number;
|
|
198
|
+
/**
|
|
199
|
+
* The number of API credits wasted on invalid requests
|
|
200
|
+
*/
|
|
201
|
+
apiCreditsWasted: number;
|
|
202
|
+
/**
|
|
203
|
+
* Column name used for data aggregation
|
|
204
|
+
*/
|
|
205
|
+
groupedBy: RpcUsageMetricsValueAggregated.groupedBy;
|
|
206
|
+
/**
|
|
207
|
+
* The value of the column used for data aggregation
|
|
208
|
+
*/
|
|
209
|
+
groupValue?: (string | number);
|
|
210
|
+
};
|
|
211
|
+
declare namespace RpcUsageMetricsValueAggregated {
|
|
212
|
+
/**
|
|
213
|
+
* Column name used for data aggregation
|
|
214
|
+
*/
|
|
215
|
+
enum groupedBy {
|
|
216
|
+
RPC_METHOD = "rpcMethod",
|
|
217
|
+
RESPONSE_CODE = "responseCode",
|
|
218
|
+
RL_BYPASS_TOKEN = "rlBypassToken",
|
|
219
|
+
REQUEST_PATH = "requestPath",
|
|
220
|
+
COUNTRY = "country",
|
|
221
|
+
CONTINENT = "continent",
|
|
222
|
+
USER_AGENT = "userAgent",
|
|
223
|
+
NONE = "None"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
type RpcMetrics = {
|
|
228
|
+
/**
|
|
229
|
+
* The timestamp of the metrics value
|
|
230
|
+
*/
|
|
231
|
+
timestamp: number;
|
|
232
|
+
/**
|
|
233
|
+
* The metrics values for the timestamp
|
|
234
|
+
*/
|
|
235
|
+
values: Array<RpcUsageMetricsValueAggregated>;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
type PrimaryNetworkRpcUsageMetricsResponseDTO = {
|
|
239
|
+
/**
|
|
240
|
+
* Duration in which the metrics value is aggregated
|
|
241
|
+
*/
|
|
242
|
+
aggregateDuration: string;
|
|
243
|
+
/**
|
|
244
|
+
* Metrics values
|
|
245
|
+
*/
|
|
246
|
+
metrics: Array<RpcMetrics>;
|
|
247
|
+
/**
|
|
248
|
+
* Network type for which the metrics are aggregated
|
|
249
|
+
*/
|
|
250
|
+
network: PrimaryNetworkRpcUsageMetricsResponseDTO.network;
|
|
251
|
+
};
|
|
252
|
+
declare namespace PrimaryNetworkRpcUsageMetricsResponseDTO {
|
|
253
|
+
/**
|
|
254
|
+
* Network type for which the metrics are aggregated
|
|
255
|
+
*/
|
|
256
|
+
enum network {
|
|
257
|
+
MAINNET = "mainnet",
|
|
258
|
+
TESTNET = "testnet"
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
declare enum RpcUsageMetricsGroupByEnum {
|
|
263
|
+
RPC_METHOD = "rpcMethod",
|
|
264
|
+
RESPONSE_CODE = "responseCode",
|
|
265
|
+
RL_BYPASS_TOKEN = "rlBypassToken"
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
declare enum SubnetRpcTimeIntervalGranularity {
|
|
269
|
+
HOURLY = "hourly",
|
|
270
|
+
DAILY = "daily",
|
|
271
|
+
WEEKLY = "weekly",
|
|
272
|
+
MONTHLY = "monthly"
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
type SubnetRpcUsageMetricsResponseDTO = {
|
|
276
|
+
/**
|
|
277
|
+
* Duration in which the metrics value is aggregated
|
|
278
|
+
*/
|
|
279
|
+
aggregateDuration: string;
|
|
280
|
+
/**
|
|
281
|
+
* Metrics values
|
|
282
|
+
*/
|
|
283
|
+
metrics: Array<RpcMetrics>;
|
|
284
|
+
/**
|
|
285
|
+
* ChainId for which the metrics are aggregated
|
|
286
|
+
*/
|
|
287
|
+
chainId: string;
|
|
288
|
+
};
|
|
289
|
+
|
|
151
290
|
declare enum TimeIntervalGranularityExtended {
|
|
152
291
|
MINUTE = "minute",
|
|
153
292
|
HOURLY = "hourly",
|
|
@@ -251,17 +390,17 @@ declare class DataApiUsageMetricsService {
|
|
|
251
390
|
* @returns UsageMetricsResponseDTO Successful response
|
|
252
391
|
* @throws ApiError
|
|
253
392
|
*/
|
|
254
|
-
getApiUsageMetrics({ orgId, startTimestamp, endTimestamp, timeInterval, groupBy,
|
|
393
|
+
getApiUsageMetrics({ orgId, startTimestamp, endTimestamp, timeInterval, groupBy, chainId, responseCode, requestType, apiKeyId, requestPath, }: {
|
|
255
394
|
/**
|
|
256
395
|
* Organization ID to fetch usage metrics for
|
|
257
396
|
*/
|
|
258
397
|
orgId?: string;
|
|
259
398
|
/**
|
|
260
|
-
*
|
|
399
|
+
* 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.
|
|
261
400
|
*/
|
|
262
401
|
startTimestamp?: number;
|
|
263
402
|
/**
|
|
264
|
-
*
|
|
403
|
+
* 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.
|
|
265
404
|
*/
|
|
266
405
|
endTimestamp?: number;
|
|
267
406
|
/**
|
|
@@ -273,25 +412,25 @@ declare class DataApiUsageMetricsService {
|
|
|
273
412
|
*/
|
|
274
413
|
groupBy?: UsageMetricsGroupByEnum;
|
|
275
414
|
/**
|
|
276
|
-
* Filter data by
|
|
277
|
-
*/
|
|
278
|
-
requestPath?: string;
|
|
279
|
-
/**
|
|
280
|
-
* Filter data by request type.
|
|
415
|
+
* Filter data by chain ID.
|
|
281
416
|
*/
|
|
282
|
-
|
|
417
|
+
chainId?: string;
|
|
283
418
|
/**
|
|
284
419
|
* Filter data by response status code.
|
|
285
420
|
*/
|
|
286
421
|
responseCode?: string;
|
|
287
422
|
/**
|
|
288
|
-
* Filter data by
|
|
423
|
+
* Filter data by request type.
|
|
289
424
|
*/
|
|
290
|
-
|
|
425
|
+
requestType?: 'data' | 'rpc';
|
|
291
426
|
/**
|
|
292
427
|
* Filter data by API key ID.
|
|
293
428
|
*/
|
|
294
429
|
apiKeyId?: string;
|
|
430
|
+
/**
|
|
431
|
+
* Filter data by request path.
|
|
432
|
+
*/
|
|
433
|
+
requestPath?: string;
|
|
295
434
|
}): CancelablePromise<UsageMetricsResponseDTO>;
|
|
296
435
|
/**
|
|
297
436
|
* Get logs for requests made by client
|
|
@@ -299,39 +438,39 @@ declare class DataApiUsageMetricsService {
|
|
|
299
438
|
* @returns LogsResponseDTO Successful response
|
|
300
439
|
* @throws ApiError
|
|
301
440
|
*/
|
|
302
|
-
getApiLogs({ orgId, startTimestamp, endTimestamp,
|
|
441
|
+
getApiLogs({ orgId, startTimestamp, endTimestamp, chainId, responseCode, requestType, apiKeyId, requestPath, pageToken, pageSize, }: {
|
|
303
442
|
/**
|
|
304
443
|
* Organization ID to fetch usage metrics for
|
|
305
444
|
*/
|
|
306
445
|
orgId?: string;
|
|
307
446
|
/**
|
|
308
|
-
*
|
|
447
|
+
* 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.
|
|
309
448
|
*/
|
|
310
449
|
startTimestamp?: number;
|
|
311
450
|
/**
|
|
312
|
-
*
|
|
451
|
+
* 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.
|
|
313
452
|
*/
|
|
314
453
|
endTimestamp?: number;
|
|
315
454
|
/**
|
|
316
|
-
* Filter data by
|
|
317
|
-
*/
|
|
318
|
-
requestPath?: string;
|
|
319
|
-
/**
|
|
320
|
-
* Filter data by request type.
|
|
455
|
+
* Filter data by chain ID.
|
|
321
456
|
*/
|
|
322
|
-
|
|
457
|
+
chainId?: string;
|
|
323
458
|
/**
|
|
324
459
|
* Filter data by response status code.
|
|
325
460
|
*/
|
|
326
461
|
responseCode?: string;
|
|
327
462
|
/**
|
|
328
|
-
* Filter data by
|
|
463
|
+
* Filter data by request type.
|
|
329
464
|
*/
|
|
330
|
-
|
|
465
|
+
requestType?: 'data' | 'rpc';
|
|
331
466
|
/**
|
|
332
467
|
* Filter data by API key ID.
|
|
333
468
|
*/
|
|
334
469
|
apiKeyId?: string;
|
|
470
|
+
/**
|
|
471
|
+
* Filter data by request path.
|
|
472
|
+
*/
|
|
473
|
+
requestPath?: string;
|
|
335
474
|
/**
|
|
336
475
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
337
476
|
*/
|
|
@@ -341,6 +480,143 @@ declare class DataApiUsageMetricsService {
|
|
|
341
480
|
*/
|
|
342
481
|
pageSize?: number;
|
|
343
482
|
}): CancelablePromise<LogsResponseDTO>;
|
|
483
|
+
/**
|
|
484
|
+
* Get usage metrics for the Subnet RPC
|
|
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
|
|
487
|
+
* @throws ApiError
|
|
488
|
+
*/
|
|
489
|
+
getSubnetRpcUsageMetrics({ timeInterval, startTimestamp, endTimestamp, groupBy, chainId, responseCode, rpcMethod, rlBypassApiToken, }: {
|
|
490
|
+
/**
|
|
491
|
+
* Time interval granularity for data aggregation for subnet
|
|
492
|
+
* rpc metrics
|
|
493
|
+
*/
|
|
494
|
+
timeInterval?: SubnetRpcTimeIntervalGranularity;
|
|
495
|
+
/**
|
|
496
|
+
* The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
|
|
497
|
+
*/
|
|
498
|
+
startTimestamp?: number;
|
|
499
|
+
/**
|
|
500
|
+
* The end time of the range as a UNIX timestamp. The requested end time will be rounded down to 0:00 UTC of the day.
|
|
501
|
+
*/
|
|
502
|
+
endTimestamp?: number;
|
|
503
|
+
/**
|
|
504
|
+
* Query param for the criterion used for grouping metrics
|
|
505
|
+
*/
|
|
506
|
+
groupBy?: RpcUsageMetricsGroupByEnum;
|
|
507
|
+
/**
|
|
508
|
+
* Filter data by chain ID.
|
|
509
|
+
*/
|
|
510
|
+
chainId?: string;
|
|
511
|
+
/**
|
|
512
|
+
* Filter data by response status code.
|
|
513
|
+
*/
|
|
514
|
+
responseCode?: string;
|
|
515
|
+
/**
|
|
516
|
+
* Filter data by RPC method.
|
|
517
|
+
*/
|
|
518
|
+
rpcMethod?: string;
|
|
519
|
+
/**
|
|
520
|
+
* Filter data by Rl Bypass API Token.
|
|
521
|
+
*/
|
|
522
|
+
rlBypassApiToken?: string;
|
|
523
|
+
}): CancelablePromise<SubnetRpcUsageMetricsResponseDTO>;
|
|
524
|
+
/**
|
|
525
|
+
* @deprecated
|
|
526
|
+
* **[Deprecated]** Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity.
|
|
527
|
+
*
|
|
528
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/subnetRpcUsageMetrics endpoint instead**.
|
|
529
|
+
* @returns SubnetRpcUsageMetricsResponseDTO Successful response
|
|
530
|
+
* @throws ApiError
|
|
531
|
+
*/
|
|
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;
|
|
554
|
+
/**
|
|
555
|
+
* Filter data by response status code.
|
|
556
|
+
*/
|
|
557
|
+
responseCode?: string;
|
|
558
|
+
/**
|
|
559
|
+
* Filter data by RPC method.
|
|
560
|
+
*/
|
|
561
|
+
rpcMethod?: string;
|
|
562
|
+
/**
|
|
563
|
+
* Filter data by Rl Bypass API Token.
|
|
564
|
+
*/
|
|
565
|
+
rlBypassApiToken?: string;
|
|
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>;
|
|
344
620
|
}
|
|
345
621
|
|
|
346
622
|
declare class DefaultService {
|
|
@@ -539,6 +815,10 @@ type ListErc1155BalancesResponse = {
|
|
|
539
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.
|
|
540
816
|
*/
|
|
541
817
|
nextPageToken?: string;
|
|
818
|
+
/**
|
|
819
|
+
* The native token balance for the address.
|
|
820
|
+
*/
|
|
821
|
+
nativeTokenBalance: NativeTokenBalance;
|
|
542
822
|
/**
|
|
543
823
|
* The list of ERC-1155 token balances for the address.
|
|
544
824
|
*/
|
|
@@ -583,11 +863,22 @@ type Erc20TokenBalance = {
|
|
|
583
863
|
* The monetary value of the balance, if a price is available for the token.
|
|
584
864
|
*/
|
|
585
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;
|
|
586
870
|
};
|
|
587
871
|
declare namespace Erc20TokenBalance {
|
|
588
872
|
enum ercType {
|
|
589
873
|
ERC_20 = "ERC-20"
|
|
590
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
|
+
}
|
|
591
882
|
}
|
|
592
883
|
|
|
593
884
|
type ListErc20BalancesResponse = {
|
|
@@ -595,6 +886,10 @@ type ListErc20BalancesResponse = {
|
|
|
595
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.
|
|
596
887
|
*/
|
|
597
888
|
nextPageToken?: string;
|
|
889
|
+
/**
|
|
890
|
+
* The native token balance for the address.
|
|
891
|
+
*/
|
|
892
|
+
nativeTokenBalance: NativeTokenBalance;
|
|
598
893
|
/**
|
|
599
894
|
* The list of ERC-20 token balances for the address.
|
|
600
895
|
*/
|
|
@@ -606,6 +901,10 @@ type ListErc721BalancesResponse = {
|
|
|
606
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.
|
|
607
902
|
*/
|
|
608
903
|
nextPageToken?: string;
|
|
904
|
+
/**
|
|
905
|
+
* The native token balance for the address.
|
|
906
|
+
*/
|
|
907
|
+
nativeTokenBalance: NativeTokenBalance;
|
|
609
908
|
/**
|
|
610
909
|
* The list of ERC-721 token balances for the address.
|
|
611
910
|
*/
|
|
@@ -625,7 +924,7 @@ declare class EvmBalancesService {
|
|
|
625
924
|
*/
|
|
626
925
|
getNativeBalance({ chainId, address, blockNumber, currency, }: {
|
|
627
926
|
/**
|
|
628
|
-
* A supported evm chain id
|
|
927
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
629
928
|
*/
|
|
630
929
|
chainId: string;
|
|
631
930
|
/**
|
|
@@ -653,7 +952,7 @@ declare class EvmBalancesService {
|
|
|
653
952
|
*/
|
|
654
953
|
listErc20Balances({ chainId, address, blockNumber, pageToken, pageSize, filterSpamTokens, contractAddresses, currency, }: {
|
|
655
954
|
/**
|
|
656
|
-
* A supported evm chain id
|
|
955
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
657
956
|
*/
|
|
658
957
|
chainId: string;
|
|
659
958
|
/**
|
|
@@ -669,7 +968,7 @@ declare class EvmBalancesService {
|
|
|
669
968
|
*/
|
|
670
969
|
pageToken?: string;
|
|
671
970
|
/**
|
|
672
|
-
* 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.
|
|
673
972
|
*/
|
|
674
973
|
pageSize?: number;
|
|
675
974
|
/**
|
|
@@ -695,7 +994,7 @@ declare class EvmBalancesService {
|
|
|
695
994
|
*/
|
|
696
995
|
listErc721Balances({ chainId, address, pageToken, pageSize, contractAddress, }: {
|
|
697
996
|
/**
|
|
698
|
-
* A supported evm chain id
|
|
997
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
699
998
|
*/
|
|
700
999
|
chainId: string;
|
|
701
1000
|
/**
|
|
@@ -707,7 +1006,7 @@ declare class EvmBalancesService {
|
|
|
707
1006
|
*/
|
|
708
1007
|
pageToken?: string;
|
|
709
1008
|
/**
|
|
710
|
-
* 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.
|
|
711
1010
|
*/
|
|
712
1011
|
pageSize?: number;
|
|
713
1012
|
/**
|
|
@@ -727,7 +1026,7 @@ declare class EvmBalancesService {
|
|
|
727
1026
|
*/
|
|
728
1027
|
listErc1155Balances({ chainId, address, blockNumber, pageToken, pageSize, contractAddress, }: {
|
|
729
1028
|
/**
|
|
730
|
-
* A supported evm chain id
|
|
1029
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
731
1030
|
*/
|
|
732
1031
|
chainId: string;
|
|
733
1032
|
/**
|
|
@@ -743,7 +1042,7 @@ declare class EvmBalancesService {
|
|
|
743
1042
|
*/
|
|
744
1043
|
pageToken?: string;
|
|
745
1044
|
/**
|
|
746
|
-
* 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.
|
|
747
1046
|
*/
|
|
748
1047
|
pageSize?: number;
|
|
749
1048
|
/**
|
|
@@ -761,7 +1060,7 @@ declare class EvmBalancesService {
|
|
|
761
1060
|
*/
|
|
762
1061
|
listCollectibleBalances({ chainId, address, pageToken, pageSize, contractAddress, }: {
|
|
763
1062
|
/**
|
|
764
|
-
* A supported evm chain id
|
|
1063
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
765
1064
|
*/
|
|
766
1065
|
chainId: string;
|
|
767
1066
|
/**
|
|
@@ -773,7 +1072,7 @@ declare class EvmBalancesService {
|
|
|
773
1072
|
*/
|
|
774
1073
|
pageToken?: string;
|
|
775
1074
|
/**
|
|
776
|
-
* 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.
|
|
777
1076
|
*/
|
|
778
1077
|
pageSize?: number;
|
|
779
1078
|
/**
|
|
@@ -784,6 +1083,10 @@ declare class EvmBalancesService {
|
|
|
784
1083
|
}
|
|
785
1084
|
|
|
786
1085
|
type GetEvmBlockResponse = {
|
|
1086
|
+
/**
|
|
1087
|
+
* The EVM chain ID on which the block was created.
|
|
1088
|
+
*/
|
|
1089
|
+
chainId: string;
|
|
787
1090
|
/**
|
|
788
1091
|
* The block number on the chain.
|
|
789
1092
|
*/
|
|
@@ -829,7 +1132,11 @@ type GetEvmBlockResponse = {
|
|
|
829
1132
|
|
|
830
1133
|
type EvmBlock = {
|
|
831
1134
|
/**
|
|
832
|
-
* The
|
|
1135
|
+
* The EVM chain ID on which the block was created.
|
|
1136
|
+
*/
|
|
1137
|
+
chainId: string;
|
|
1138
|
+
/**
|
|
1139
|
+
* The block number on the chain.
|
|
833
1140
|
*/
|
|
834
1141
|
blockNumber: string;
|
|
835
1142
|
/**
|
|
@@ -882,6 +1189,26 @@ type ListEvmBlocksResponse = {
|
|
|
882
1189
|
declare class EvmBlocksService {
|
|
883
1190
|
readonly httpRequest: BaseHttpRequest;
|
|
884
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>;
|
|
885
1212
|
/**
|
|
886
1213
|
* List latest blocks
|
|
887
1214
|
* Lists the latest indexed blocks on the EVM-compatible chain sorted in descending order by block timestamp.
|
|
@@ -890,7 +1217,7 @@ declare class EvmBlocksService {
|
|
|
890
1217
|
*/
|
|
891
1218
|
getLatestBlocks({ chainId, pageToken, pageSize, }: {
|
|
892
1219
|
/**
|
|
893
|
-
* A supported evm chain id
|
|
1220
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
894
1221
|
*/
|
|
895
1222
|
chainId: string;
|
|
896
1223
|
/**
|
|
@@ -910,7 +1237,7 @@ declare class EvmBlocksService {
|
|
|
910
1237
|
*/
|
|
911
1238
|
getBlock({ chainId, blockId, }: {
|
|
912
1239
|
/**
|
|
913
|
-
* A supported evm chain id
|
|
1240
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
914
1241
|
*/
|
|
915
1242
|
chainId: string;
|
|
916
1243
|
/**
|
|
@@ -1004,22 +1331,145 @@ type ChainInfo = {
|
|
|
1004
1331
|
enabledFeatures?: Array<'nftIndexing' | 'webhooks' | 'teleporter'>;
|
|
1005
1332
|
};
|
|
1006
1333
|
|
|
1334
|
+
type ListAddressChainsResponse = {
|
|
1335
|
+
indexedChains?: Array<ChainInfo>;
|
|
1336
|
+
unindexedChains?: Array<string>;
|
|
1337
|
+
};
|
|
1338
|
+
|
|
1007
1339
|
type ListChainsResponse = {
|
|
1008
1340
|
chains: Array<ChainInfo>;
|
|
1009
1341
|
};
|
|
1010
1342
|
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
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"
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
type Method = {
|
|
1353
|
+
callType: TransactionMethodType;
|
|
1354
|
+
/**
|
|
1355
|
+
* The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
|
|
1356
|
+
*/
|
|
1357
|
+
methodHash: string;
|
|
1358
|
+
/**
|
|
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'.
|
|
1360
|
+
*/
|
|
1361
|
+
methodName?: string;
|
|
1362
|
+
};
|
|
1363
|
+
|
|
1364
|
+
type RichAddress = {
|
|
1365
|
+
/**
|
|
1366
|
+
* The contract name.
|
|
1367
|
+
*/
|
|
1368
|
+
name?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* The contract symbol.
|
|
1371
|
+
*/
|
|
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"
|
|
1015
1453
|
}
|
|
1016
1454
|
|
|
1017
1455
|
declare class EvmChainsService {
|
|
1018
1456
|
readonly httpRequest: BaseHttpRequest;
|
|
1019
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>;
|
|
1020
1470
|
/**
|
|
1021
1471
|
* List chains
|
|
1022
|
-
* Lists the supported EVM-compatible chains. Filterable by network.
|
|
1472
|
+
* Lists the AvaCloud supported EVM-compatible chains. Filterable by network.
|
|
1023
1473
|
* @returns ListChainsResponse Successful response
|
|
1024
1474
|
* @throws ApiError
|
|
1025
1475
|
*/
|
|
@@ -1035,16 +1485,78 @@ declare class EvmChainsService {
|
|
|
1035
1485
|
}): CancelablePromise<ListChainsResponse>;
|
|
1036
1486
|
/**
|
|
1037
1487
|
* Get chain information
|
|
1038
|
-
* Gets chain information for the EVM-compatible chain if supported by
|
|
1488
|
+
* Gets chain information for the EVM-compatible chain if supported by AvaCloud.
|
|
1039
1489
|
* @returns GetChainResponse Successful response
|
|
1040
1490
|
* @throws ApiError
|
|
1041
1491
|
*/
|
|
1042
1492
|
getChainInfo({ chainId, }: {
|
|
1043
1493
|
/**
|
|
1044
|
-
* A supported evm chain id
|
|
1494
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1045
1495
|
*/
|
|
1046
1496
|
chainId: string;
|
|
1047
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>;
|
|
1048
1560
|
}
|
|
1049
1561
|
|
|
1050
1562
|
type ImageAsset = {
|
|
@@ -1216,7 +1728,7 @@ type Erc1155Contract = {
|
|
|
1216
1728
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1217
1729
|
*/
|
|
1218
1730
|
address: string;
|
|
1219
|
-
deploymentDetails
|
|
1731
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1220
1732
|
ercType: Erc1155Contract.ercType;
|
|
1221
1733
|
/**
|
|
1222
1734
|
* The contract symbol.
|
|
@@ -1247,7 +1759,7 @@ type Erc20Contract = {
|
|
|
1247
1759
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1248
1760
|
*/
|
|
1249
1761
|
address: string;
|
|
1250
|
-
deploymentDetails
|
|
1762
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1251
1763
|
ercType: Erc20Contract.ercType;
|
|
1252
1764
|
/**
|
|
1253
1765
|
* The contract symbol.
|
|
@@ -1282,7 +1794,7 @@ type Erc721Contract = {
|
|
|
1282
1794
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1283
1795
|
*/
|
|
1284
1796
|
address: string;
|
|
1285
|
-
deploymentDetails
|
|
1797
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1286
1798
|
ercType: Erc721Contract.ercType;
|
|
1287
1799
|
/**
|
|
1288
1800
|
* The contract symbol.
|
|
@@ -1312,7 +1824,7 @@ type UnknownContract = {
|
|
|
1312
1824
|
* A wallet or contract address in mixed-case checksum encoding.
|
|
1313
1825
|
*/
|
|
1314
1826
|
address: string;
|
|
1315
|
-
deploymentDetails
|
|
1827
|
+
deploymentDetails?: ContractDeploymentDetails;
|
|
1316
1828
|
ercType: UnknownContract.ercType;
|
|
1317
1829
|
};
|
|
1318
1830
|
declare namespace UnknownContract {
|
|
@@ -1336,7 +1848,7 @@ declare class EvmContractsService {
|
|
|
1336
1848
|
*/
|
|
1337
1849
|
getContractMetadata({ chainId, address, }: {
|
|
1338
1850
|
/**
|
|
1339
|
-
* A supported evm chain id
|
|
1851
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1340
1852
|
*/
|
|
1341
1853
|
chainId: string;
|
|
1342
1854
|
/**
|
|
@@ -1352,7 +1864,7 @@ declare class EvmContractsService {
|
|
|
1352
1864
|
*/
|
|
1353
1865
|
updateContractInfo({ chainId, address, requestBody, }: {
|
|
1354
1866
|
/**
|
|
1355
|
-
* A supported evm chain id
|
|
1867
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1356
1868
|
*/
|
|
1357
1869
|
chainId: string;
|
|
1358
1870
|
/**
|
|
@@ -1379,29 +1891,6 @@ declare namespace Erc1155Token {
|
|
|
1379
1891
|
}
|
|
1380
1892
|
}
|
|
1381
1893
|
|
|
1382
|
-
type RichAddress = {
|
|
1383
|
-
/**
|
|
1384
|
-
* The contract name.
|
|
1385
|
-
*/
|
|
1386
|
-
name?: string;
|
|
1387
|
-
/**
|
|
1388
|
-
* The contract symbol.
|
|
1389
|
-
*/
|
|
1390
|
-
symbol?: string;
|
|
1391
|
-
/**
|
|
1392
|
-
* The number of decimals the token uses. For example `6`, means to divide the token amount by `1000000` to get its user representation.
|
|
1393
|
-
*/
|
|
1394
|
-
decimals?: number;
|
|
1395
|
-
/**
|
|
1396
|
-
* The logo uri for the address.
|
|
1397
|
-
*/
|
|
1398
|
-
logoUri?: string;
|
|
1399
|
-
/**
|
|
1400
|
-
* A wallet or contract address in mixed-case checksum encoding.
|
|
1401
|
-
*/
|
|
1402
|
-
address: string;
|
|
1403
|
-
};
|
|
1404
|
-
|
|
1405
1894
|
type Erc1155TransferDetails = {
|
|
1406
1895
|
from: RichAddress;
|
|
1407
1896
|
to: RichAddress;
|
|
@@ -1486,27 +1975,6 @@ type Erc721TransferDetails = {
|
|
|
1486
1975
|
erc721Token: Erc721Token;
|
|
1487
1976
|
};
|
|
1488
1977
|
|
|
1489
|
-
/**
|
|
1490
|
-
* 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.
|
|
1491
|
-
*/
|
|
1492
|
-
declare enum TransactionMethodType {
|
|
1493
|
-
NATIVE_TRANSFER = "NATIVE_TRANSFER",
|
|
1494
|
-
CONTRACT_CALL = "CONTRACT_CALL",
|
|
1495
|
-
CONTRACT_CREATION = "CONTRACT_CREATION"
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
type Method = {
|
|
1499
|
-
callType: TransactionMethodType;
|
|
1500
|
-
/**
|
|
1501
|
-
* The contract method hash identifier. The method hash is only set if the `callType` is `CONTRACT_CALL`.
|
|
1502
|
-
*/
|
|
1503
|
-
methodHash: string;
|
|
1504
|
-
/**
|
|
1505
|
-
* 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'.
|
|
1506
|
-
*/
|
|
1507
|
-
methodName?: string;
|
|
1508
|
-
};
|
|
1509
|
-
|
|
1510
1978
|
type FullNativeTransactionDetails = {
|
|
1511
1979
|
/**
|
|
1512
1980
|
* The block number on the chain.
|
|
@@ -1520,6 +1988,10 @@ type FullNativeTransactionDetails = {
|
|
|
1520
1988
|
* The block hash identifier.
|
|
1521
1989
|
*/
|
|
1522
1990
|
blockHash: string;
|
|
1991
|
+
/**
|
|
1992
|
+
* The EVM chain ID on which the transaction occured.
|
|
1993
|
+
*/
|
|
1994
|
+
chainId: string;
|
|
1523
1995
|
/**
|
|
1524
1996
|
* The index at which the transaction occured in the block (0-indexed).
|
|
1525
1997
|
*/
|
|
@@ -1570,6 +2042,7 @@ declare enum InternalTransactionOpCall {
|
|
|
1570
2042
|
CALL = "CALL",
|
|
1571
2043
|
CREATE = "CREATE",
|
|
1572
2044
|
CREATE2 = "CREATE2",
|
|
2045
|
+
CREATE3 = "CREATE3",
|
|
1573
2046
|
CALLCODE = "CALLCODE",
|
|
1574
2047
|
DELEGATECALL = "DELEGATECALL",
|
|
1575
2048
|
STATICCALL = "STATICCALL"
|
|
@@ -1632,7 +2105,7 @@ type GetTransactionResponse = {
|
|
|
1632
2105
|
*/
|
|
1633
2106
|
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
1634
2107
|
/**
|
|
1635
|
-
* 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.
|
|
1636
2109
|
*/
|
|
1637
2110
|
internalTransactions?: Array<InternalTransactionDetails>;
|
|
1638
2111
|
networkTokenDetails: NetworkTokenDetails;
|
|
@@ -1748,98 +2221,41 @@ type ListErc721TransactionsResponse = {
|
|
|
1748
2221
|
|
|
1749
2222
|
type InternalTransaction = {
|
|
1750
2223
|
/**
|
|
1751
|
-
*
|
|
2224
|
+
* Sender address
|
|
1752
2225
|
*/
|
|
1753
|
-
|
|
2226
|
+
from: string;
|
|
1754
2227
|
/**
|
|
1755
|
-
*
|
|
2228
|
+
* Recipient address
|
|
1756
2229
|
*/
|
|
1757
|
-
|
|
2230
|
+
to: string;
|
|
1758
2231
|
/**
|
|
1759
|
-
*
|
|
2232
|
+
* Internal transaction type
|
|
1760
2233
|
*/
|
|
1761
|
-
|
|
2234
|
+
internalTxType: string;
|
|
1762
2235
|
/**
|
|
1763
|
-
*
|
|
2236
|
+
* Value transferred
|
|
1764
2237
|
*/
|
|
1765
|
-
txHash: string;
|
|
1766
|
-
from: RichAddress;
|
|
1767
|
-
to: RichAddress;
|
|
1768
|
-
internalTxType: InternalTransactionOpCall;
|
|
1769
2238
|
value: string;
|
|
1770
2239
|
/**
|
|
1771
|
-
*
|
|
2240
|
+
* Gas used
|
|
1772
2241
|
*/
|
|
1773
|
-
isReverted: boolean;
|
|
1774
2242
|
gasUsed: string;
|
|
1775
|
-
gasLimit: string;
|
|
1776
|
-
};
|
|
1777
|
-
|
|
1778
|
-
type ListInternalTransactionsResponse = {
|
|
1779
|
-
/**
|
|
1780
|
-
* 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.
|
|
1781
|
-
*/
|
|
1782
|
-
nextPageToken?: string;
|
|
1783
|
-
transactions: Array<InternalTransaction>;
|
|
1784
|
-
};
|
|
1785
|
-
|
|
1786
|
-
type NativeTransaction = {
|
|
1787
|
-
/**
|
|
1788
|
-
* The block number on the chain.
|
|
1789
|
-
*/
|
|
1790
|
-
blockNumber: string;
|
|
1791
|
-
/**
|
|
1792
|
-
* The block finality timestamp.
|
|
1793
|
-
*/
|
|
1794
|
-
blockTimestamp: number;
|
|
1795
|
-
/**
|
|
1796
|
-
* The block hash identifier.
|
|
1797
|
-
*/
|
|
1798
|
-
blockHash: string;
|
|
1799
|
-
/**
|
|
1800
|
-
* The index at which the transaction occured in the block (0-indexed).
|
|
1801
|
-
*/
|
|
1802
|
-
blockIndex: number;
|
|
1803
|
-
/**
|
|
1804
|
-
* The transaction hash identifier.
|
|
1805
|
-
*/
|
|
1806
|
-
txHash: string;
|
|
1807
2243
|
/**
|
|
1808
|
-
*
|
|
1809
|
-
*/
|
|
1810
|
-
txStatus: string;
|
|
1811
|
-
/**
|
|
1812
|
-
* The transaction type.
|
|
1813
|
-
*/
|
|
1814
|
-
txType: number;
|
|
1815
|
-
/**
|
|
1816
|
-
* The gas limit set for the transaction.
|
|
2244
|
+
* Gas limit
|
|
1817
2245
|
*/
|
|
1818
2246
|
gasLimit: string;
|
|
1819
2247
|
/**
|
|
1820
|
-
*
|
|
1821
|
-
*/
|
|
1822
|
-
gasUsed: string;
|
|
1823
|
-
/**
|
|
1824
|
-
* The gas price denominated by the number of decimals of the native token.
|
|
1825
|
-
*/
|
|
1826
|
-
gasPrice: string;
|
|
1827
|
-
/**
|
|
1828
|
-
* The nonce used by the sender of the transaction.
|
|
2248
|
+
* Transaction hash
|
|
1829
2249
|
*/
|
|
1830
|
-
|
|
1831
|
-
from: RichAddress;
|
|
1832
|
-
to: RichAddress;
|
|
1833
|
-
method?: Method;
|
|
1834
|
-
value: string;
|
|
2250
|
+
transactionHash: string;
|
|
1835
2251
|
};
|
|
1836
2252
|
|
|
1837
|
-
type
|
|
2253
|
+
type ListInternalTransactionsResponse = {
|
|
1838
2254
|
/**
|
|
1839
2255
|
* 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.
|
|
1840
2256
|
*/
|
|
1841
2257
|
nextPageToken?: string;
|
|
1842
|
-
transactions: Array<
|
|
2258
|
+
transactions: Array<InternalTransaction>;
|
|
1843
2259
|
};
|
|
1844
2260
|
|
|
1845
2261
|
type TransactionDetails = {
|
|
@@ -1860,7 +2276,7 @@ type TransactionDetails = {
|
|
|
1860
2276
|
*/
|
|
1861
2277
|
erc1155Transfers?: Array<Erc1155TransferDetails>;
|
|
1862
2278
|
/**
|
|
1863
|
-
* The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2
|
|
2279
|
+
* The list of internal transactions. Note that this list only includes CALL and CALLCODE internal transactions that had a non-zero value and CREATE/CREATE2/CREATE3 calls. Use a client provider to recieve a full debug trace of the transaction.
|
|
1864
2280
|
*/
|
|
1865
2281
|
internalTransactions?: Array<InternalTransactionDetails>;
|
|
1866
2282
|
};
|
|
@@ -1886,14 +2302,33 @@ declare enum SortOrder {
|
|
|
1886
2302
|
DESC = "desc"
|
|
1887
2303
|
}
|
|
1888
2304
|
|
|
1889
|
-
declare enum TransactionStatus {
|
|
1890
|
-
FAILED = "failed",
|
|
1891
|
-
SUCCESS = "success"
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
2305
|
declare class EvmTransactionsService {
|
|
1895
2306
|
readonly httpRequest: BaseHttpRequest;
|
|
1896
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>;
|
|
1897
2332
|
/**
|
|
1898
2333
|
* Get deployment transaction
|
|
1899
2334
|
* If the address is a smart contract, returns the transaction in which it was deployed.
|
|
@@ -1902,7 +2337,7 @@ declare class EvmTransactionsService {
|
|
|
1902
2337
|
*/
|
|
1903
2338
|
getDeploymentTransaction({ chainId, address, currency, }: {
|
|
1904
2339
|
/**
|
|
1905
|
-
* A supported evm chain id
|
|
2340
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1906
2341
|
*/
|
|
1907
2342
|
chainId: string;
|
|
1908
2343
|
/**
|
|
@@ -1922,7 +2357,7 @@ declare class EvmTransactionsService {
|
|
|
1922
2357
|
*/
|
|
1923
2358
|
listContractDeployments({ chainId, address, pageToken, pageSize, }: {
|
|
1924
2359
|
/**
|
|
1925
|
-
* A supported evm chain id
|
|
2360
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1926
2361
|
*/
|
|
1927
2362
|
chainId: string;
|
|
1928
2363
|
/**
|
|
@@ -1946,7 +2381,7 @@ declare class EvmTransactionsService {
|
|
|
1946
2381
|
*/
|
|
1947
2382
|
listTransfers({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
1948
2383
|
/**
|
|
1949
|
-
* A supported evm chain id
|
|
2384
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1950
2385
|
*/
|
|
1951
2386
|
chainId: string;
|
|
1952
2387
|
/**
|
|
@@ -1980,7 +2415,7 @@ declare class EvmTransactionsService {
|
|
|
1980
2415
|
*/
|
|
1981
2416
|
listTransactions({ chainId, address, pageToken, pageSize, startBlock, endBlock, sortOrder, }: {
|
|
1982
2417
|
/**
|
|
1983
|
-
* A supported evm chain id
|
|
2418
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
1984
2419
|
*/
|
|
1985
2420
|
chainId: string;
|
|
1986
2421
|
/**
|
|
@@ -2016,7 +2451,7 @@ declare class EvmTransactionsService {
|
|
|
2016
2451
|
*/
|
|
2017
2452
|
listNativeTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
2018
2453
|
/**
|
|
2019
|
-
* A supported evm chain id
|
|
2454
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2020
2455
|
*/
|
|
2021
2456
|
chainId: string;
|
|
2022
2457
|
/**
|
|
@@ -2048,7 +2483,7 @@ declare class EvmTransactionsService {
|
|
|
2048
2483
|
*/
|
|
2049
2484
|
listErc20Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
2050
2485
|
/**
|
|
2051
|
-
* A supported evm chain id
|
|
2486
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2052
2487
|
*/
|
|
2053
2488
|
chainId: string;
|
|
2054
2489
|
/**
|
|
@@ -2080,7 +2515,7 @@ declare class EvmTransactionsService {
|
|
|
2080
2515
|
*/
|
|
2081
2516
|
listErc721Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
2082
2517
|
/**
|
|
2083
|
-
* A supported evm chain id
|
|
2518
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2084
2519
|
*/
|
|
2085
2520
|
chainId: string;
|
|
2086
2521
|
/**
|
|
@@ -2112,7 +2547,7 @@ declare class EvmTransactionsService {
|
|
|
2112
2547
|
*/
|
|
2113
2548
|
listErc1155Transactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
2114
2549
|
/**
|
|
2115
|
-
* A supported evm chain id
|
|
2550
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2116
2551
|
*/
|
|
2117
2552
|
chainId: string;
|
|
2118
2553
|
/**
|
|
@@ -2140,13 +2575,13 @@ declare class EvmTransactionsService {
|
|
|
2140
2575
|
* List internal transactions
|
|
2141
2576
|
* Returns a list of internal transactions for an address and chain. Filterable by block range.
|
|
2142
2577
|
*
|
|
2143
|
-
* 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.
|
|
2144
2579
|
* @returns ListInternalTransactionsResponse Successful response
|
|
2145
2580
|
* @throws ApiError
|
|
2146
2581
|
*/
|
|
2147
2582
|
listInternalTransactions({ chainId, address, startBlock, endBlock, pageToken, pageSize, }: {
|
|
2148
2583
|
/**
|
|
2149
|
-
* A supported evm chain id
|
|
2584
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2150
2585
|
*/
|
|
2151
2586
|
chainId: string;
|
|
2152
2587
|
/**
|
|
@@ -2178,7 +2613,7 @@ declare class EvmTransactionsService {
|
|
|
2178
2613
|
*/
|
|
2179
2614
|
getTransaction({ chainId, txHash, }: {
|
|
2180
2615
|
/**
|
|
2181
|
-
* A supported evm chain id
|
|
2616
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2182
2617
|
*/
|
|
2183
2618
|
chainId: string;
|
|
2184
2619
|
/**
|
|
@@ -2192,15 +2627,23 @@ declare class EvmTransactionsService {
|
|
|
2192
2627
|
* @returns ListNativeTransactionsResponse Successful response
|
|
2193
2628
|
* @throws ApiError
|
|
2194
2629
|
*/
|
|
2195
|
-
getTransactionsForBlock({ chainId, blockId, }: {
|
|
2630
|
+
getTransactionsForBlock({ chainId, blockId, pageToken, pageSize, }: {
|
|
2196
2631
|
/**
|
|
2197
|
-
* A supported evm chain id
|
|
2632
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2198
2633
|
*/
|
|
2199
2634
|
chainId: string;
|
|
2200
2635
|
/**
|
|
2201
2636
|
* A block identifier which is either a block number or the block hash.
|
|
2202
2637
|
*/
|
|
2203
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;
|
|
2204
2647
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2205
2648
|
/**
|
|
2206
2649
|
* List latest transactions
|
|
@@ -2210,7 +2653,7 @@ declare class EvmTransactionsService {
|
|
|
2210
2653
|
*/
|
|
2211
2654
|
listLatestTransactions({ chainId, pageToken, pageSize, status, }: {
|
|
2212
2655
|
/**
|
|
2213
|
-
* A supported evm chain id
|
|
2656
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2214
2657
|
*/
|
|
2215
2658
|
chainId: string;
|
|
2216
2659
|
/**
|
|
@@ -2228,66 +2671,246 @@ declare class EvmTransactionsService {
|
|
|
2228
2671
|
}): CancelablePromise<ListNativeTransactionsResponse>;
|
|
2229
2672
|
}
|
|
2230
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
|
+
|
|
2231
2704
|
declare class HealthCheckService {
|
|
2232
2705
|
readonly httpRequest: BaseHttpRequest;
|
|
2233
2706
|
constructor(httpRequest: BaseHttpRequest);
|
|
2234
2707
|
/**
|
|
2235
2708
|
* Get the health of the service
|
|
2236
|
-
*
|
|
2709
|
+
* Check the health of the service.
|
|
2710
|
+
* @returns HealthCheckResultDto The health of the service
|
|
2237
2711
|
* @throws ApiError
|
|
2238
2712
|
*/
|
|
2239
|
-
dataHealthCheck(): CancelablePromise<
|
|
2240
|
-
status?: string;
|
|
2241
|
-
info?: Record<string, Record<string, string>> | null;
|
|
2242
|
-
error?: Record<string, Record<string, string>> | null;
|
|
2243
|
-
details?: Record<string, Record<string, string>>;
|
|
2244
|
-
}>;
|
|
2713
|
+
dataHealthCheck(): CancelablePromise<HealthCheckResultDto>;
|
|
2245
2714
|
}
|
|
2246
2715
|
|
|
2247
|
-
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 = {
|
|
2248
2843
|
/**
|
|
2249
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.
|
|
2250
2845
|
*/
|
|
2251
2846
|
nextPageToken?: string;
|
|
2252
|
-
|
|
2847
|
+
messages: Array<(PendingIcmMessage | DeliveredIcmMessage)>;
|
|
2253
2848
|
};
|
|
2254
2849
|
|
|
2255
|
-
declare class
|
|
2850
|
+
declare class InterchainMessagingService {
|
|
2256
2851
|
readonly httpRequest: BaseHttpRequest;
|
|
2257
2852
|
constructor(httpRequest: BaseHttpRequest);
|
|
2258
2853
|
/**
|
|
2259
|
-
*
|
|
2260
|
-
*
|
|
2854
|
+
* Get an ICM message
|
|
2855
|
+
* Gets an ICM message by teleporter message ID.
|
|
2261
2856
|
* @returns any Successful response
|
|
2262
2857
|
* @throws ApiError
|
|
2263
2858
|
*/
|
|
2264
|
-
|
|
2859
|
+
getIcmMessage({ messageId, }: {
|
|
2265
2860
|
/**
|
|
2266
|
-
*
|
|
2861
|
+
* The teleporter message ID of the ICM message.
|
|
2267
2862
|
*/
|
|
2268
|
-
|
|
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, }: {
|
|
2269
2872
|
/**
|
|
2270
|
-
*
|
|
2873
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
2271
2874
|
*/
|
|
2272
|
-
|
|
2875
|
+
pageToken?: string;
|
|
2273
2876
|
/**
|
|
2274
|
-
*
|
|
2877
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2275
2878
|
*/
|
|
2276
|
-
|
|
2277
|
-
|
|
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>;
|
|
2278
2905
|
/**
|
|
2279
|
-
* List
|
|
2280
|
-
* Lists
|
|
2281
|
-
* @returns
|
|
2906
|
+
* List ICM messages by address
|
|
2907
|
+
* Lists ICM messages by address. Ordered by timestamp in descending order.
|
|
2908
|
+
* @returns ListIcmMessagesResponse Successful response
|
|
2282
2909
|
* @throws ApiError
|
|
2283
2910
|
*/
|
|
2284
|
-
|
|
2911
|
+
listIcmMessagesByAddress({ address, pageToken, pageSize, network, }: {
|
|
2285
2912
|
/**
|
|
2286
|
-
*
|
|
2287
|
-
*/
|
|
2288
|
-
chainId: string;
|
|
2289
|
-
/**
|
|
2290
|
-
* Contract address on the relevant chain.
|
|
2913
|
+
* An EVM address.
|
|
2291
2914
|
*/
|
|
2292
2915
|
address: string;
|
|
2293
2916
|
/**
|
|
@@ -2298,16 +2921,77 @@ declare class NfTsService {
|
|
|
2298
2921
|
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
2299
2922
|
*/
|
|
2300
2923
|
pageSize?: number;
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
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
|
|
2304
2988
|
* Gets token details for a specific token of an NFT contract.
|
|
2305
2989
|
* @returns any Successful response
|
|
2306
2990
|
* @throws ApiError
|
|
2307
2991
|
*/
|
|
2308
2992
|
getTokenDetails({ chainId, address, tokenId, }: {
|
|
2309
2993
|
/**
|
|
2310
|
-
* A supported evm chain id
|
|
2994
|
+
* A supported evm chain id or blockchain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
2311
2995
|
*/
|
|
2312
2996
|
chainId: string;
|
|
2313
2997
|
/**
|
|
@@ -2321,6 +3005,108 @@ declare class NfTsService {
|
|
|
2321
3005
|
}): CancelablePromise<(Erc721Token | Erc1155Token)>;
|
|
2322
3006
|
}
|
|
2323
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
|
+
|
|
2324
3110
|
type EvmNetworkOptions = {
|
|
2325
3111
|
addresses: Array<string>;
|
|
2326
3112
|
includeChains: Array<string>;
|
|
@@ -2337,11 +3123,11 @@ type CreateEvmTransactionExportRequest = {
|
|
|
2337
3123
|
/**
|
|
2338
3124
|
* @deprecated
|
|
2339
3125
|
*/
|
|
2340
|
-
startDate
|
|
3126
|
+
startDate?: string;
|
|
2341
3127
|
/**
|
|
2342
3128
|
* @deprecated
|
|
2343
3129
|
*/
|
|
2344
|
-
endDate
|
|
3130
|
+
endDate?: string;
|
|
2345
3131
|
options: EvmNetworkOptions;
|
|
2346
3132
|
};
|
|
2347
3133
|
|
|
@@ -2354,7 +3140,7 @@ declare enum PrimaryNetworkOperationType {
|
|
|
2354
3140
|
type PrimaryNetworkOptions = {
|
|
2355
3141
|
addresses?: Array<string>;
|
|
2356
3142
|
cChainEvmAddresses?: Array<string>;
|
|
2357
|
-
includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'p-chain' | 'x-chain' | 'c-chain'>;
|
|
3143
|
+
includeChains: Array<'11111111111111111111111111111111LpoYY' | '2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM' | '2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm' | '2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV' | '2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5' | 'yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp' | 'vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu' | 'p-chain' | 'x-chain' | 'c-chain'>;
|
|
2358
3144
|
};
|
|
2359
3145
|
|
|
2360
3146
|
type CreatePrimaryNetworkTransactionExportRequest = {
|
|
@@ -2364,11 +3150,11 @@ type CreatePrimaryNetworkTransactionExportRequest = {
|
|
|
2364
3150
|
/**
|
|
2365
3151
|
* @deprecated
|
|
2366
3152
|
*/
|
|
2367
|
-
startDate
|
|
3153
|
+
startDate?: string;
|
|
2368
3154
|
/**
|
|
2369
3155
|
* @deprecated
|
|
2370
3156
|
*/
|
|
2371
|
-
endDate
|
|
3157
|
+
endDate?: string;
|
|
2372
3158
|
options: PrimaryNetworkOptions;
|
|
2373
3159
|
};
|
|
2374
3160
|
|
|
@@ -2409,7 +3195,7 @@ type OperationStatusResponse = {
|
|
|
2409
3195
|
operationType: OperationType;
|
|
2410
3196
|
operationStatus: OperationStatus;
|
|
2411
3197
|
message?: string;
|
|
2412
|
-
metadata
|
|
3198
|
+
metadata?: TransactionExportMetadata;
|
|
2413
3199
|
createdAtTimestamp: number;
|
|
2414
3200
|
updatedAtTimestamp: number;
|
|
2415
3201
|
};
|
|
@@ -2442,12 +3228,27 @@ declare class OperationsService {
|
|
|
2442
3228
|
}): CancelablePromise<OperationStatusResponse>;
|
|
2443
3229
|
}
|
|
2444
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
|
+
|
|
2445
3244
|
declare enum BlockchainIds {
|
|
2446
3245
|
_11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
|
|
2447
3246
|
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
2448
3247
|
_2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
|
|
3248
|
+
_2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
|
|
2449
3249
|
_2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
|
|
2450
|
-
Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp"
|
|
3250
|
+
Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
|
|
3251
|
+
V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu"
|
|
2451
3252
|
}
|
|
2452
3253
|
|
|
2453
3254
|
type ChainAddressChainIdMap = {
|
|
@@ -2471,16 +3272,31 @@ type DelegatorsDetails = {
|
|
|
2471
3272
|
};
|
|
2472
3273
|
|
|
2473
3274
|
type StakingDistribution = {
|
|
3275
|
+
/**
|
|
3276
|
+
* AvalancheGo version for the validator node.
|
|
3277
|
+
*/
|
|
2474
3278
|
version: string;
|
|
3279
|
+
/**
|
|
3280
|
+
* The total amount staked by validators using this version.
|
|
3281
|
+
*/
|
|
2475
3282
|
amountStaked: string;
|
|
3283
|
+
/**
|
|
3284
|
+
* The number of validators using this version.
|
|
3285
|
+
*/
|
|
2476
3286
|
validatorCount: number;
|
|
2477
3287
|
};
|
|
2478
3288
|
|
|
2479
3289
|
type ValidatorsDetails = {
|
|
2480
3290
|
validatorCount: number;
|
|
2481
3291
|
totalAmountStaked: string;
|
|
3292
|
+
/**
|
|
3293
|
+
* Total potential rewards from currently active validations and delegations.
|
|
3294
|
+
*/
|
|
2482
3295
|
estimatedAnnualStakingReward: string;
|
|
2483
3296
|
stakingDistributionByVersion: Array<StakingDistribution>;
|
|
3297
|
+
/**
|
|
3298
|
+
* Ratio of total active stake amount to the current supply.
|
|
3299
|
+
*/
|
|
2484
3300
|
stakingRatio: string;
|
|
2485
3301
|
};
|
|
2486
3302
|
|
|
@@ -2489,15 +3305,6 @@ type GetNetworkDetailsResponse = {
|
|
|
2489
3305
|
delegatorDetails: DelegatorsDetails;
|
|
2490
3306
|
};
|
|
2491
3307
|
|
|
2492
|
-
type Blockchain = {
|
|
2493
|
-
createBlockTimestamp: number;
|
|
2494
|
-
createBlockNumber: string;
|
|
2495
|
-
blockchainId: string;
|
|
2496
|
-
vmId: string;
|
|
2497
|
-
subnetId: string;
|
|
2498
|
-
blockchainName: string;
|
|
2499
|
-
};
|
|
2500
|
-
|
|
2501
3308
|
type ListBlockchainsResponse = {
|
|
2502
3309
|
/**
|
|
2503
3310
|
* 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.
|
|
@@ -2532,7 +3339,13 @@ type CompletedDelegatorDetails = {
|
|
|
2532
3339
|
delegationFee: string;
|
|
2533
3340
|
startTimestamp: number;
|
|
2534
3341
|
endTimestamp: number;
|
|
3342
|
+
/**
|
|
3343
|
+
* Total rewards distributed for the successful delegation.
|
|
3344
|
+
*/
|
|
2535
3345
|
grossReward: string;
|
|
3346
|
+
/**
|
|
3347
|
+
* Net rewards distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
|
|
3348
|
+
*/
|
|
2536
3349
|
netReward: string;
|
|
2537
3350
|
delegationStatus: CompletedDelegatorDetails.delegationStatus;
|
|
2538
3351
|
};
|
|
@@ -2550,7 +3363,13 @@ type PendingDelegatorDetails = {
|
|
|
2550
3363
|
delegationFee: string;
|
|
2551
3364
|
startTimestamp: number;
|
|
2552
3365
|
endTimestamp: number;
|
|
3366
|
+
/**
|
|
3367
|
+
* Estimated total rewards that will be distributed for the successful delegation.
|
|
3368
|
+
*/
|
|
2553
3369
|
estimatedGrossReward: string;
|
|
3370
|
+
/**
|
|
3371
|
+
* Estimated net rewards that will be distributed to the delegator after deducting delegation fee from the gross reward for the successful delegation.
|
|
3372
|
+
*/
|
|
2554
3373
|
estimatedNetReward: string;
|
|
2555
3374
|
delegationStatus: PendingDelegatorDetails.delegationStatus;
|
|
2556
3375
|
};
|
|
@@ -2571,8 +3390,59 @@ type ListDelegatorDetailsResponse = {
|
|
|
2571
3390
|
delegators: Array<(CompletedDelegatorDetails | ActiveDelegatorDetails | PendingDelegatorDetails)>;
|
|
2572
3391
|
};
|
|
2573
3392
|
|
|
2574
|
-
type
|
|
3393
|
+
type BalanceOwner = {
|
|
3394
|
+
addresses: Array<string>;
|
|
3395
|
+
threshold: number;
|
|
3396
|
+
};
|
|
3397
|
+
|
|
3398
|
+
type L1ValidatorDetailsFull = {
|
|
3399
|
+
/**
|
|
3400
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
3401
|
+
*/
|
|
3402
|
+
validationId: string;
|
|
3403
|
+
/**
|
|
3404
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
3405
|
+
*/
|
|
3406
|
+
validationIdHex: string;
|
|
3407
|
+
nodeId: string;
|
|
3408
|
+
subnetId: string;
|
|
3409
|
+
/**
|
|
3410
|
+
* 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
|
|
3411
|
+
*/
|
|
3412
|
+
weight: number;
|
|
3413
|
+
/**
|
|
3414
|
+
* Remaining L1 validator balance in nAVAX until inactive. It can rejoin L1 sampling by increasing balance with IncreaseL1ValidatorBalanceTx
|
|
3415
|
+
*/
|
|
3416
|
+
remainingBalance: number;
|
|
3417
|
+
/**
|
|
3418
|
+
* The timestamp of the transaction which created this L1 validator
|
|
3419
|
+
*/
|
|
3420
|
+
creationTimestamp: number;
|
|
3421
|
+
blsCredentials: Record<string, any>;
|
|
3422
|
+
/**
|
|
3423
|
+
* The L1 validator owner's balance, returned after it's disabled or removed
|
|
3424
|
+
*/
|
|
3425
|
+
remainingBalanceOwner: BalanceOwner;
|
|
3426
|
+
/**
|
|
3427
|
+
* Owner ddresses details which can disable or remove the L1 validator
|
|
3428
|
+
*/
|
|
3429
|
+
deactivationOwner: BalanceOwner;
|
|
3430
|
+
};
|
|
3431
|
+
|
|
3432
|
+
type ListL1ValidatorsResponse = {
|
|
3433
|
+
/**
|
|
3434
|
+
* 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.
|
|
3435
|
+
*/
|
|
3436
|
+
nextPageToken?: string;
|
|
3437
|
+
/**
|
|
3438
|
+
* The list of L1 validations for the given Subnet ID, NodeId or validationId
|
|
3439
|
+
*/
|
|
3440
|
+
validators: Array<L1ValidatorDetailsFull>;
|
|
3441
|
+
};
|
|
3442
|
+
|
|
3443
|
+
type L1ValidatorManagerDetails = {
|
|
2575
3444
|
blockchainId: string;
|
|
3445
|
+
contractAddress: string;
|
|
2576
3446
|
};
|
|
2577
3447
|
|
|
2578
3448
|
type SubnetOwnershipInfo = {
|
|
@@ -2613,7 +3483,19 @@ type Subnet = {
|
|
|
2613
3483
|
* Latest subnet owner details for this Subnet.
|
|
2614
3484
|
*/
|
|
2615
3485
|
subnetOwnershipInfo: SubnetOwnershipInfo;
|
|
2616
|
-
|
|
3486
|
+
/**
|
|
3487
|
+
* Whether the subnet is an L1 or not.
|
|
3488
|
+
*/
|
|
3489
|
+
isL1: boolean;
|
|
3490
|
+
/**
|
|
3491
|
+
* Transaction hash of ConvertSubnetToL1Tx which converted this Subnet to L1.
|
|
3492
|
+
*/
|
|
3493
|
+
l1ConversionTransactionHash?: string;
|
|
3494
|
+
/**
|
|
3495
|
+
* L1 validator manager details.
|
|
3496
|
+
*/
|
|
3497
|
+
l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
|
|
3498
|
+
blockchains: Array<Blockchain>;
|
|
2617
3499
|
};
|
|
2618
3500
|
|
|
2619
3501
|
type ListSubnetsResponse = {
|
|
@@ -2629,6 +3511,29 @@ type BlsCredentials = {
|
|
|
2629
3511
|
proofOfPossession: string;
|
|
2630
3512
|
};
|
|
2631
3513
|
|
|
3514
|
+
type Geolocation = {
|
|
3515
|
+
/**
|
|
3516
|
+
* The name of the validator node.
|
|
3517
|
+
*/
|
|
3518
|
+
city: string;
|
|
3519
|
+
/**
|
|
3520
|
+
* The city of the validator node.
|
|
3521
|
+
*/
|
|
3522
|
+
country: string;
|
|
3523
|
+
/**
|
|
3524
|
+
* The country code of the validator node.
|
|
3525
|
+
*/
|
|
3526
|
+
countryCode: string;
|
|
3527
|
+
/**
|
|
3528
|
+
* The latitude of the validator node.
|
|
3529
|
+
*/
|
|
3530
|
+
latitude: number;
|
|
3531
|
+
/**
|
|
3532
|
+
* The longitude of the validator node.
|
|
3533
|
+
*/
|
|
3534
|
+
longitude: number;
|
|
3535
|
+
};
|
|
3536
|
+
|
|
2632
3537
|
type Rewards = {
|
|
2633
3538
|
validationRewardAmount: string;
|
|
2634
3539
|
delegationRewardAmount: string;
|
|
@@ -2660,6 +3565,9 @@ type ActiveValidatorDetails = {
|
|
|
2660
3565
|
nodeId: string;
|
|
2661
3566
|
subnetId: string;
|
|
2662
3567
|
amountStaked: string;
|
|
3568
|
+
/**
|
|
3569
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3570
|
+
*/
|
|
2663
3571
|
delegationFee?: string;
|
|
2664
3572
|
startTimestamp: number;
|
|
2665
3573
|
endTimestamp: number;
|
|
@@ -2667,15 +3575,37 @@ type ActiveValidatorDetails = {
|
|
|
2667
3575
|
* Present for AddPermissionlessValidatorTx
|
|
2668
3576
|
*/
|
|
2669
3577
|
blsCredentials?: BlsCredentials;
|
|
3578
|
+
/**
|
|
3579
|
+
* The percentage of this validator's stake amount to the total active stake.
|
|
3580
|
+
*/
|
|
2670
3581
|
stakePercentage: number;
|
|
3582
|
+
/**
|
|
3583
|
+
* The number of delegators linked to the validator.
|
|
3584
|
+
*/
|
|
2671
3585
|
delegatorCount: number;
|
|
3586
|
+
/**
|
|
3587
|
+
* The total amount in nAVAX delegated to the validator.
|
|
3588
|
+
*/
|
|
2672
3589
|
amountDelegated?: string;
|
|
3590
|
+
/**
|
|
3591
|
+
* The validator's uptime percentage, as observed by our internal node and measured over time.
|
|
3592
|
+
*/
|
|
2673
3593
|
uptimePerformance: number;
|
|
2674
3594
|
avalancheGoVersion?: string;
|
|
3595
|
+
/**
|
|
3596
|
+
* The amount of stake in nAVAX that can be delegated to this validator.
|
|
3597
|
+
*/
|
|
2675
3598
|
delegationCapacity?: string;
|
|
3599
|
+
/**
|
|
3600
|
+
* Estimated rewards for the validator if the validation is successful.
|
|
3601
|
+
*/
|
|
2676
3602
|
potentialRewards: Rewards;
|
|
2677
3603
|
validationStatus: ActiveValidatorDetails.validationStatus;
|
|
2678
3604
|
validatorHealth: ValidatorHealthDetails;
|
|
3605
|
+
/**
|
|
3606
|
+
* The geographical location of the validator node, if available.
|
|
3607
|
+
*/
|
|
3608
|
+
geolocation: Geolocation | null;
|
|
2679
3609
|
};
|
|
2680
3610
|
declare namespace ActiveValidatorDetails {
|
|
2681
3611
|
enum validationStatus {
|
|
@@ -2688,6 +3618,9 @@ type CompletedValidatorDetails = {
|
|
|
2688
3618
|
nodeId: string;
|
|
2689
3619
|
subnetId: string;
|
|
2690
3620
|
amountStaked: string;
|
|
3621
|
+
/**
|
|
3622
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3623
|
+
*/
|
|
2691
3624
|
delegationFee?: string;
|
|
2692
3625
|
startTimestamp: number;
|
|
2693
3626
|
endTimestamp: number;
|
|
@@ -2711,6 +3644,9 @@ type PendingValidatorDetails = {
|
|
|
2711
3644
|
nodeId: string;
|
|
2712
3645
|
subnetId: string;
|
|
2713
3646
|
amountStaked: string;
|
|
3647
|
+
/**
|
|
3648
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3649
|
+
*/
|
|
2714
3650
|
delegationFee?: string;
|
|
2715
3651
|
startTimestamp: number;
|
|
2716
3652
|
endTimestamp: number;
|
|
@@ -2731,6 +3667,9 @@ type RemovedValidatorDetails = {
|
|
|
2731
3667
|
nodeId: string;
|
|
2732
3668
|
subnetId: string;
|
|
2733
3669
|
amountStaked: string;
|
|
3670
|
+
/**
|
|
3671
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations.
|
|
3672
|
+
*/
|
|
2734
3673
|
delegationFee?: string;
|
|
2735
3674
|
startTimestamp: number;
|
|
2736
3675
|
endTimestamp: number;
|
|
@@ -2738,7 +3677,13 @@ type RemovedValidatorDetails = {
|
|
|
2738
3677
|
* Present for AddPermissionlessValidatorTx
|
|
2739
3678
|
*/
|
|
2740
3679
|
blsCredentials?: BlsCredentials;
|
|
3680
|
+
/**
|
|
3681
|
+
* The transaction hash that removed the permissioned subnet validator.
|
|
3682
|
+
*/
|
|
2741
3683
|
removeTxHash: string;
|
|
3684
|
+
/**
|
|
3685
|
+
* The timestamp of the transaction that removed the permissioned subnet validator.
|
|
3686
|
+
*/
|
|
2742
3687
|
removeTimestamp: number;
|
|
2743
3688
|
validationStatus: RemovedValidatorDetails.validationStatus;
|
|
2744
3689
|
};
|
|
@@ -2818,6 +3763,7 @@ type XChainAssetDetails = {
|
|
|
2818
3763
|
declare enum XChainId {
|
|
2819
3764
|
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
2820
3765
|
_2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
|
|
3766
|
+
_2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
|
|
2821
3767
|
X_CHAIN = "x-chain"
|
|
2822
3768
|
}
|
|
2823
3769
|
|
|
@@ -2896,6 +3842,22 @@ declare class PrimaryNetworkService {
|
|
|
2896
3842
|
*/
|
|
2897
3843
|
sortOrder?: SortOrder;
|
|
2898
3844
|
}): CancelablePromise<ListBlockchainsResponse>;
|
|
3845
|
+
/**
|
|
3846
|
+
* Get blockchain details by ID
|
|
3847
|
+
* Get details of the blockchain registered on the network.
|
|
3848
|
+
* @returns Blockchain Successful response
|
|
3849
|
+
* @throws ApiError
|
|
3850
|
+
*/
|
|
3851
|
+
getBlockchainById({ blockchainId, network, }: {
|
|
3852
|
+
/**
|
|
3853
|
+
* The blockchain ID of the blockchain to retrieve.
|
|
3854
|
+
*/
|
|
3855
|
+
blockchainId: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* Either mainnet or testnet/fuji.
|
|
3858
|
+
*/
|
|
3859
|
+
network: Network;
|
|
3860
|
+
}): CancelablePromise<Blockchain>;
|
|
2899
3861
|
/**
|
|
2900
3862
|
* List subnets
|
|
2901
3863
|
* Lists all subnets registered on the network.
|
|
@@ -2938,7 +3900,7 @@ declare class PrimaryNetworkService {
|
|
|
2938
3900
|
}): CancelablePromise<Subnet>;
|
|
2939
3901
|
/**
|
|
2940
3902
|
* List validators
|
|
2941
|
-
* Lists details for validators. By default, returns details for all validators. Filterable by
|
|
3903
|
+
* 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.
|
|
2942
3904
|
* @returns ListValidatorDetailsResponse Successful response
|
|
2943
3905
|
* @throws ApiError
|
|
2944
3906
|
*/
|
|
@@ -2956,7 +3918,7 @@ declare class PrimaryNetworkService {
|
|
|
2956
3918
|
*/
|
|
2957
3919
|
pageSize?: number;
|
|
2958
3920
|
/**
|
|
2959
|
-
* A comma separated list of node ids to filter by.
|
|
3921
|
+
* A comma separated list of node ids to filter by. Supports substring matching.
|
|
2960
3922
|
*/
|
|
2961
3923
|
nodeIds?: string;
|
|
2962
3924
|
/**
|
|
@@ -3078,26 +4040,61 @@ declare class PrimaryNetworkService {
|
|
|
3078
4040
|
*/
|
|
3079
4041
|
nodeIds?: string;
|
|
3080
4042
|
}): CancelablePromise<ListDelegatorDetailsResponse>;
|
|
3081
|
-
}
|
|
3082
|
-
|
|
3083
|
-
declare enum BlockchainId {
|
|
3084
|
-
_11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
|
|
3085
|
-
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
3086
|
-
_2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
|
|
3087
|
-
_2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
|
|
3088
|
-
Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
|
|
3089
|
-
P_CHAIN = "p-chain",
|
|
3090
|
-
X_CHAIN = "x-chain",
|
|
3091
|
-
C_CHAIN = "c-chain"
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3094
|
-
type CChainSharedAssetBalance = {
|
|
3095
4043
|
/**
|
|
3096
|
-
*
|
|
4044
|
+
* List L1 validators
|
|
4045
|
+
* Lists details for L1 validators. By default, returns details for all active L1 validators. Filterable by validator node ids, subnet id, and validation id.
|
|
4046
|
+
* @returns ListL1ValidatorsResponse Successful response
|
|
4047
|
+
* @throws ApiError
|
|
3097
4048
|
*/
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
4049
|
+
listL1Validators({ network, pageToken, pageSize, l1ValidationId, includeInactiveL1Validators, nodeId, subnetId, }: {
|
|
4050
|
+
/**
|
|
4051
|
+
* Either mainnet or testnet/fuji.
|
|
4052
|
+
*/
|
|
4053
|
+
network: Network;
|
|
4054
|
+
/**
|
|
4055
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
4056
|
+
*/
|
|
4057
|
+
pageToken?: string;
|
|
4058
|
+
/**
|
|
4059
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
4060
|
+
*/
|
|
4061
|
+
pageSize?: number;
|
|
4062
|
+
/**
|
|
4063
|
+
* The L1 Validator's validation ID to filter by. If not provided, then all L1 Validators will be returned.
|
|
4064
|
+
*/
|
|
4065
|
+
l1ValidationId?: string;
|
|
4066
|
+
includeInactiveL1Validators?: boolean;
|
|
4067
|
+
/**
|
|
4068
|
+
* A valid node ID in format 'NodeID-HASH'.
|
|
4069
|
+
*/
|
|
4070
|
+
nodeId?: string;
|
|
4071
|
+
/**
|
|
4072
|
+
* The subnet ID to filter by. If not provided, then all subnets will be returned.
|
|
4073
|
+
*/
|
|
4074
|
+
subnetId?: any;
|
|
4075
|
+
}): CancelablePromise<ListL1ValidatorsResponse>;
|
|
4076
|
+
}
|
|
4077
|
+
|
|
4078
|
+
declare enum BlockchainId {
|
|
4079
|
+
_11111111111111111111111111111111LPO_YY = "11111111111111111111111111111111LpoYY",
|
|
4080
|
+
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
4081
|
+
_2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
|
|
4082
|
+
_2PI_Q2AVHCJNDUI_WXS_SY15DTB_VUW_HE2CW_MHYN_EXHS_LL73BBKDB_V = "2piQ2AVHCjnduiWXsSY15DtbVuwHE2cwMHYnEXHsLL73BBkdbV",
|
|
4083
|
+
_2Q9E4R6MU3U68N_U1F_YJGB_R6JVWR_RX36COHP_AX5UQXSE55X1Q5 = "2q9e4r6Mu3U68nU1fYjgbR6JvwrRx36CohpAX5UQxse55x1Q5",
|
|
4084
|
+
Y_H8D7TH_NJKXMTKUV2JG_BA4P1RN3QPR4P_PR7QYNFCDO_S6K6HWP = "yH8D7ThNJkxmtkuv2jgBa4P1Rn3Qpr4pPr7QYNfcdoS6k6HWp",
|
|
4085
|
+
V_V3CUI1DS_EPC3N_LCGH9RORWO8S6BYX_M2HZ4QFE5G_EYJW_TQ_AU = "vV3cui1DsEPC3nLCGH9rorwo8s6BYxM2Hz4QFE5gEYjwTqAu",
|
|
4086
|
+
P_CHAIN = "p-chain",
|
|
4087
|
+
X_CHAIN = "x-chain",
|
|
4088
|
+
C_CHAIN = "c-chain"
|
|
4089
|
+
}
|
|
4090
|
+
|
|
4091
|
+
type CChainSharedAssetBalance = {
|
|
4092
|
+
/**
|
|
4093
|
+
* Unique ID for an asset.
|
|
4094
|
+
*/
|
|
4095
|
+
assetId: string;
|
|
4096
|
+
/**
|
|
4097
|
+
* Name of this asset.
|
|
3101
4098
|
*/
|
|
3102
4099
|
name: string;
|
|
3103
4100
|
/**
|
|
@@ -3122,11 +4119,6 @@ type CChainAtomicBalances = {
|
|
|
3122
4119
|
atomicMemoryLocked: Array<CChainSharedAssetBalance>;
|
|
3123
4120
|
};
|
|
3124
4121
|
|
|
3125
|
-
declare enum PrimaryNetwork {
|
|
3126
|
-
MAINNET = "mainnet",
|
|
3127
|
-
FUJI = "fuji"
|
|
3128
|
-
}
|
|
3129
|
-
|
|
3130
4122
|
declare enum PrimaryNetworkChainName {
|
|
3131
4123
|
P_CHAIN = "p-chain",
|
|
3132
4124
|
X_CHAIN = "x-chain",
|
|
@@ -3135,7 +4127,7 @@ declare enum PrimaryNetworkChainName {
|
|
|
3135
4127
|
|
|
3136
4128
|
type PrimaryNetworkChainInfo = {
|
|
3137
4129
|
chainName: PrimaryNetworkChainName;
|
|
3138
|
-
network:
|
|
4130
|
+
network: Network;
|
|
3139
4131
|
};
|
|
3140
4132
|
|
|
3141
4133
|
type ListCChainAtomicBalancesResponse = {
|
|
@@ -3327,6 +4319,8 @@ type GetPrimaryNetworkBlockResponse = {
|
|
|
3327
4319
|
txCount: number;
|
|
3328
4320
|
transactions: Array<string>;
|
|
3329
4321
|
blockSizeBytes: number;
|
|
4322
|
+
l1ValidatorsAccruedFees?: number;
|
|
4323
|
+
activeL1Validators?: number;
|
|
3330
4324
|
currentSupply?: string;
|
|
3331
4325
|
proposerDetails?: ProposerDetails;
|
|
3332
4326
|
};
|
|
@@ -3340,6 +4334,8 @@ type PrimaryNetworkBlock = {
|
|
|
3340
4334
|
txCount: number;
|
|
3341
4335
|
transactions: Array<string>;
|
|
3342
4336
|
blockSizeBytes: number;
|
|
4337
|
+
l1ValidatorsAccruedFees?: number;
|
|
4338
|
+
activeL1Validators?: number;
|
|
3343
4339
|
currentSupply?: string;
|
|
3344
4340
|
proposerDetails?: ProposerDetails;
|
|
3345
4341
|
};
|
|
@@ -3382,7 +4378,7 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3382
4378
|
* @returns ListPrimaryNetworkBlocksResponse Successful response
|
|
3383
4379
|
* @throws ApiError
|
|
3384
4380
|
*/
|
|
3385
|
-
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageToken, pageSize, }: {
|
|
4381
|
+
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, startTimestamp, endTimestamp, pageToken, pageSize, }: {
|
|
3386
4382
|
/**
|
|
3387
4383
|
* A primary network blockchain id or alias.
|
|
3388
4384
|
*/
|
|
@@ -3395,6 +4391,14 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3395
4391
|
* A primary network (P or X chain) nodeId.
|
|
3396
4392
|
*/
|
|
3397
4393
|
nodeId: string;
|
|
4394
|
+
/**
|
|
4395
|
+
* Query param for retrieving items after a specific timestamp.
|
|
4396
|
+
*/
|
|
4397
|
+
startTimestamp?: number;
|
|
4398
|
+
/**
|
|
4399
|
+
* Query param for retrieving items before a specific timestamp.
|
|
4400
|
+
*/
|
|
4401
|
+
endTimestamp?: number;
|
|
3398
4402
|
/**
|
|
3399
4403
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3400
4404
|
*/
|
|
@@ -3410,7 +4414,7 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3410
4414
|
* @returns ListPrimaryNetworkBlocksResponse Successful response
|
|
3411
4415
|
* @throws ApiError
|
|
3412
4416
|
*/
|
|
3413
|
-
listLatestPrimaryNetworkBlocks({ blockchainId, network, pageToken, pageSize, }: {
|
|
4417
|
+
listLatestPrimaryNetworkBlocks({ blockchainId, network, startTimestamp, endTimestamp, pageToken, pageSize, }: {
|
|
3414
4418
|
/**
|
|
3415
4419
|
* A primary network blockchain id or alias.
|
|
3416
4420
|
*/
|
|
@@ -3419,6 +4423,14 @@ declare class PrimaryNetworkBlocksService {
|
|
|
3419
4423
|
* Either mainnet or testnet/fuji.
|
|
3420
4424
|
*/
|
|
3421
4425
|
network: Network;
|
|
4426
|
+
/**
|
|
4427
|
+
* Query param for retrieving items after a specific timestamp.
|
|
4428
|
+
*/
|
|
4429
|
+
startTimestamp?: number;
|
|
4430
|
+
/**
|
|
4431
|
+
* Query param for retrieving items before a specific timestamp.
|
|
4432
|
+
*/
|
|
4433
|
+
endTimestamp?: number;
|
|
3422
4434
|
/**
|
|
3423
4435
|
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
3424
4436
|
*/
|
|
@@ -3828,6 +4840,32 @@ type ListCChainAtomicTransactionsResponse = {
|
|
|
3828
4840
|
chainInfo: PrimaryNetworkChainInfo;
|
|
3829
4841
|
};
|
|
3830
4842
|
|
|
4843
|
+
type L1ValidatorDetailsTransaction = {
|
|
4844
|
+
/**
|
|
4845
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed.
|
|
4846
|
+
*/
|
|
4847
|
+
validationId: string;
|
|
4848
|
+
/**
|
|
4849
|
+
* Unique L1 validation ID used network-wide to identify L1 validation until its weight is reduced to 0 i.e. removed. In hex format
|
|
4850
|
+
*/
|
|
4851
|
+
validationIdHex: string;
|
|
4852
|
+
nodeId: string;
|
|
4853
|
+
subnetId: string;
|
|
4854
|
+
/**
|
|
4855
|
+
* 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
|
|
4856
|
+
*/
|
|
4857
|
+
weight: number;
|
|
4858
|
+
/**
|
|
4859
|
+
* Remaining L1 validator balance in nAVAX until inactive. It can rejoin L1 sampling by increasing balance with IncreaseL1ValidatorBalanceTx
|
|
4860
|
+
*/
|
|
4861
|
+
remainingBalance: number;
|
|
4862
|
+
/**
|
|
4863
|
+
* 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
|
|
4864
|
+
*/
|
|
4865
|
+
balanceChange?: number;
|
|
4866
|
+
blsCredentials?: Record<string, any>;
|
|
4867
|
+
};
|
|
4868
|
+
|
|
3831
4869
|
declare enum PChainTransactionType {
|
|
3832
4870
|
ADD_VALIDATOR_TX = "AddValidatorTx",
|
|
3833
4871
|
ADD_SUBNET_VALIDATOR_TX = "AddSubnetValidatorTx",
|
|
@@ -3844,9 +4882,17 @@ declare enum PChainTransactionType {
|
|
|
3844
4882
|
ADD_PERMISSIONLESS_DELEGATOR_TX = "AddPermissionlessDelegatorTx",
|
|
3845
4883
|
BASE_TX = "BaseTx",
|
|
3846
4884
|
TRANSFER_SUBNET_OWNERSHIP_TX = "TransferSubnetOwnershipTx",
|
|
4885
|
+
CONVERT_SUBNET_TO_L1TX = "ConvertSubnetToL1Tx",
|
|
4886
|
+
REGISTER_L1VALIDATOR_TX = "RegisterL1ValidatorTx",
|
|
4887
|
+
SET_L1VALIDATOR_WEIGHT_TX = "SetL1ValidatorWeightTx",
|
|
4888
|
+
DISABLE_L1VALIDATOR_TX = "DisableL1ValidatorTx",
|
|
4889
|
+
INCREASE_L1VALIDATOR_BALANCE_TX = "IncreaseL1ValidatorBalanceTx",
|
|
3847
4890
|
UNKNOWN = "UNKNOWN"
|
|
3848
4891
|
}
|
|
3849
4892
|
|
|
4893
|
+
/**
|
|
4894
|
+
* Indicates whether the UTXO is staked or transferable
|
|
4895
|
+
*/
|
|
3850
4896
|
declare enum UtxoType {
|
|
3851
4897
|
STAKE = "STAKE",
|
|
3852
4898
|
TRANSFER = "TRANSFER"
|
|
@@ -3884,16 +4930,43 @@ type PChainUtxo = {
|
|
|
3884
4930
|
assetId: string;
|
|
3885
4931
|
blockNumber: string;
|
|
3886
4932
|
blockTimestamp: number;
|
|
4933
|
+
/**
|
|
4934
|
+
* Block height in which the transaction consuming this UTXO was included
|
|
4935
|
+
*/
|
|
3887
4936
|
consumingBlockNumber?: string;
|
|
4937
|
+
/**
|
|
4938
|
+
* Timestamp in seconds at which this UTXO is used in a consuming transaction
|
|
4939
|
+
*/
|
|
3888
4940
|
consumingBlockTimestamp?: number;
|
|
4941
|
+
/**
|
|
4942
|
+
* Timestamp in seconds after which this UTXO can be consumed
|
|
4943
|
+
*/
|
|
3889
4944
|
platformLocktime?: number;
|
|
4945
|
+
/**
|
|
4946
|
+
* The index of the UTXO in the transaction
|
|
4947
|
+
*/
|
|
3890
4948
|
outputIndex: number;
|
|
3891
4949
|
rewardType?: RewardType;
|
|
4950
|
+
/**
|
|
4951
|
+
* Timestamp in seconds before which a UTXO can only be used for staking transactions. After stakeable locktime, a UTXO can be used for anything
|
|
4952
|
+
*/
|
|
3892
4953
|
stakeableLocktime?: number;
|
|
3893
4954
|
staked?: boolean;
|
|
4955
|
+
/**
|
|
4956
|
+
* The minimum number of signatures required to spend this UTXO
|
|
4957
|
+
*/
|
|
3894
4958
|
threshold?: number;
|
|
4959
|
+
/**
|
|
4960
|
+
* The hash of the transaction that created this UTXO
|
|
4961
|
+
*/
|
|
3895
4962
|
txHash: string;
|
|
4963
|
+
/**
|
|
4964
|
+
* Timestamp in seconds after which the staked UTXO will be unlocked.
|
|
4965
|
+
*/
|
|
3896
4966
|
utxoEndTimestamp?: number;
|
|
4967
|
+
/**
|
|
4968
|
+
* Timestamp in seconds at which the staked UTXO was locked.
|
|
4969
|
+
*/
|
|
3897
4970
|
utxoStartTimestamp?: number;
|
|
3898
4971
|
utxoType: UtxoType;
|
|
3899
4972
|
};
|
|
@@ -3908,9 +4981,18 @@ type PChainTransaction = {
|
|
|
3908
4981
|
* The block finality timestamp.
|
|
3909
4982
|
*/
|
|
3910
4983
|
blockTimestamp: number;
|
|
4984
|
+
/**
|
|
4985
|
+
* The height of the block in which the transaction was included
|
|
4986
|
+
*/
|
|
3911
4987
|
blockNumber: string;
|
|
3912
4988
|
blockHash: string;
|
|
4989
|
+
/**
|
|
4990
|
+
* The consumed UTXOs of the transaction
|
|
4991
|
+
*/
|
|
3913
4992
|
consumedUtxos: Array<PChainUtxo>;
|
|
4993
|
+
/**
|
|
4994
|
+
* The newly created UTXOs of the transaction
|
|
4995
|
+
*/
|
|
3914
4996
|
emittedUtxos: Array<PChainUtxo>;
|
|
3915
4997
|
/**
|
|
3916
4998
|
* Source chain for an atomic transaction.
|
|
@@ -3921,17 +5003,21 @@ type PChainTransaction = {
|
|
|
3921
5003
|
*/
|
|
3922
5004
|
destinationChain?: string;
|
|
3923
5005
|
/**
|
|
3924
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
5006
|
+
* 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
|
|
3925
5007
|
*/
|
|
3926
5008
|
value: Array<AssetAmount>;
|
|
3927
5009
|
/**
|
|
3928
|
-
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID.
|
|
5010
|
+
* 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
|
|
3929
5011
|
*/
|
|
3930
5012
|
amountBurned: Array<AssetAmount>;
|
|
3931
5013
|
/**
|
|
3932
5014
|
* A list of objects containing P-chain Asset basic info and the amount of that Asset ID. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
3933
5015
|
*/
|
|
3934
5016
|
amountStaked: Array<AssetAmount>;
|
|
5017
|
+
/**
|
|
5018
|
+
* 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.
|
|
5019
|
+
*/
|
|
5020
|
+
amountL1ValidatorBalanceBurned: Array<AssetAmount>;
|
|
3935
5021
|
/**
|
|
3936
5022
|
* Present for AddValidatorTx, AddSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
3937
5023
|
*/
|
|
@@ -3941,11 +5027,11 @@ type PChainTransaction = {
|
|
|
3941
5027
|
*/
|
|
3942
5028
|
endTimestamp?: number;
|
|
3943
5029
|
/**
|
|
3944
|
-
* Present for AddValidatorTx, AddPermissionlessValidatorTx
|
|
5030
|
+
* The percentage of total estimated delegator rewards allocated to validator nodes for supporting delegations. Present for AddValidatorTx, AddPermissionlessValidatorTx
|
|
3945
5031
|
*/
|
|
3946
5032
|
delegationFeePercent?: string;
|
|
3947
5033
|
/**
|
|
3948
|
-
* Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
5034
|
+
* The NodeID of the validator node linked to the stake transaction. Present for AddValidatorTx, AddSubnetValidatorTx, RemoveSubnetValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
3949
5035
|
*/
|
|
3950
5036
|
nodeId?: string;
|
|
3951
5037
|
/**
|
|
@@ -3953,14 +5039,25 @@ type PChainTransaction = {
|
|
|
3953
5039
|
*/
|
|
3954
5040
|
subnetId?: string;
|
|
3955
5041
|
/**
|
|
3956
|
-
* Present for
|
|
5042
|
+
* Details of the L1's validator manager contract and blockchain. Present for the ConvertSubnetToL1Tx which transforms a subnet into L1
|
|
5043
|
+
*/
|
|
5044
|
+
l1ValidatorManagerDetails?: L1ValidatorManagerDetails;
|
|
5045
|
+
/**
|
|
5046
|
+
* 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
|
|
5047
|
+
*/
|
|
5048
|
+
l1ValidatorDetails?: Array<L1ValidatorDetailsTransaction>;
|
|
5049
|
+
/**
|
|
5050
|
+
* Estimated reward from the staking transaction, if successful. Present for AddValidatorTx, AddPermissionlessValidatorTx, AddDelegatorTx
|
|
3957
5051
|
*/
|
|
3958
5052
|
estimatedReward?: string;
|
|
5053
|
+
/**
|
|
5054
|
+
* Reward transaction hash for the completed validations or delegations
|
|
5055
|
+
*/
|
|
3959
5056
|
rewardTxHash?: string;
|
|
3960
5057
|
rewardAddresses?: Array<string>;
|
|
3961
5058
|
memo?: string;
|
|
3962
5059
|
/**
|
|
3963
|
-
*
|
|
5060
|
+
* Staking transaction corresponding to the RewardValidatorTx
|
|
3964
5061
|
*/
|
|
3965
5062
|
stakingTxHash?: string;
|
|
3966
5063
|
/**
|
|
@@ -3968,7 +5065,7 @@ type PChainTransaction = {
|
|
|
3968
5065
|
*/
|
|
3969
5066
|
subnetOwnershipInfo?: SubnetOwnershipInfo;
|
|
3970
5067
|
/**
|
|
3971
|
-
* Present for AddPermissionlessValidatorTx
|
|
5068
|
+
* Public Key and PoP of new validator registrations. Present for AddPermissionlessValidatorTx
|
|
3972
5069
|
*/
|
|
3973
5070
|
blsCredentials?: BlsCredentials;
|
|
3974
5071
|
};
|
|
@@ -4153,6 +5250,11 @@ declare enum PrimaryNetworkTxType {
|
|
|
4153
5250
|
ADD_PERMISSIONLESS_DELEGATOR_TX = "AddPermissionlessDelegatorTx",
|
|
4154
5251
|
BASE_TX = "BaseTx",
|
|
4155
5252
|
TRANSFER_SUBNET_OWNERSHIP_TX = "TransferSubnetOwnershipTx",
|
|
5253
|
+
CONVERT_SUBNET_TO_L1TX = "ConvertSubnetToL1Tx",
|
|
5254
|
+
REGISTER_L1VALIDATOR_TX = "RegisterL1ValidatorTx",
|
|
5255
|
+
SET_L1VALIDATOR_WEIGHT_TX = "SetL1ValidatorWeightTx",
|
|
5256
|
+
DISABLE_L1VALIDATOR_TX = "DisableL1ValidatorTx",
|
|
5257
|
+
INCREASE_L1VALIDATOR_BALANCE_TX = "IncreaseL1ValidatorBalanceTx",
|
|
4156
5258
|
UNKNOWN = "UNKNOWN",
|
|
4157
5259
|
CREATE_ASSET_TX = "CreateAssetTx",
|
|
4158
5260
|
OPERATION_TX = "OperationTx"
|
|
@@ -4187,15 +5289,13 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
4187
5289
|
*
|
|
4188
5290
|
* 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.
|
|
4189
5291
|
*
|
|
5292
|
+
* 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.
|
|
5293
|
+
*
|
|
4190
5294
|
* 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.
|
|
4191
5295
|
* @returns any Successful response
|
|
4192
5296
|
* @throws ApiError
|
|
4193
5297
|
*/
|
|
4194
|
-
listLatestPrimaryNetworkTransactions({
|
|
4195
|
-
/**
|
|
4196
|
-
* 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.
|
|
4197
|
-
*/
|
|
4198
|
-
addresses: string;
|
|
5298
|
+
listLatestPrimaryNetworkTransactions({ blockchainId, network, addresses, l1ValidationId, txTypes, startTimestamp, endTimestamp, pageToken, pageSize, sortOrder, }: {
|
|
4199
5299
|
/**
|
|
4200
5300
|
* A primary network blockchain id or alias.
|
|
4201
5301
|
*/
|
|
@@ -4204,6 +5304,11 @@ declare class PrimaryNetworkTransactionsService {
|
|
|
4204
5304
|
* Either mainnet or testnet/fuji.
|
|
4205
5305
|
*/
|
|
4206
5306
|
network: Network;
|
|
5307
|
+
/**
|
|
5308
|
+
* 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.
|
|
5309
|
+
*/
|
|
5310
|
+
addresses?: string;
|
|
5311
|
+
l1ValidationId?: string;
|
|
4207
5312
|
/**
|
|
4208
5313
|
* Query param for filtering items based on transaction types.
|
|
4209
5314
|
*/
|
|
@@ -4479,47 +5584,49 @@ declare class PrimaryNetworkVerticesService {
|
|
|
4479
5584
|
}): CancelablePromise<ListXChainVerticesResponse>;
|
|
4480
5585
|
}
|
|
4481
5586
|
|
|
4482
|
-
type
|
|
4483
|
-
|
|
4484
|
-
message: string;
|
|
4485
|
-
data?: Record<string, any>;
|
|
4486
|
-
};
|
|
4487
|
-
|
|
4488
|
-
type RpcErrorResponseDto = {
|
|
4489
|
-
jsonrpc: string;
|
|
4490
|
-
id?: (string | number);
|
|
4491
|
-
error: RpcErrorDto;
|
|
5587
|
+
type SignatureAggregationResponse = {
|
|
5588
|
+
signedMessage: string;
|
|
4492
5589
|
};
|
|
4493
5590
|
|
|
4494
|
-
type
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
};
|
|
4500
|
-
|
|
4501
|
-
type RpcSuccessResponseDto = {
|
|
4502
|
-
jsonrpc: string;
|
|
4503
|
-
id?: (string | number);
|
|
4504
|
-
result: Record<string, any>;
|
|
5591
|
+
type SignatureAggregatorRequest = {
|
|
5592
|
+
message: string;
|
|
5593
|
+
justification?: string;
|
|
5594
|
+
signingSubnetId?: string;
|
|
5595
|
+
quorumPercentage?: number;
|
|
4505
5596
|
};
|
|
4506
5597
|
|
|
4507
|
-
declare class
|
|
5598
|
+
declare class SignatureAggregatorService {
|
|
4508
5599
|
readonly httpRequest: BaseHttpRequest;
|
|
4509
5600
|
constructor(httpRequest: BaseHttpRequest);
|
|
4510
5601
|
/**
|
|
4511
|
-
*
|
|
4512
|
-
*
|
|
4513
|
-
* @returns
|
|
5602
|
+
* Aggregate Signatures
|
|
5603
|
+
* Aggregates Signatures for a Warp message from Subnet validators.
|
|
5604
|
+
* @returns SignatureAggregationResponse Successful response
|
|
4514
5605
|
* @throws ApiError
|
|
4515
5606
|
*/
|
|
4516
|
-
|
|
5607
|
+
aggregateSignatures({ network, requestBody, }: {
|
|
4517
5608
|
/**
|
|
4518
|
-
*
|
|
5609
|
+
* Either mainnet or testnet/fuji.
|
|
4519
5610
|
*/
|
|
4520
|
-
|
|
4521
|
-
requestBody:
|
|
4522
|
-
}): CancelablePromise<
|
|
5611
|
+
network: Network;
|
|
5612
|
+
requestBody: SignatureAggregatorRequest;
|
|
5613
|
+
}): CancelablePromise<SignatureAggregationResponse>;
|
|
5614
|
+
/**
|
|
5615
|
+
* Get Aggregated Signatures
|
|
5616
|
+
* Get Aggregated Signatures for a P-Chain L1 related Warp Message.
|
|
5617
|
+
* @returns SignatureAggregationResponse Successful response
|
|
5618
|
+
* @throws ApiError
|
|
5619
|
+
*/
|
|
5620
|
+
getAggregatedSignatures({ network, txHash, }: {
|
|
5621
|
+
/**
|
|
5622
|
+
* Either mainnet or testnet/fuji.
|
|
5623
|
+
*/
|
|
5624
|
+
network: Network;
|
|
5625
|
+
/**
|
|
5626
|
+
* A primary network (P or X chain) transaction hash.
|
|
5627
|
+
*/
|
|
5628
|
+
txHash: string;
|
|
5629
|
+
}): CancelablePromise<SignatureAggregationResponse>;
|
|
4523
5630
|
}
|
|
4524
5631
|
|
|
4525
5632
|
type TeleporterDestinationTransaction = {
|
|
@@ -4660,8 +5767,10 @@ declare class TeleporterService {
|
|
|
4660
5767
|
readonly httpRequest: BaseHttpRequest;
|
|
4661
5768
|
constructor(httpRequest: BaseHttpRequest);
|
|
4662
5769
|
/**
|
|
4663
|
-
*
|
|
4664
|
-
* Gets a teleporter message by message ID.
|
|
5770
|
+
* @deprecated
|
|
5771
|
+
* **[Deprecated]** Gets a teleporter message by message ID.
|
|
5772
|
+
*
|
|
5773
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages/:messageId endpoint instead** .
|
|
4665
5774
|
* @returns any Successful response
|
|
4666
5775
|
* @throws ApiError
|
|
4667
5776
|
*/
|
|
@@ -4672,8 +5781,10 @@ declare class TeleporterService {
|
|
|
4672
5781
|
messageId: string;
|
|
4673
5782
|
}): CancelablePromise<(PendingTeleporterMessage | DeliveredTeleporterMessage | DeliveredSourceNotIndexedTeleporterMessage)>;
|
|
4674
5783
|
/**
|
|
4675
|
-
*
|
|
4676
|
-
* Lists teleporter messages. Ordered by timestamp in
|
|
5784
|
+
* @deprecated
|
|
5785
|
+
* **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order.
|
|
5786
|
+
*
|
|
5787
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/messages endpoint instead** .
|
|
4677
5788
|
* @returns ListTeleporterMessagesResponse Successful response
|
|
4678
5789
|
* @throws ApiError
|
|
4679
5790
|
*/
|
|
@@ -4712,8 +5823,10 @@ declare class TeleporterService {
|
|
|
4712
5823
|
network?: Network;
|
|
4713
5824
|
}): CancelablePromise<ListTeleporterMessagesResponse>;
|
|
4714
5825
|
/**
|
|
4715
|
-
*
|
|
4716
|
-
* Lists teleporter messages by address. Ordered by
|
|
5826
|
+
* @deprecated
|
|
5827
|
+
* **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order.
|
|
5828
|
+
*
|
|
5829
|
+
* ⚠️ **This operation will be removed in a future release. Please use /v1/icm/addresses/:address/messages endpoint instead** .
|
|
4717
5830
|
* @returns ListTeleporterMessagesResponse Successful response
|
|
4718
5831
|
* @throws ApiError
|
|
4719
5832
|
*/
|
|
@@ -4755,44 +5868,54 @@ type AddressActivityMetadata = {
|
|
|
4755
5868
|
eventSignatures?: Array<string>;
|
|
4756
5869
|
};
|
|
4757
5870
|
|
|
4758
|
-
declare enum
|
|
4759
|
-
|
|
5871
|
+
declare enum PrimaryNetworkType {
|
|
5872
|
+
MAINNET = "mainnet",
|
|
5873
|
+
FUJI = "fuji"
|
|
4760
5874
|
}
|
|
4761
5875
|
|
|
4762
|
-
type
|
|
5876
|
+
type EVMAddressActivityRequest = {
|
|
5877
|
+
eventType: EVMAddressActivityRequest.eventType;
|
|
4763
5878
|
url: string;
|
|
4764
5879
|
chainId: string;
|
|
4765
|
-
|
|
4766
|
-
metadata: AddressActivityMetadata;
|
|
5880
|
+
network?: PrimaryNetworkType;
|
|
4767
5881
|
name?: string;
|
|
4768
5882
|
description?: string;
|
|
4769
5883
|
/**
|
|
4770
|
-
* Whether to include traces in the webhook payload.
|
|
5884
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
4771
5885
|
*/
|
|
4772
5886
|
includeInternalTxs?: boolean;
|
|
4773
5887
|
/**
|
|
4774
5888
|
* Whether to include logs in the webhook payload.
|
|
4775
5889
|
*/
|
|
4776
5890
|
includeLogs?: boolean;
|
|
5891
|
+
metadata: AddressActivityMetadata;
|
|
4777
5892
|
};
|
|
5893
|
+
declare namespace EVMAddressActivityRequest {
|
|
5894
|
+
enum eventType {
|
|
5895
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
5896
|
+
}
|
|
5897
|
+
}
|
|
4778
5898
|
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
addresses: Array<string>;
|
|
4785
|
-
totalAddresses: number;
|
|
4786
|
-
};
|
|
5899
|
+
declare enum EventType {
|
|
5900
|
+
ADDRESS_ACTIVITY = "address_activity",
|
|
5901
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
5902
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
5903
|
+
}
|
|
4787
5904
|
|
|
4788
5905
|
declare enum WebhookStatusType {
|
|
4789
5906
|
ACTIVE = "active",
|
|
4790
5907
|
INACTIVE = "inactive"
|
|
4791
5908
|
}
|
|
4792
5909
|
|
|
4793
|
-
type
|
|
5910
|
+
type EVMAddressActivityResponse = {
|
|
4794
5911
|
id: string;
|
|
4795
5912
|
eventType: EventType;
|
|
5913
|
+
url: string;
|
|
5914
|
+
chainId: string;
|
|
5915
|
+
status: WebhookStatusType;
|
|
5916
|
+
createdAt: number;
|
|
5917
|
+
name: string;
|
|
5918
|
+
description: string;
|
|
4796
5919
|
metadata: AddressActivityMetadata;
|
|
4797
5920
|
/**
|
|
4798
5921
|
* Whether to include traces in the webhook payload.
|
|
@@ -4802,12 +5925,109 @@ type WebhookResponse = {
|
|
|
4802
5925
|
* Whether to include logs in the webhook payload.
|
|
4803
5926
|
*/
|
|
4804
5927
|
includeLogs?: boolean;
|
|
5928
|
+
};
|
|
5929
|
+
|
|
5930
|
+
type ListWebhookAddressesResponse = {
|
|
5931
|
+
/**
|
|
5932
|
+
* 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.
|
|
5933
|
+
*/
|
|
5934
|
+
nextPageToken?: string;
|
|
5935
|
+
addresses: Array<string>;
|
|
5936
|
+
totalAddresses: number;
|
|
5937
|
+
};
|
|
5938
|
+
|
|
5939
|
+
/**
|
|
5940
|
+
* The type of key for platform activity depending on the event type
|
|
5941
|
+
*/
|
|
5942
|
+
declare enum PlatformActivityKeyType {
|
|
5943
|
+
ADDRESSES = "addresses",
|
|
5944
|
+
NODE_ID = "nodeId",
|
|
5945
|
+
SUBNET_ID = "subnetId"
|
|
5946
|
+
}
|
|
5947
|
+
|
|
5948
|
+
/**
|
|
5949
|
+
* Array of address activity sub-event types
|
|
5950
|
+
*/
|
|
5951
|
+
declare enum PlatformAddressActivitySubEventType {
|
|
5952
|
+
BALANCE_CHANGE_PLATFORM = "balance_change_platform",
|
|
5953
|
+
BALANCE_THRESHOLD_PLATFORM = "balance_threshold_platform",
|
|
5954
|
+
REWARD_DISTRIBUTION = "reward_distribution"
|
|
5955
|
+
}
|
|
5956
|
+
|
|
5957
|
+
type PlatformActivitySubEvents = {
|
|
5958
|
+
/**
|
|
5959
|
+
* Array of validator activity sub-event types
|
|
5960
|
+
*/
|
|
5961
|
+
validatorActivitySubEvents?: Array<'validator_stake' | 'delegator_stake' | 'reward_distribution' | 'l1_validator_balance_increased' | 'l1_validator_disabled' | 'l1_validator_removed' | 'l1_validator_balance_threshold'>;
|
|
5962
|
+
addressActivitySubEvents?: Array<PlatformAddressActivitySubEventType>;
|
|
5963
|
+
};
|
|
5964
|
+
|
|
5965
|
+
/**
|
|
5966
|
+
* Type of balance to monitor
|
|
5967
|
+
*/
|
|
5968
|
+
declare enum CommonBalanceType {
|
|
5969
|
+
UNLOCKED_UNSTAKED = "unlockedUnstaked",
|
|
5970
|
+
UNLOCKED_STAKED = "unlockedStaked",
|
|
5971
|
+
LOCKED_PLATFORM = "lockedPlatform",
|
|
5972
|
+
LOCKED_STAKEABLE = "lockedStakeable",
|
|
5973
|
+
LOCKED_STAKED = "lockedStaked",
|
|
5974
|
+
PENDING_STAKED = "pendingStaked",
|
|
5975
|
+
UNLOCKED = "unlocked",
|
|
5976
|
+
LOCKED = "locked",
|
|
5977
|
+
ATOMIC_MEMORY_UNLOCKED = "atomicMemoryUnlocked",
|
|
5978
|
+
ATOMIC_MEMORY_LOCKED = "atomicMemoryLocked"
|
|
5979
|
+
}
|
|
5980
|
+
|
|
5981
|
+
type PlatformBalanceThresholdFilter = {
|
|
5982
|
+
balanceType: CommonBalanceType;
|
|
5983
|
+
/**
|
|
5984
|
+
* Threshold for balance corresponding to balanceType in nAVAX
|
|
5985
|
+
*/
|
|
5986
|
+
balanceThreshold: string;
|
|
5987
|
+
};
|
|
5988
|
+
|
|
5989
|
+
type PlatformActivityMetadata = {
|
|
5990
|
+
keyType: PlatformActivityKeyType;
|
|
5991
|
+
/**
|
|
5992
|
+
* 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
|
|
5993
|
+
*/
|
|
5994
|
+
keys: Array<string>;
|
|
5995
|
+
/**
|
|
5996
|
+
* Sub-events to monitor
|
|
5997
|
+
*/
|
|
5998
|
+
subEvents?: PlatformActivitySubEvents;
|
|
5999
|
+
/**
|
|
6000
|
+
* Array of hexadecimal strings of the event signatures.
|
|
6001
|
+
*/
|
|
6002
|
+
eventSignatures?: Array<string>;
|
|
6003
|
+
/**
|
|
6004
|
+
* Array of node IDs to filter the events
|
|
6005
|
+
*/
|
|
6006
|
+
nodeIds?: Array<string>;
|
|
6007
|
+
/**
|
|
6008
|
+
* Array of subnet IDs to filter the events
|
|
6009
|
+
*/
|
|
6010
|
+
subnetIds?: Array<string>;
|
|
6011
|
+
/**
|
|
6012
|
+
* Balance threshold filter
|
|
6013
|
+
*/
|
|
6014
|
+
balanceThresholdFilter?: PlatformBalanceThresholdFilter;
|
|
6015
|
+
/**
|
|
6016
|
+
* L1 validator fee balance threshold in nAVAX
|
|
6017
|
+
*/
|
|
6018
|
+
l1ValidatorFeeBalanceThreshold?: string;
|
|
6019
|
+
};
|
|
6020
|
+
|
|
6021
|
+
type PlatformActivityResponse = {
|
|
6022
|
+
id: string;
|
|
6023
|
+
eventType: EventType;
|
|
4805
6024
|
url: string;
|
|
4806
6025
|
chainId: string;
|
|
4807
6026
|
status: WebhookStatusType;
|
|
4808
6027
|
createdAt: number;
|
|
4809
6028
|
name: string;
|
|
4810
6029
|
description: string;
|
|
6030
|
+
metadata: PlatformActivityMetadata;
|
|
4811
6031
|
};
|
|
4812
6032
|
|
|
4813
6033
|
type ListWebhooksResponse = {
|
|
@@ -4815,9 +6035,36 @@ type ListWebhooksResponse = {
|
|
|
4815
6035
|
* 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.
|
|
4816
6036
|
*/
|
|
4817
6037
|
nextPageToken?: string;
|
|
4818
|
-
webhooks: Array<
|
|
6038
|
+
webhooks: Array<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
4819
6039
|
};
|
|
4820
6040
|
|
|
6041
|
+
type PlatformActivityRequest = {
|
|
6042
|
+
eventType: PlatformActivityRequest.eventType;
|
|
6043
|
+
url: string;
|
|
6044
|
+
chainId: string;
|
|
6045
|
+
network?: PrimaryNetworkType;
|
|
6046
|
+
name?: string;
|
|
6047
|
+
description?: string;
|
|
6048
|
+
/**
|
|
6049
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
6050
|
+
*/
|
|
6051
|
+
includeInternalTxs?: boolean;
|
|
6052
|
+
/**
|
|
6053
|
+
* Whether to include logs in the webhook payload.
|
|
6054
|
+
*/
|
|
6055
|
+
includeLogs?: boolean;
|
|
6056
|
+
/**
|
|
6057
|
+
* Metadata for platform activity
|
|
6058
|
+
*/
|
|
6059
|
+
metadata: PlatformActivityMetadata;
|
|
6060
|
+
};
|
|
6061
|
+
declare namespace PlatformActivityRequest {
|
|
6062
|
+
enum eventType {
|
|
6063
|
+
PLATFORM_ADDRESS_ACTIVITY = "platform_address_activity",
|
|
6064
|
+
VALIDATOR_ACTIVITY = "validator_activity"
|
|
6065
|
+
}
|
|
6066
|
+
}
|
|
6067
|
+
|
|
4821
6068
|
type SharedSecretsResponse = {
|
|
4822
6069
|
secret: string;
|
|
4823
6070
|
};
|
|
@@ -4827,6 +6074,9 @@ type UpdateWebhookRequest = {
|
|
|
4827
6074
|
description?: string;
|
|
4828
6075
|
url?: string;
|
|
4829
6076
|
status?: WebhookStatusType;
|
|
6077
|
+
/**
|
|
6078
|
+
* Whether to include traces in the webhook payload. Traces are only available for C-Chain on chainId 43113 and 43114.
|
|
6079
|
+
*/
|
|
4830
6080
|
includeInternalTxs?: boolean;
|
|
4831
6081
|
includeLogs?: boolean;
|
|
4832
6082
|
};
|
|
@@ -4842,12 +6092,12 @@ declare class WebhooksService {
|
|
|
4842
6092
|
/**
|
|
4843
6093
|
* Create a webhook
|
|
4844
6094
|
* Create a new webhook.
|
|
4845
|
-
* @returns
|
|
6095
|
+
* @returns any Successful response
|
|
4846
6096
|
* @throws ApiError
|
|
4847
6097
|
*/
|
|
4848
6098
|
createWebhook({ requestBody, }: {
|
|
4849
|
-
requestBody:
|
|
4850
|
-
}): CancelablePromise<
|
|
6099
|
+
requestBody: (EVMAddressActivityRequest | PlatformActivityRequest);
|
|
6100
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
4851
6101
|
/**
|
|
4852
6102
|
* List webhooks
|
|
4853
6103
|
* Lists webhooks for the user.
|
|
@@ -4871,7 +6121,7 @@ declare class WebhooksService {
|
|
|
4871
6121
|
/**
|
|
4872
6122
|
* Get a webhook by ID
|
|
4873
6123
|
* Retrieves a webhook by ID.
|
|
4874
|
-
* @returns
|
|
6124
|
+
* @returns any Successful response
|
|
4875
6125
|
* @throws ApiError
|
|
4876
6126
|
*/
|
|
4877
6127
|
getWebhook({ id, }: {
|
|
@@ -4879,11 +6129,11 @@ declare class WebhooksService {
|
|
|
4879
6129
|
* The webhook identifier.
|
|
4880
6130
|
*/
|
|
4881
6131
|
id: string;
|
|
4882
|
-
}): CancelablePromise<
|
|
6132
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
4883
6133
|
/**
|
|
4884
6134
|
* Deactivate a webhook
|
|
4885
6135
|
* Deactivates a webhook by ID.
|
|
4886
|
-
* @returns
|
|
6136
|
+
* @returns any Successful response
|
|
4887
6137
|
* @throws ApiError
|
|
4888
6138
|
*/
|
|
4889
6139
|
deactivateWebhook({ id, }: {
|
|
@@ -4891,11 +6141,11 @@ declare class WebhooksService {
|
|
|
4891
6141
|
* The webhook identifier.
|
|
4892
6142
|
*/
|
|
4893
6143
|
id: string;
|
|
4894
|
-
}): CancelablePromise<
|
|
6144
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
4895
6145
|
/**
|
|
4896
6146
|
* Update a webhook
|
|
4897
6147
|
* Updates an existing webhook.
|
|
4898
|
-
* @returns
|
|
6148
|
+
* @returns any Successful response
|
|
4899
6149
|
* @throws ApiError
|
|
4900
6150
|
*/
|
|
4901
6151
|
updateWebhook({ id, requestBody, }: {
|
|
@@ -4904,14 +6154,14 @@ declare class WebhooksService {
|
|
|
4904
6154
|
*/
|
|
4905
6155
|
id: string;
|
|
4906
6156
|
requestBody: UpdateWebhookRequest;
|
|
4907
|
-
}): CancelablePromise<
|
|
6157
|
+
}): CancelablePromise<(EVMAddressActivityResponse | PlatformActivityResponse)>;
|
|
4908
6158
|
/**
|
|
4909
|
-
* Generate a shared secret
|
|
4910
|
-
* Generates a new shared secret.
|
|
6159
|
+
* Generate or rotate a shared secret
|
|
6160
|
+
* Generates a new shared secret or rotate an existing one.
|
|
4911
6161
|
* @returns SharedSecretsResponse Successful response
|
|
4912
6162
|
* @throws ApiError
|
|
4913
6163
|
*/
|
|
4914
|
-
|
|
6164
|
+
generateOrRotateSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
4915
6165
|
/**
|
|
4916
6166
|
* Get a shared secret
|
|
4917
6167
|
* Get a previously generated shared secret.
|
|
@@ -4920,9 +6170,9 @@ declare class WebhooksService {
|
|
|
4920
6170
|
*/
|
|
4921
6171
|
getSharedSecret(): CancelablePromise<SharedSecretsResponse>;
|
|
4922
6172
|
/**
|
|
4923
|
-
* Add addresses to webhook
|
|
4924
|
-
* Add addresses to webhook.
|
|
4925
|
-
* @returns
|
|
6173
|
+
* Add addresses to EVM activity webhook
|
|
6174
|
+
* Add addresses to webhook. Only valid for EVM activity webhooks.
|
|
6175
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
4926
6176
|
* @throws ApiError
|
|
4927
6177
|
*/
|
|
4928
6178
|
addAddressesToWebhook({ id, requestBody, }: {
|
|
@@ -4931,11 +6181,11 @@ declare class WebhooksService {
|
|
|
4931
6181
|
*/
|
|
4932
6182
|
id: string;
|
|
4933
6183
|
requestBody: AddressesChangeRequest;
|
|
4934
|
-
}): CancelablePromise<
|
|
6184
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
4935
6185
|
/**
|
|
4936
|
-
* Remove addresses from webhook
|
|
4937
|
-
* Remove addresses from webhook.
|
|
4938
|
-
* @returns
|
|
6186
|
+
* Remove addresses from EVM activity webhook
|
|
6187
|
+
* Remove addresses from webhook. Only valid for EVM activity webhooks.
|
|
6188
|
+
* @returns EVMAddressActivityResponse Successful response
|
|
4939
6189
|
* @throws ApiError
|
|
4940
6190
|
*/
|
|
4941
6191
|
removeAddressesFromWebhook({ id, requestBody, }: {
|
|
@@ -4944,10 +6194,10 @@ declare class WebhooksService {
|
|
|
4944
6194
|
*/
|
|
4945
6195
|
id: string;
|
|
4946
6196
|
requestBody: AddressesChangeRequest;
|
|
4947
|
-
}): CancelablePromise<
|
|
6197
|
+
}): CancelablePromise<EVMAddressActivityResponse>;
|
|
4948
6198
|
/**
|
|
4949
|
-
* List adresses by
|
|
4950
|
-
* List adresses by webhook.
|
|
6199
|
+
* List adresses by EVM activity webhooks
|
|
6200
|
+
* List adresses by webhook. Only valid for EVM activity webhooks.
|
|
4951
6201
|
* @returns ListWebhookAddressesResponse Successful response
|
|
4952
6202
|
* @throws ApiError
|
|
4953
6203
|
*/
|
|
@@ -4977,7 +6227,9 @@ declare class Glacier {
|
|
|
4977
6227
|
readonly evmContracts: EvmContractsService;
|
|
4978
6228
|
readonly evmTransactions: EvmTransactionsService;
|
|
4979
6229
|
readonly healthCheck: HealthCheckService;
|
|
6230
|
+
readonly interchainMessaging: InterchainMessagingService;
|
|
4980
6231
|
readonly nfTs: NfTsService;
|
|
6232
|
+
readonly notifications: NotificationsService;
|
|
4981
6233
|
readonly operations: OperationsService;
|
|
4982
6234
|
readonly primaryNetwork: PrimaryNetworkService;
|
|
4983
6235
|
readonly primaryNetworkBalances: PrimaryNetworkBalancesService;
|
|
@@ -4986,7 +6238,7 @@ declare class Glacier {
|
|
|
4986
6238
|
readonly primaryNetworkTransactions: PrimaryNetworkTransactionsService;
|
|
4987
6239
|
readonly primaryNetworkUtxOs: PrimaryNetworkUtxOsService;
|
|
4988
6240
|
readonly primaryNetworkVertices: PrimaryNetworkVerticesService;
|
|
4989
|
-
readonly
|
|
6241
|
+
readonly signatureAggregator: SignatureAggregatorService;
|
|
4990
6242
|
readonly teleporter: TeleporterService;
|
|
4991
6243
|
readonly webhooks: WebhooksService;
|
|
4992
6244
|
readonly request: BaseHttpRequest;
|
|
@@ -5010,6 +6262,17 @@ declare class ApiError extends Error {
|
|
|
5010
6262
|
constructor(request: ApiRequestOptions, response: ApiResult, message: string);
|
|
5011
6263
|
}
|
|
5012
6264
|
|
|
6265
|
+
type AccessListData = {
|
|
6266
|
+
/**
|
|
6267
|
+
* Access Address
|
|
6268
|
+
*/
|
|
6269
|
+
accessAddresses: string;
|
|
6270
|
+
/**
|
|
6271
|
+
* Storage keys
|
|
6272
|
+
*/
|
|
6273
|
+
storageKeys: Array<string>;
|
|
6274
|
+
};
|
|
6275
|
+
|
|
5013
6276
|
type BadGateway = {
|
|
5014
6277
|
/**
|
|
5015
6278
|
* The error message describing the reason for the exception
|
|
@@ -5044,6 +6307,76 @@ type DataListChainsResponse = {
|
|
|
5044
6307
|
chains: Array<ChainInfo>;
|
|
5045
6308
|
};
|
|
5046
6309
|
|
|
6310
|
+
type ERCToken = {
|
|
6311
|
+
/**
|
|
6312
|
+
* Token contract address
|
|
6313
|
+
*/
|
|
6314
|
+
address: string;
|
|
6315
|
+
/**
|
|
6316
|
+
* Token name
|
|
6317
|
+
*/
|
|
6318
|
+
name: string;
|
|
6319
|
+
/**
|
|
6320
|
+
* Token symbol
|
|
6321
|
+
*/
|
|
6322
|
+
symbol: string;
|
|
6323
|
+
/**
|
|
6324
|
+
* Token decimals
|
|
6325
|
+
*/
|
|
6326
|
+
decimals: number;
|
|
6327
|
+
/**
|
|
6328
|
+
* Value including decimals
|
|
6329
|
+
*/
|
|
6330
|
+
valueWithDecimals: string;
|
|
6331
|
+
};
|
|
6332
|
+
|
|
6333
|
+
type ERCTransfer = {
|
|
6334
|
+
/**
|
|
6335
|
+
* Transaction hash
|
|
6336
|
+
*/
|
|
6337
|
+
transactionHash: string;
|
|
6338
|
+
/**
|
|
6339
|
+
* Transfer type
|
|
6340
|
+
*/
|
|
6341
|
+
type: string;
|
|
6342
|
+
/**
|
|
6343
|
+
* Sender address
|
|
6344
|
+
*/
|
|
6345
|
+
from: string;
|
|
6346
|
+
/**
|
|
6347
|
+
* Recipient address
|
|
6348
|
+
*/
|
|
6349
|
+
to: string;
|
|
6350
|
+
/**
|
|
6351
|
+
* Amount transferred
|
|
6352
|
+
*/
|
|
6353
|
+
value: string;
|
|
6354
|
+
/**
|
|
6355
|
+
* Token Id
|
|
6356
|
+
*/
|
|
6357
|
+
tokenId?: string;
|
|
6358
|
+
/**
|
|
6359
|
+
* Block timestamp
|
|
6360
|
+
*/
|
|
6361
|
+
blockTimestamp: number;
|
|
6362
|
+
/**
|
|
6363
|
+
* Log index
|
|
6364
|
+
*/
|
|
6365
|
+
logIndex: number;
|
|
6366
|
+
/**
|
|
6367
|
+
* erc20 Token details
|
|
6368
|
+
*/
|
|
6369
|
+
erc20Token?: ERCToken;
|
|
6370
|
+
/**
|
|
6371
|
+
* erc721 Token details
|
|
6372
|
+
*/
|
|
6373
|
+
erc721Token?: ERCToken;
|
|
6374
|
+
/**
|
|
6375
|
+
* erc1155 Token details
|
|
6376
|
+
*/
|
|
6377
|
+
erc1155Token?: ERCToken;
|
|
6378
|
+
};
|
|
6379
|
+
|
|
5047
6380
|
type Forbidden = {
|
|
5048
6381
|
/**
|
|
5049
6382
|
* The error message describing the reason for the exception
|
|
@@ -5074,6 +6407,64 @@ type InternalServerError = {
|
|
|
5074
6407
|
error: string;
|
|
5075
6408
|
};
|
|
5076
6409
|
|
|
6410
|
+
type Log = {
|
|
6411
|
+
/**
|
|
6412
|
+
* Contract address
|
|
6413
|
+
*/
|
|
6414
|
+
address: string;
|
|
6415
|
+
/**
|
|
6416
|
+
* First topic
|
|
6417
|
+
*/
|
|
6418
|
+
topic0: string;
|
|
6419
|
+
/**
|
|
6420
|
+
* Second topic (optional)
|
|
6421
|
+
*/
|
|
6422
|
+
topic1?: string;
|
|
6423
|
+
/**
|
|
6424
|
+
* Third topic (optional)
|
|
6425
|
+
*/
|
|
6426
|
+
topic2?: string;
|
|
6427
|
+
/**
|
|
6428
|
+
* Fourth topic (optional)
|
|
6429
|
+
*/
|
|
6430
|
+
topic3?: string;
|
|
6431
|
+
/**
|
|
6432
|
+
* Event data
|
|
6433
|
+
*/
|
|
6434
|
+
data: string;
|
|
6435
|
+
/**
|
|
6436
|
+
* Transaction index
|
|
6437
|
+
*/
|
|
6438
|
+
transactionIndex: number;
|
|
6439
|
+
/**
|
|
6440
|
+
* Log index
|
|
6441
|
+
*/
|
|
6442
|
+
logIndex: number;
|
|
6443
|
+
/**
|
|
6444
|
+
* Indicates if the log was removed
|
|
6445
|
+
*/
|
|
6446
|
+
removed: boolean;
|
|
6447
|
+
};
|
|
6448
|
+
|
|
6449
|
+
type NetworkTokenInfo = {
|
|
6450
|
+
/**
|
|
6451
|
+
* Token name
|
|
6452
|
+
*/
|
|
6453
|
+
tokenName?: string;
|
|
6454
|
+
/**
|
|
6455
|
+
* Token symbol
|
|
6456
|
+
*/
|
|
6457
|
+
tokenSymbol?: string;
|
|
6458
|
+
/**
|
|
6459
|
+
* Token decimals
|
|
6460
|
+
*/
|
|
6461
|
+
tokenDecimals?: number;
|
|
6462
|
+
/**
|
|
6463
|
+
* Value including decimals
|
|
6464
|
+
*/
|
|
6465
|
+
valueWithDecimals?: string;
|
|
6466
|
+
};
|
|
6467
|
+
|
|
5077
6468
|
type NextPageToken = {
|
|
5078
6469
|
/**
|
|
5079
6470
|
* 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.
|
|
@@ -5126,6 +6517,132 @@ type TooManyRequests = {
|
|
|
5126
6517
|
error: string;
|
|
5127
6518
|
};
|
|
5128
6519
|
|
|
6520
|
+
type Transaction = {
|
|
6521
|
+
/**
|
|
6522
|
+
* Block hash of the transaction
|
|
6523
|
+
*/
|
|
6524
|
+
blockHash: string;
|
|
6525
|
+
/**
|
|
6526
|
+
* Block number of the transaction
|
|
6527
|
+
*/
|
|
6528
|
+
blockNumber: string;
|
|
6529
|
+
/**
|
|
6530
|
+
* Sender address
|
|
6531
|
+
*/
|
|
6532
|
+
from: string;
|
|
6533
|
+
/**
|
|
6534
|
+
* Gas limit for the transaction
|
|
6535
|
+
*/
|
|
6536
|
+
gas: string;
|
|
6537
|
+
/**
|
|
6538
|
+
* Gas price used
|
|
6539
|
+
*/
|
|
6540
|
+
gasPrice: string;
|
|
6541
|
+
/**
|
|
6542
|
+
* Maximum fee per gas
|
|
6543
|
+
*/
|
|
6544
|
+
maxFeePerGas: string;
|
|
6545
|
+
/**
|
|
6546
|
+
* Maximum priority fee per gas
|
|
6547
|
+
*/
|
|
6548
|
+
maxPriorityFeePerGas: string;
|
|
6549
|
+
/**
|
|
6550
|
+
* Transaction hash
|
|
6551
|
+
*/
|
|
6552
|
+
txHash: string;
|
|
6553
|
+
/**
|
|
6554
|
+
* Transaction status
|
|
6555
|
+
*/
|
|
6556
|
+
txStatus: string;
|
|
6557
|
+
/**
|
|
6558
|
+
* Input data
|
|
6559
|
+
*/
|
|
6560
|
+
input: string;
|
|
6561
|
+
/**
|
|
6562
|
+
* Nonce value
|
|
6563
|
+
*/
|
|
6564
|
+
nonce: string;
|
|
6565
|
+
/**
|
|
6566
|
+
* Recipient address
|
|
6567
|
+
*/
|
|
6568
|
+
to: string;
|
|
6569
|
+
/**
|
|
6570
|
+
* Transaction index
|
|
6571
|
+
*/
|
|
6572
|
+
transactionIndex: number;
|
|
6573
|
+
/**
|
|
6574
|
+
* Value transferred in the transaction
|
|
6575
|
+
*/
|
|
6576
|
+
value: string;
|
|
6577
|
+
/**
|
|
6578
|
+
* Transaction type
|
|
6579
|
+
*/
|
|
6580
|
+
type: number;
|
|
6581
|
+
/**
|
|
6582
|
+
* Chain ID of the network
|
|
6583
|
+
*/
|
|
6584
|
+
chainId: string;
|
|
6585
|
+
/**
|
|
6586
|
+
* Cumulative gas used
|
|
6587
|
+
*/
|
|
6588
|
+
receiptCumulativeGasUsed: string;
|
|
6589
|
+
/**
|
|
6590
|
+
* Gas used
|
|
6591
|
+
*/
|
|
6592
|
+
receiptGasUsed: string;
|
|
6593
|
+
/**
|
|
6594
|
+
* Effective gas price
|
|
6595
|
+
*/
|
|
6596
|
+
receiptEffectiveGasPrice: string;
|
|
6597
|
+
/**
|
|
6598
|
+
* Receipt root
|
|
6599
|
+
*/
|
|
6600
|
+
receiptRoot: string;
|
|
6601
|
+
/**
|
|
6602
|
+
* Block timestamp
|
|
6603
|
+
*/
|
|
6604
|
+
blockTimestamp: number;
|
|
6605
|
+
/**
|
|
6606
|
+
* Contract address (optional)
|
|
6607
|
+
*/
|
|
6608
|
+
contractAddress?: string;
|
|
6609
|
+
/**
|
|
6610
|
+
* ERC20 transfers
|
|
6611
|
+
*/
|
|
6612
|
+
erc20Transfers: Array<ERCTransfer>;
|
|
6613
|
+
/**
|
|
6614
|
+
* ERC721 transfers
|
|
6615
|
+
*/
|
|
6616
|
+
erc721Transfers: Array<ERCTransfer>;
|
|
6617
|
+
/**
|
|
6618
|
+
* ERC1155 transfers
|
|
6619
|
+
*/
|
|
6620
|
+
erc1155Transfers: Array<ERCTransfer>;
|
|
6621
|
+
/**
|
|
6622
|
+
* Internal transactions (optional)
|
|
6623
|
+
*/
|
|
6624
|
+
internalTransactions?: Array<InternalTransaction>;
|
|
6625
|
+
/**
|
|
6626
|
+
* Access list (optional)
|
|
6627
|
+
*/
|
|
6628
|
+
accessList?: Array<AccessListData>;
|
|
6629
|
+
/**
|
|
6630
|
+
* Network token info (optional)
|
|
6631
|
+
*/
|
|
6632
|
+
networkToken?: NetworkTokenInfo;
|
|
6633
|
+
};
|
|
6634
|
+
|
|
6635
|
+
type TransactionEvent = {
|
|
6636
|
+
/**
|
|
6637
|
+
* Transaction details
|
|
6638
|
+
*/
|
|
6639
|
+
transaction: Transaction;
|
|
6640
|
+
/**
|
|
6641
|
+
* Array of log events
|
|
6642
|
+
*/
|
|
6643
|
+
logs?: Array<Log>;
|
|
6644
|
+
};
|
|
6645
|
+
|
|
5129
6646
|
type Unauthorized = {
|
|
5130
6647
|
/**
|
|
5131
6648
|
* The error message describing the reason for the exception
|
|
@@ -5141,4 +6658,32 @@ type Unauthorized = {
|
|
|
5141
6658
|
error: string;
|
|
5142
6659
|
};
|
|
5143
6660
|
|
|
5144
|
-
|
|
6661
|
+
type WebhookAddressActivityResponse = {
|
|
6662
|
+
/**
|
|
6663
|
+
* Webhook ID
|
|
6664
|
+
*/
|
|
6665
|
+
webhookId: string;
|
|
6666
|
+
/**
|
|
6667
|
+
* Event type
|
|
6668
|
+
*/
|
|
6669
|
+
eventType: WebhookAddressActivityResponse.eventType;
|
|
6670
|
+
/**
|
|
6671
|
+
* Message ID
|
|
6672
|
+
*/
|
|
6673
|
+
messageId: string;
|
|
6674
|
+
/**
|
|
6675
|
+
* Event details
|
|
6676
|
+
*/
|
|
6677
|
+
event: TransactionEvent;
|
|
6678
|
+
};
|
|
6679
|
+
declare namespace WebhookAddressActivityResponse {
|
|
6680
|
+
/**
|
|
6681
|
+
* Event type
|
|
6682
|
+
*/
|
|
6683
|
+
enum eventType {
|
|
6684
|
+
ADDRESS_ACTIVITY = "address_activity"
|
|
6685
|
+
}
|
|
6686
|
+
}
|
|
6687
|
+
|
|
6688
|
+
export { ActiveDelegatorDetails, ActiveValidatorDetails, ApiError, ApiFeature, BaseHttpRequest, BlockchainId, BlockchainIds, CChainExportTransaction, CChainImportTransaction, CancelError, CancelablePromise, ChainStatus, CommonBalanceType, CompletedDelegatorDetails, CompletedValidatorDetails, ContractSubmissionErc1155, ContractSubmissionErc20, ContractSubmissionErc721, ContractSubmissionUnknown, CurrencyCode, DataApiUsageMetricsService, DefaultService, DelegationStatusType, DeliveredIcmMessage, DeliveredSourceNotIndexedIcmMessage, DeliveredSourceNotIndexedTeleporterMessage, DeliveredTeleporterMessage, EVMAddressActivityRequest, EVMOperationType, Erc1155Contract, Erc1155Token, Erc1155TokenBalance, Erc20Contract, Erc20Token, Erc20TokenBalance, Erc721Contract, Erc721Token, Erc721TokenBalance, EventType, EvmBalancesService, EvmBlocksService, EvmChainsService, EvmContractsService, EvmTransactionsService, Glacier, HealthCheckResultDto, HealthCheckService, HealthIndicatorResultDto, IcmRewardDetails, InterchainMessagingService, InternalTransactionOpCall, Network, NfTsService, NftTokenMetadataStatus, NotificationsService, OpenAPI, OperationStatus, OperationStatusCode, OperationType, OperationsService, PChainId, PChainTransactionType, PendingDelegatorDetails, PendingIcmMessage, PendingTeleporterMessage, PendingValidatorDetails, PlatformActivityKeyType, PlatformActivityRequest, PlatformAddressActivitySubEventType, PrimaryNetworkAssetCap, PrimaryNetworkAssetType, PrimaryNetworkBalancesService, PrimaryNetworkBlocksService, PrimaryNetworkChainName, PrimaryNetworkOperationType, PrimaryNetworkRewardsService, PrimaryNetworkRpcMetricsGroupByEnum, PrimaryNetworkRpcTimeIntervalGranularity, PrimaryNetworkRpcUsageMetricsResponseDTO, PrimaryNetworkService, PrimaryNetworkTransactionsService, PrimaryNetworkTxType, PrimaryNetworkType, PrimaryNetworkUtxOsService, PrimaryNetworkVerticesService, RemovedValidatorDetails, RequestType, ResourceLinkType, RewardType, RpcUsageMetricsGroupByEnum, RpcUsageMetricsValueAggregated, SignatureAggregatorService, SortByOption, SortOrder, SubnetRpcTimeIntervalGranularity, TeleporterRewardDetails, TeleporterService, TimeIntervalGranularityExtended, TransactionDirectionType, TransactionMethodType, TransactionStatus, UnknownContract, UsageMetricsGroupByEnum, UsageMetricsValueDTO, UtxoType, ValidationStatusType, VmName, WebhookAddressActivityResponse, WebhookStatus, WebhookStatusType, WebhooksService, XChainId, XChainLinearTransaction, XChainNonLinearTransaction, XChainTransactionType };
|
|
6689
|
+
export type { AccessListData, AccessRequest, AddressActivityMetadata, AddressesChangeRequest, AggregatedAssetAmount, AssetAmount, AssetWithPriceInfo, BadGateway, BadRequest, BalanceOwner, Blockchain, BlsCredentials, CChainAtomicBalances, CChainSharedAssetBalance, ChainAddressChainIdMap, ChainAddressChainIdMapListResponse, ChainInfo, ContractDeploymentDetails, ContractSubmissionBody, CreateEvmTransactionExportRequest, CreatePrimaryNetworkTransactionExportRequest, DataListChainsResponse, DelegatorsDetails, ERCToken, ERCTransfer, EVMAddressActivityResponse, EVMInput, EVMOutput, Erc1155TokenMetadata, Erc1155Transfer, Erc1155TransferDetails, Erc20Transfer, Erc20TransferDetails, Erc721TokenMetadata, Erc721Transfer, Erc721TransferDetails, EvmBlock, EvmNetworkOptions, Forbidden, FullNativeTransactionDetails, Geolocation, GetChainResponse, GetEvmBlockResponse, GetNativeBalanceResponse, GetNetworkDetailsResponse, GetPrimaryNetworkBlockResponse, GetTransactionResponse, HistoricalReward, IcmDestinationTransaction, IcmReceipt, IcmSourceTransaction, ImageAsset, InternalServerError, InternalTransaction, InternalTransactionDetails, L1ValidatorDetailsFull, L1ValidatorDetailsTransaction, L1ValidatorManagerDetails, ListAddressChainsResponse, ListBlockchainsResponse, ListCChainAtomicBalancesResponse, ListCChainAtomicTransactionsResponse, ListChainsResponse, ListCollectibleBalancesResponse, ListContractsResponse, ListDelegatorDetailsResponse, ListErc1155BalancesResponse, ListErc1155TransactionsResponse, ListErc20BalancesResponse, ListErc20TransactionsResponse, ListErc721BalancesResponse, ListErc721TransactionsResponse, ListEvmBlocksResponse, ListHistoricalRewardsResponse, ListIcmMessagesResponse, ListInternalTransactionsResponse, ListL1ValidatorsResponse, ListNativeTransactionsResponse, ListNftTokens, ListPChainBalancesResponse, ListPChainTransactionsResponse, ListPChainUtxosResponse, ListPendingRewardsResponse, ListPrimaryNetworkBlocksResponse, ListSubnetsResponse, ListTeleporterMessagesResponse, ListTransactionDetailsResponse, ListTransfersResponse, ListUtxosResponse, ListValidatorDetailsResponse, ListWebhookAddressesResponse, ListWebhooksResponse, ListXChainBalancesResponse, ListXChainTransactionsResponse, ListXChainVerticesResponse, Log, LogsFormat, LogsFormatMetadata, LogsResponseDTO, Method, Metric, Money, NativeTokenBalance, NativeTransaction, NetworkToken, NetworkTokenDetails, NetworkTokenInfo, NextPageToken, NotFound, NotificationsResponse, OpenAPIConfig, OperationStatusResponse, PChainBalance, PChainSharedAsset, PChainTransaction, PChainUtxo, PendingReward, PlatformActivityMetadata, PlatformActivityResponse, PlatformActivitySubEvents, PlatformBalanceThresholdFilter, PricingProviders, PrimaryNetworkBlock, PrimaryNetworkChainInfo, PrimaryNetworkOptions, ProposerDetails, ResourceLink, Rewards, RichAddress, RpcMetrics, ServiceUnavailable, SharedSecretsResponse, SignatureAggregationResponse, SignatureAggregatorRequest, StakingDistribution, Subnet, SubnetOwnershipInfo, SubnetRpcUsageMetricsResponseDTO, SubscribeRequest, SubscriptionsRequest, SubscriptionsResponse, TeleporterDestinationTransaction, TeleporterMessageInfo, TeleporterReceipt, TeleporterSourceTransaction, TooManyRequests, Transaction, TransactionDetails, TransactionEvent, TransactionExportMetadata, TransactionVertexDetail, Unauthorized, UnsubscribeRequest, UpdateContractResponse, UpdateWebhookRequest, UsageMetricsResponseDTO, UtilityAddresses, Utxo, UtxoCredential, ValidatorHealthDetails, ValidatorsDetails, XChainAssetDetails, XChainBalances, XChainSharedAssetBalance, XChainVertex };
|