@avalabs/glacier-sdk 2.8.0-alpha.99 → 2.8.0-canary.1b2916c.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2256 -1706
- package/dist/index.js +684 -317
- package/esm/generated/Glacier.d.ts +24 -2
- package/esm/generated/Glacier.js +49 -12
- package/esm/generated/core/ApiError.js +5 -0
- package/esm/generated/core/CancelablePromise.js +11 -6
- package/esm/generated/core/OpenAPI.js +1 -1
- package/esm/generated/core/request.js +14 -31
- package/esm/generated/models/ActiveDelegatorDetails.d.ts +18 -0
- package/esm/generated/models/ActiveDelegatorDetails.js +8 -0
- package/esm/generated/models/ActiveValidatorDetails.d.ts +24 -0
- package/esm/generated/models/ActiveValidatorDetails.js +8 -0
- package/esm/generated/models/Blockchain.d.ts +10 -0
- package/esm/generated/models/BlockchainId.d.ts +6 -3
- package/esm/generated/models/BlockchainId.js +5 -2
- package/esm/generated/models/BlockchainIds.d.ts +9 -0
- package/esm/generated/models/BlockchainIds.js +10 -0
- package/esm/generated/models/BlockchainInfo.d.ts +5 -0
- package/esm/generated/models/ChainAddressChainIdMap.d.ts +2 -2
- package/esm/generated/models/ChainInfo.d.ts +1 -4
- package/esm/generated/models/CompletedDelegatorDetails.d.ts +18 -0
- package/esm/generated/models/CompletedDelegatorDetails.js +8 -0
- package/esm/generated/models/CompletedValidatorDetails.d.ts +19 -0
- package/esm/generated/models/CompletedValidatorDetails.js +8 -0
- package/esm/generated/models/ContractDeploymentDetails.d.ts +13 -0
- package/esm/generated/models/CreateEvmTransactionExportRequest.d.ts +23 -0
- package/esm/generated/models/CreateEvmTransactionExportRequest.js +8 -0
- package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.d.ts +23 -0
- package/esm/generated/models/CreatePrimaryNetworkTransactionExportRequest.js +8 -0
- package/esm/generated/models/DelegationStatusType.d.ts +7 -0
- package/esm/generated/models/DelegationStatusType.js +8 -0
- package/esm/generated/models/DelegatorsDetails.d.ts +6 -0
- package/esm/generated/models/EVMInput.d.ts +5 -0
- package/esm/generated/models/Erc1155Contract.d.ts +37 -0
- package/esm/generated/models/Erc1155Contract.js +8 -0
- package/esm/generated/models/Erc1155TokenBalance.d.ts +1 -2
- package/esm/generated/models/Erc1155Transfer.d.ts +1 -0
- package/esm/generated/models/Erc1155TransferDetails.d.ts +1 -0
- package/esm/generated/models/Erc20Contract.d.ts +41 -0
- package/esm/generated/models/Erc20Contract.js +8 -0
- package/esm/generated/models/Erc20Token.d.ts +1 -3
- package/esm/generated/models/Erc20TokenBalance.d.ts +2 -5
- package/esm/generated/models/Erc20Transfer.d.ts +1 -0
- package/esm/generated/models/Erc20TransferDetails.d.ts +1 -0
- package/esm/generated/models/Erc721Contract.d.ts +35 -0
- package/esm/generated/models/Erc721Contract.js +8 -0
- package/esm/generated/models/Erc721Transfer.d.ts +1 -0
- package/esm/generated/models/Erc721TransferDetails.d.ts +1 -0
- package/esm/generated/models/{GetBlockResponse.d.ts → EvmBlock.d.ts} +2 -6
- package/esm/generated/models/EvmNetworkOptions.d.ts +1 -1
- package/esm/generated/models/GetChainResponse.d.ts +1 -4
- package/esm/generated/models/GetEvmBlockResponse.d.ts +45 -0
- package/esm/generated/models/GetNetworkDetailsResponse.d.ts +9 -0
- package/esm/generated/models/GetPrimaryNetworkBlockResponse.d.ts +15 -0
- package/esm/generated/models/GetTransactionResponse.d.ts +1 -7
- package/esm/generated/models/HistoricalReward.d.ts +24 -0
- package/esm/generated/models/ImageAsset.d.ts +9 -0
- package/esm/generated/models/{ListListingsResponse.d.ts → ListBlockchainsResponse.d.ts} +4 -4
- package/esm/generated/models/ListCChainAtomicBalancesResponse.d.ts +2 -0
- package/esm/generated/models/ListCChainAtomicTransactionsResponse.d.ts +2 -0
- package/esm/generated/models/ListCollectibleBalancesResponse.d.ts +1 -2
- package/esm/generated/models/ListContractsResponse.d.ts +14 -0
- package/esm/generated/models/ListDelegatorDetailsResponse.d.ts +16 -0
- package/esm/generated/models/ListEvmBlocksResponse.d.ts +11 -0
- package/esm/generated/models/ListHistoricalRewardsResponse.d.ts +11 -0
- package/esm/generated/models/ListPChainBalancesResponse.d.ts +2 -0
- package/esm/generated/models/ListPChainTransactionsResponse.d.ts +2 -0
- package/esm/generated/models/ListPChainUtxosResponse.d.ts +2 -0
- package/esm/generated/models/ListPendingRewardsResponse.d.ts +11 -0
- package/esm/generated/models/ListPrimaryNetworkBlocksResponse.d.ts +13 -0
- package/esm/generated/models/{ListBlocksResponse.d.ts → ListSubnetsResponse.d.ts} +4 -4
- package/esm/generated/models/ListUtxosResponse.d.ts +2 -0
- package/esm/generated/models/ListValidatorDetailsResponse.d.ts +16 -0
- package/esm/generated/models/ListXChainBalancesResponse.d.ts +2 -0
- package/esm/generated/models/ListXChainTransactionsResponse.d.ts +2 -0
- package/esm/generated/models/ListXChainVerticesResponse.d.ts +2 -0
- package/esm/generated/models/Method.d.ts +1 -7
- package/esm/generated/models/NativeTokenBalance.d.ts +2 -5
- package/esm/generated/models/NetworkToken.d.ts +1 -3
- package/esm/generated/models/NetworkTokenDetails.d.ts +1 -3
- package/esm/generated/models/NetworkType.d.ts +6 -0
- package/esm/generated/models/NetworkType.js +7 -0
- package/esm/generated/models/OperationStatusResponse.d.ts +2 -2
- package/esm/generated/models/OperationType.d.ts +2 -1
- package/esm/generated/models/OperationType.js +2 -1
- package/esm/generated/models/PChainBalance.d.ts +16 -7
- package/esm/generated/models/PChainId.d.ts +2 -2
- package/esm/generated/models/PChainId.js +1 -1
- package/esm/generated/models/PChainSharedAsset.d.ts +8 -0
- package/esm/generated/models/PChainTransaction.d.ts +9 -15
- package/esm/generated/models/PChainTransactionType.d.ts +16 -0
- package/esm/generated/models/PChainTransactionType.js +17 -0
- package/esm/generated/models/PChainUtxo.d.ts +10 -1
- package/esm/generated/models/PendingDelegatorDetails.d.ts +18 -0
- package/esm/generated/models/PendingDelegatorDetails.js +8 -0
- package/esm/generated/models/PendingReward.d.ts +22 -0
- package/esm/generated/models/PendingValidatorDetails.d.ts +15 -0
- package/esm/generated/models/PendingValidatorDetails.js +8 -0
- package/esm/generated/models/PricingProviders.d.ts +5 -0
- package/esm/generated/models/PrimaryNetwork.d.ts +6 -0
- package/esm/generated/models/PrimaryNetwork.js +7 -0
- package/esm/generated/models/{Block.d.ts → PrimaryNetworkBlock.d.ts} +3 -3
- package/esm/generated/models/PrimaryNetworkChainInfo.d.ts +9 -0
- package/esm/generated/models/PrimaryNetworkChainName.d.ts +7 -0
- package/esm/generated/models/PrimaryNetworkChainName.js +8 -0
- package/esm/generated/models/PrimaryNetworkOptions.d.ts +2 -1
- package/esm/generated/models/PrimaryNetworkTxType.d.ts +19 -0
- package/esm/generated/models/PrimaryNetworkTxType.js +20 -0
- package/esm/generated/models/RewardType.d.ts +6 -0
- package/esm/generated/models/RewardType.js +7 -0
- package/esm/generated/models/Rewards.d.ts +6 -0
- package/esm/generated/models/RichAddress.d.ts +1 -3
- package/esm/generated/models/StakingDistribution.d.ts +7 -0
- package/esm/generated/models/Subnet.d.ts +13 -0
- package/esm/generated/models/TransactionDetails.d.ts +1 -7
- package/esm/generated/models/TransactionExportMetadata.d.ts +15 -0
- package/esm/generated/models/UnknownContract.d.ts +31 -0
- package/esm/generated/models/UnknownContract.js +8 -0
- package/esm/generated/models/Utxo.d.ts +9 -1
- package/esm/generated/models/UtxoType.d.ts +6 -0
- package/esm/generated/models/UtxoType.js +7 -0
- package/esm/generated/models/ValidationStatusType.d.ts +7 -0
- package/esm/generated/models/ValidationStatusType.js +8 -0
- package/esm/generated/models/ValidatorsDetails.d.ts +11 -0
- package/esm/generated/models/XChainBalances.d.ts +2 -2
- package/esm/generated/models/XChainId.d.ts +3 -2
- package/esm/generated/models/XChainId.js +2 -1
- package/esm/generated/models/XChainLinearTransaction.d.ts +4 -4
- package/esm/generated/models/XChainLinearTransaction.js +1 -1
- package/esm/generated/models/XChainNonLinearTransaction.d.ts +4 -4
- package/esm/generated/models/XChainNonLinearTransaction.js +1 -1
- package/esm/generated/services/EvmBalancesService.d.ts +177 -0
- package/esm/generated/services/EvmBalancesService.js +116 -0
- package/esm/generated/services/EvmBlocksService.d.ts +47 -0
- package/esm/generated/services/EvmBlocksService.js +37 -0
- package/esm/generated/services/EvmChainsService.d.ts +36 -0
- package/esm/generated/services/EvmChainsService.js +29 -0
- package/esm/generated/services/EvmContractsService.d.ts +29 -0
- package/esm/generated/services/EvmContractsService.js +20 -0
- package/esm/generated/services/EvmTransactionsService.d.ts +331 -0
- package/esm/generated/services/EvmTransactionsService.js +264 -0
- package/esm/generated/services/HealthCheckService.d.ts +1 -1
- package/esm/generated/services/NfTsService.d.ts +51 -0
- package/esm/generated/services/NfTsService.js +37 -0
- package/esm/generated/services/OperationsService.d.ts +8 -3
- package/esm/generated/services/PrimaryNetworkBalancesService.d.ts +40 -0
- package/esm/generated/services/PrimaryNetworkBalancesService.js +26 -0
- package/esm/generated/services/PrimaryNetworkBlocksService.d.ts +85 -0
- package/esm/generated/services/PrimaryNetworkBlocksService.js +62 -0
- package/esm/generated/services/PrimaryNetworkRewardsService.d.ts +69 -0
- package/esm/generated/services/PrimaryNetworkRewardsService.js +49 -0
- package/esm/generated/services/PrimaryNetworkService.d.ts +87 -253
- package/esm/generated/services/PrimaryNetworkService.js +53 -167
- package/esm/generated/services/PrimaryNetworkTransactionsService.d.ts +175 -0
- package/esm/generated/services/PrimaryNetworkTransactionsService.js +107 -0
- package/esm/generated/services/PrimaryNetworkUtxOsService.d.ts +54 -0
- package/esm/generated/services/PrimaryNetworkUtxOsService.js +34 -0
- package/esm/generated/services/PrimaryNetworkVerticesService.d.ts +90 -0
- package/esm/generated/services/PrimaryNetworkVerticesService.js +64 -0
- package/esm/index.d.ts +63 -31
- package/esm/index.js +34 -9
- package/package.json +2 -5
- package/esm/generated/models/Address.d.ts +0 -8
- package/esm/generated/models/CancelListingEventResponse.d.ts +0 -5
- package/esm/generated/models/CloseAuctionEventResponse.d.ts +0 -6
- package/esm/generated/models/CollectionMetrics.d.ts +0 -40
- package/esm/generated/models/CollectionSortByOption.d.ts +0 -8
- package/esm/generated/models/CollectionSortByOption.js +0 -9
- package/esm/generated/models/CreateTransactionExportRequest.d.ts +0 -11
- package/esm/generated/models/ErcType.d.ts +0 -8
- package/esm/generated/models/ErcType.js +0 -9
- package/esm/generated/models/ListNftCollectionWithMetricsResponse.d.ts +0 -11
- package/esm/generated/models/ListingCurrencyType.d.ts +0 -6
- package/esm/generated/models/ListingCurrencyType.js +0 -7
- package/esm/generated/models/ListingEventType.d.ts +0 -8
- package/esm/generated/models/ListingEventType.js +0 -9
- package/esm/generated/models/ListingResponse.d.ts +0 -19
- package/esm/generated/models/ListingType.d.ts +0 -6
- package/esm/generated/models/ListingType.js +0 -7
- package/esm/generated/models/ListingsSortByOption.d.ts +0 -5
- package/esm/generated/models/ListingsSortByOption.js +0 -6
- package/esm/generated/models/NftCollection.d.ts +0 -24
- package/esm/generated/models/NftCollectionWithMetrics.d.ts +0 -26
- package/esm/generated/models/NftFilterOptionsProperty.d.ts +0 -10
- package/esm/generated/models/NftSearchBody.d.ts +0 -10
- package/esm/generated/models/NftSearchResultTypeOption.d.ts +0 -6
- package/esm/generated/models/NftSearchResultTypeOption.js +0 -7
- package/esm/generated/models/OpenListingEventResponse.d.ts +0 -17
- package/esm/generated/models/OperationTransactionExportMetadata.d.ts +0 -18
- package/esm/generated/models/PChainConsumedUtxo.d.ts +0 -11
- package/esm/generated/models/PChainEmittedUtxo.d.ts +0 -19
- package/esm/generated/models/PaginationParams.d.ts +0 -13
- package/esm/generated/models/PurchaseListingEventResponse.d.ts +0 -17
- package/esm/generated/models/TokenWithPrice.d.ts +0 -28
- package/esm/generated/models/TrendingTimeframe.d.ts +0 -7
- package/esm/generated/models/TrendingTimeframe.js +0 -8
- package/esm/generated/services/EvmService.d.ts +0 -724
- package/esm/generated/services/EvmService.js +0 -509
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ContractDeploymentDetails } from './ContractDeploymentDetails.js';
|
|
2
|
+
import { ImageAsset } from './ImageAsset.js';
|
|
3
|
+
import { ResourceLink } from './ResourceLink.js';
|
|
4
|
+
|
|
5
|
+
type UnknownContract = {
|
|
6
|
+
/**
|
|
7
|
+
* The contract name.
|
|
8
|
+
*/
|
|
9
|
+
name?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
officialSite?: string;
|
|
12
|
+
email?: string;
|
|
13
|
+
logoAsset?: ImageAsset;
|
|
14
|
+
bannerAsset?: ImageAsset;
|
|
15
|
+
color?: string;
|
|
16
|
+
resourceLinks?: Array<ResourceLink>;
|
|
17
|
+
tags?: Array<string>;
|
|
18
|
+
/**
|
|
19
|
+
* A wallet or contract address in mixed-case checksum encoding.
|
|
20
|
+
*/
|
|
21
|
+
address: string;
|
|
22
|
+
deploymentDetails: ContractDeploymentDetails;
|
|
23
|
+
ercType: UnknownContract.ercType;
|
|
24
|
+
};
|
|
25
|
+
declare namespace UnknownContract {
|
|
26
|
+
enum ercType {
|
|
27
|
+
UNKNOWN = "UNKNOWN"
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { UnknownContract };
|
|
@@ -51,10 +51,18 @@ type Utxo = {
|
|
|
51
51
|
* Addresses that are eligible to sign the consumption of this output.
|
|
52
52
|
*/
|
|
53
53
|
addresses: Array<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Hex encoded data for NFT assets
|
|
56
|
+
*/
|
|
57
|
+
payload?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Index representing the minting set for the NFT mint output
|
|
60
|
+
*/
|
|
61
|
+
groupId?: number;
|
|
54
62
|
/**
|
|
55
63
|
* Credentials that signed the transaction to consume this utxo
|
|
56
64
|
*/
|
|
57
|
-
credentials
|
|
65
|
+
credentials?: Array<UtxoCredential>;
|
|
58
66
|
};
|
|
59
67
|
|
|
60
68
|
export { Utxo };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
var ValidationStatusType = /* @__PURE__ */ ((ValidationStatusType2) => {
|
|
2
|
+
ValidationStatusType2["COMPLETED"] = "completed";
|
|
3
|
+
ValidationStatusType2["ACTIVE"] = "active";
|
|
4
|
+
ValidationStatusType2["PENDING"] = "pending";
|
|
5
|
+
return ValidationStatusType2;
|
|
6
|
+
})(ValidationStatusType || {});
|
|
7
|
+
|
|
8
|
+
export { ValidationStatusType };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StakingDistribution } from './StakingDistribution.js';
|
|
2
|
+
|
|
3
|
+
type ValidatorsDetails = {
|
|
4
|
+
validatorCount: number;
|
|
5
|
+
totalAmountStaked: string;
|
|
6
|
+
estimatedAnnualStakingReward: string;
|
|
7
|
+
stakingDistributionByVersion: Array<StakingDistribution>;
|
|
8
|
+
stakingRatio: string;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export { ValidatorsDetails };
|
|
@@ -3,11 +3,11 @@ import { XChainSharedAssetBalance } from './XChainSharedAssetBalance.js';
|
|
|
3
3
|
|
|
4
4
|
type XChainBalances = {
|
|
5
5
|
/**
|
|
6
|
-
* A list of objects containing X-chain Asset balance
|
|
6
|
+
* A list of objects containing X-chain Asset balance information.
|
|
7
7
|
*/
|
|
8
8
|
locked: Array<XChainAssetBalance>;
|
|
9
9
|
/**
|
|
10
|
-
* A list of objects containing X-chain Asset balance
|
|
10
|
+
* A list of objects containing X-chain Asset balance information.
|
|
11
11
|
*/
|
|
12
12
|
unlocked: Array<XChainAssetBalance>;
|
|
13
13
|
atomicMemoryUnlocked: Array<XChainSharedAssetBalance>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare enum XChainId {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM",
|
|
3
|
+
_2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm",
|
|
4
|
+
X_CHAIN = "x-chain"
|
|
4
5
|
}
|
|
5
6
|
|
|
6
7
|
export { XChainId };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
var XChainId = /* @__PURE__ */ ((XChainId2) => {
|
|
2
|
-
XChainId2["X_CHAIN"] = "x-chain";
|
|
3
2
|
XChainId2["_2O_YMBNV4E_NHYQK2FJJ_V5N_VQLDBTM_NJZQ5S3QS3LO6FTN_C6FBY_M"] = "2oYMBNV4eNHyqk2fjjV5nVQLDbtmNJzq5s3qs3Lo6ftnC6FByM";
|
|
3
|
+
XChainId2["_2JVSBOINJ9C2J33VNTVZ_YT_VJNZD_N2NKIWW_KJCUM_HUWEB5DB_BRM"] = "2JVSBoinj9C2J33VntvzYtVJNZdN2NKiwwKjcumHUWEb5DbBrm";
|
|
4
|
+
XChainId2["X_CHAIN"] = "x-chain";
|
|
4
5
|
return XChainId2;
|
|
5
6
|
})(XChainId || {});
|
|
6
7
|
|
|
@@ -8,7 +8,7 @@ type XChainLinearTransaction = {
|
|
|
8
8
|
*/
|
|
9
9
|
txHash: string;
|
|
10
10
|
/**
|
|
11
|
-
* Represents
|
|
11
|
+
* Represents chain format this transaction is included in.
|
|
12
12
|
*/
|
|
13
13
|
chainFormat: XChainLinearTransaction.chainFormat;
|
|
14
14
|
/**
|
|
@@ -56,11 +56,11 @@ type XChainLinearTransaction = {
|
|
|
56
56
|
};
|
|
57
57
|
declare namespace XChainLinearTransaction {
|
|
58
58
|
/**
|
|
59
|
-
* Represents
|
|
59
|
+
* Represents chain format this transaction is included in.
|
|
60
60
|
*/
|
|
61
61
|
enum chainFormat {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
NON_LINEAR = "non-linear",
|
|
63
|
+
LINEAR = "linear"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var XChainLinearTransaction;
|
|
2
2
|
((XChainLinearTransaction2) => {
|
|
3
3
|
((chainFormat2) => {
|
|
4
|
-
chainFormat2["LINEAR"] = "linear";
|
|
5
4
|
chainFormat2["NON_LINEAR"] = "non-linear";
|
|
5
|
+
chainFormat2["LINEAR"] = "linear";
|
|
6
6
|
})(XChainLinearTransaction2.chainFormat || (XChainLinearTransaction2.chainFormat = {}));
|
|
7
7
|
})(XChainLinearTransaction || (XChainLinearTransaction = {}));
|
|
8
8
|
|
|
@@ -9,7 +9,7 @@ type XChainNonLinearTransaction = {
|
|
|
9
9
|
*/
|
|
10
10
|
txHash: string;
|
|
11
11
|
/**
|
|
12
|
-
* Represents
|
|
12
|
+
* Represents chain format this transaction is included in.
|
|
13
13
|
*/
|
|
14
14
|
chainFormat: XChainNonLinearTransaction.chainFormat;
|
|
15
15
|
/**
|
|
@@ -53,11 +53,11 @@ type XChainNonLinearTransaction = {
|
|
|
53
53
|
};
|
|
54
54
|
declare namespace XChainNonLinearTransaction {
|
|
55
55
|
/**
|
|
56
|
-
* Represents
|
|
56
|
+
* Represents chain format this transaction is included in.
|
|
57
57
|
*/
|
|
58
58
|
enum chainFormat {
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
NON_LINEAR = "non-linear",
|
|
60
|
+
LINEAR = "linear"
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var XChainNonLinearTransaction;
|
|
2
2
|
((XChainNonLinearTransaction2) => {
|
|
3
3
|
((chainFormat2) => {
|
|
4
|
-
chainFormat2["LINEAR"] = "linear";
|
|
5
4
|
chainFormat2["NON_LINEAR"] = "non-linear";
|
|
5
|
+
chainFormat2["LINEAR"] = "linear";
|
|
6
6
|
})(XChainNonLinearTransaction2.chainFormat || (XChainNonLinearTransaction2.chainFormat = {}));
|
|
7
7
|
})(XChainNonLinearTransaction || (XChainNonLinearTransaction = {}));
|
|
8
8
|
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { CurrencyCode } from '../models/CurrencyCode.js';
|
|
2
|
+
import { GetNativeBalanceResponse } from '../models/GetNativeBalanceResponse.js';
|
|
3
|
+
import { ListCollectibleBalancesResponse } from '../models/ListCollectibleBalancesResponse.js';
|
|
4
|
+
import { ListErc1155BalancesResponse } from '../models/ListErc1155BalancesResponse.js';
|
|
5
|
+
import { ListErc20BalancesResponse } from '../models/ListErc20BalancesResponse.js';
|
|
6
|
+
import { ListErc721BalancesResponse } from '../models/ListErc721BalancesResponse.js';
|
|
7
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
8
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
9
|
+
|
|
10
|
+
declare class EvmBalancesService {
|
|
11
|
+
readonly httpRequest: BaseHttpRequest;
|
|
12
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
13
|
+
/**
|
|
14
|
+
* Get native token balance
|
|
15
|
+
* Gets native token balance of a wallet address.
|
|
16
|
+
*
|
|
17
|
+
* Balance at a given block can be retrieved with the `blockNumber` parameter.
|
|
18
|
+
* @returns GetNativeBalanceResponse
|
|
19
|
+
* @throws ApiError
|
|
20
|
+
*/
|
|
21
|
+
getNativeBalance({ chainId, address, blockNumber, currency, }: {
|
|
22
|
+
/**
|
|
23
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
24
|
+
*/
|
|
25
|
+
chainId: string;
|
|
26
|
+
/**
|
|
27
|
+
* A wallet address.
|
|
28
|
+
*/
|
|
29
|
+
address: string;
|
|
30
|
+
/**
|
|
31
|
+
* The block number, if not defined the block number will be the latest block.
|
|
32
|
+
*/
|
|
33
|
+
blockNumber?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The currency that return values should use. Defaults to USD.
|
|
36
|
+
*/
|
|
37
|
+
currency?: CurrencyCode;
|
|
38
|
+
}): CancelablePromise<GetNativeBalanceResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* List ERC-20 balances
|
|
41
|
+
* Lists ERC-20 token balances of a wallet address.
|
|
42
|
+
*
|
|
43
|
+
* Balance at a given block can be retrieved with the `blockNumber` parameter.
|
|
44
|
+
*
|
|
45
|
+
* Balance for specific contracts can be retrieved with the `contractAddresses` parameter.
|
|
46
|
+
* @returns ListErc20BalancesResponse
|
|
47
|
+
* @throws ApiError
|
|
48
|
+
*/
|
|
49
|
+
listErc20Balances({ chainId, address, blockNumber, pageSize, pageToken, contractAddresses, currency, }: {
|
|
50
|
+
/**
|
|
51
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
52
|
+
*/
|
|
53
|
+
chainId: string;
|
|
54
|
+
/**
|
|
55
|
+
* A wallet address.
|
|
56
|
+
*/
|
|
57
|
+
address: string;
|
|
58
|
+
/**
|
|
59
|
+
* The block number, if not defined the block number will be the latest block.
|
|
60
|
+
*/
|
|
61
|
+
blockNumber?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
64
|
+
*/
|
|
65
|
+
pageSize?: number;
|
|
66
|
+
/**
|
|
67
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
68
|
+
*/
|
|
69
|
+
pageToken?: string;
|
|
70
|
+
/**
|
|
71
|
+
* A comma separated list of contract addresses to filter by.
|
|
72
|
+
*/
|
|
73
|
+
contractAddresses?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The currency that return values should use. Defaults to USD.
|
|
76
|
+
*/
|
|
77
|
+
currency?: CurrencyCode;
|
|
78
|
+
}): CancelablePromise<ListErc20BalancesResponse>;
|
|
79
|
+
/**
|
|
80
|
+
* List ERC-721 balances
|
|
81
|
+
* Lists ERC-721 token balances of a wallet address.
|
|
82
|
+
*
|
|
83
|
+
* Balance for a specific contract can be retrieved with the `contractAddress` parameter.
|
|
84
|
+
* @returns ListErc721BalancesResponse
|
|
85
|
+
* @throws ApiError
|
|
86
|
+
*/
|
|
87
|
+
listErc721Balances({ chainId, address, pageSize, pageToken, contractAddress, }: {
|
|
88
|
+
/**
|
|
89
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
90
|
+
*/
|
|
91
|
+
chainId: string;
|
|
92
|
+
/**
|
|
93
|
+
* A wallet address.
|
|
94
|
+
*/
|
|
95
|
+
address: string;
|
|
96
|
+
/**
|
|
97
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
98
|
+
*/
|
|
99
|
+
pageSize?: number;
|
|
100
|
+
/**
|
|
101
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
102
|
+
*/
|
|
103
|
+
pageToken?: string;
|
|
104
|
+
/**
|
|
105
|
+
* A contract addresses to filter by.
|
|
106
|
+
*/
|
|
107
|
+
contractAddress?: string;
|
|
108
|
+
}): CancelablePromise<ListErc721BalancesResponse>;
|
|
109
|
+
/**
|
|
110
|
+
* List ERC-1155 balances
|
|
111
|
+
* Lists ERC-1155 token balances of a wallet address.
|
|
112
|
+
*
|
|
113
|
+
* Balance at a given block can be retrieved with the `blockNumber` parameter.
|
|
114
|
+
*
|
|
115
|
+
* Balance for a specific contract can be retrieved with the `contractAddress` parameter.
|
|
116
|
+
* @returns ListErc1155BalancesResponse
|
|
117
|
+
* @throws ApiError
|
|
118
|
+
*/
|
|
119
|
+
listErc1155Balances({ chainId, address, blockNumber, pageSize, pageToken, contractAddress, }: {
|
|
120
|
+
/**
|
|
121
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
122
|
+
*/
|
|
123
|
+
chainId: string;
|
|
124
|
+
/**
|
|
125
|
+
* A wallet address.
|
|
126
|
+
*/
|
|
127
|
+
address: string;
|
|
128
|
+
/**
|
|
129
|
+
* The block number, if not defined the block number will be the latest block.
|
|
130
|
+
*/
|
|
131
|
+
blockNumber?: string;
|
|
132
|
+
/**
|
|
133
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
134
|
+
*/
|
|
135
|
+
pageSize?: number;
|
|
136
|
+
/**
|
|
137
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
138
|
+
*/
|
|
139
|
+
pageToken?: string;
|
|
140
|
+
/**
|
|
141
|
+
* A contract addresses to filter by.
|
|
142
|
+
*/
|
|
143
|
+
contractAddress?: string;
|
|
144
|
+
}): CancelablePromise<ListErc1155BalancesResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* List collectible (ERC-721/ERC-1155) balances
|
|
147
|
+
* Lists ERC-721 and ERC-1155 token balances of a wallet address.
|
|
148
|
+
*
|
|
149
|
+
* Balance for a specific contract can be retrieved with the `contractAddress` parameter.
|
|
150
|
+
* @returns ListCollectibleBalancesResponse
|
|
151
|
+
* @throws ApiError
|
|
152
|
+
*/
|
|
153
|
+
listCollectibleBalances({ chainId, address, pageSize, pageToken, contractAddress, }: {
|
|
154
|
+
/**
|
|
155
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
156
|
+
*/
|
|
157
|
+
chainId: string;
|
|
158
|
+
/**
|
|
159
|
+
* A wallet address.
|
|
160
|
+
*/
|
|
161
|
+
address: string;
|
|
162
|
+
/**
|
|
163
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
164
|
+
*/
|
|
165
|
+
pageSize?: number;
|
|
166
|
+
/**
|
|
167
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
168
|
+
*/
|
|
169
|
+
pageToken?: string;
|
|
170
|
+
/**
|
|
171
|
+
* A contract addresses to filter by.
|
|
172
|
+
*/
|
|
173
|
+
contractAddress?: string;
|
|
174
|
+
}): CancelablePromise<ListCollectibleBalancesResponse>;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export { EvmBalancesService };
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
class EvmBalancesService {
|
|
2
|
+
constructor(httpRequest) {
|
|
3
|
+
this.httpRequest = httpRequest;
|
|
4
|
+
}
|
|
5
|
+
getNativeBalance({
|
|
6
|
+
chainId,
|
|
7
|
+
address,
|
|
8
|
+
blockNumber,
|
|
9
|
+
currency
|
|
10
|
+
}) {
|
|
11
|
+
return this.httpRequest.request({
|
|
12
|
+
method: "GET",
|
|
13
|
+
url: "/v1/chains/{chainId}/addresses/{address}/balances:getNative",
|
|
14
|
+
path: {
|
|
15
|
+
"chainId": chainId,
|
|
16
|
+
"address": address
|
|
17
|
+
},
|
|
18
|
+
query: {
|
|
19
|
+
"blockNumber": blockNumber,
|
|
20
|
+
"currency": currency
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
listErc20Balances({
|
|
25
|
+
chainId,
|
|
26
|
+
address,
|
|
27
|
+
blockNumber,
|
|
28
|
+
pageSize = 10,
|
|
29
|
+
pageToken,
|
|
30
|
+
contractAddresses,
|
|
31
|
+
currency
|
|
32
|
+
}) {
|
|
33
|
+
return this.httpRequest.request({
|
|
34
|
+
method: "GET",
|
|
35
|
+
url: "/v1/chains/{chainId}/addresses/{address}/balances:listErc20",
|
|
36
|
+
path: {
|
|
37
|
+
"chainId": chainId,
|
|
38
|
+
"address": address
|
|
39
|
+
},
|
|
40
|
+
query: {
|
|
41
|
+
"blockNumber": blockNumber,
|
|
42
|
+
"pageSize": pageSize,
|
|
43
|
+
"pageToken": pageToken,
|
|
44
|
+
"contractAddresses": contractAddresses,
|
|
45
|
+
"currency": currency
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
listErc721Balances({
|
|
50
|
+
chainId,
|
|
51
|
+
address,
|
|
52
|
+
pageSize = 10,
|
|
53
|
+
pageToken,
|
|
54
|
+
contractAddress
|
|
55
|
+
}) {
|
|
56
|
+
return this.httpRequest.request({
|
|
57
|
+
method: "GET",
|
|
58
|
+
url: "/v1/chains/{chainId}/addresses/{address}/balances:listErc721",
|
|
59
|
+
path: {
|
|
60
|
+
"chainId": chainId,
|
|
61
|
+
"address": address
|
|
62
|
+
},
|
|
63
|
+
query: {
|
|
64
|
+
"pageSize": pageSize,
|
|
65
|
+
"pageToken": pageToken,
|
|
66
|
+
"contractAddress": contractAddress
|
|
67
|
+
}
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
listErc1155Balances({
|
|
71
|
+
chainId,
|
|
72
|
+
address,
|
|
73
|
+
blockNumber,
|
|
74
|
+
pageSize = 10,
|
|
75
|
+
pageToken,
|
|
76
|
+
contractAddress
|
|
77
|
+
}) {
|
|
78
|
+
return this.httpRequest.request({
|
|
79
|
+
method: "GET",
|
|
80
|
+
url: "/v1/chains/{chainId}/addresses/{address}/balances:listErc1155",
|
|
81
|
+
path: {
|
|
82
|
+
"chainId": chainId,
|
|
83
|
+
"address": address
|
|
84
|
+
},
|
|
85
|
+
query: {
|
|
86
|
+
"blockNumber": blockNumber,
|
|
87
|
+
"pageSize": pageSize,
|
|
88
|
+
"pageToken": pageToken,
|
|
89
|
+
"contractAddress": contractAddress
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
listCollectibleBalances({
|
|
94
|
+
chainId,
|
|
95
|
+
address,
|
|
96
|
+
pageSize = 10,
|
|
97
|
+
pageToken,
|
|
98
|
+
contractAddress
|
|
99
|
+
}) {
|
|
100
|
+
return this.httpRequest.request({
|
|
101
|
+
method: "GET",
|
|
102
|
+
url: "/v1/chains/{chainId}/addresses/{address}/balances:listCollectibles",
|
|
103
|
+
path: {
|
|
104
|
+
"chainId": chainId,
|
|
105
|
+
"address": address
|
|
106
|
+
},
|
|
107
|
+
query: {
|
|
108
|
+
"pageSize": pageSize,
|
|
109
|
+
"pageToken": pageToken,
|
|
110
|
+
"contractAddress": contractAddress
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export { EvmBalancesService };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { GetEvmBlockResponse } from '../models/GetEvmBlockResponse.js';
|
|
2
|
+
import { ListEvmBlocksResponse } from '../models/ListEvmBlocksResponse.js';
|
|
3
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
4
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
5
|
+
|
|
6
|
+
declare class EvmBlocksService {
|
|
7
|
+
readonly httpRequest: BaseHttpRequest;
|
|
8
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
9
|
+
/**
|
|
10
|
+
* List latest blocks
|
|
11
|
+
* Lists the latest indexed blocks on the EVM-compatible chain sorted in descending order by block timestamp.
|
|
12
|
+
* @returns ListEvmBlocksResponse
|
|
13
|
+
* @throws ApiError
|
|
14
|
+
*/
|
|
15
|
+
getLatestBlocks({ chainId, pageSize, pageToken, }: {
|
|
16
|
+
/**
|
|
17
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
18
|
+
*/
|
|
19
|
+
chainId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
22
|
+
*/
|
|
23
|
+
pageSize?: number;
|
|
24
|
+
/**
|
|
25
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
26
|
+
*/
|
|
27
|
+
pageToken?: string;
|
|
28
|
+
}): CancelablePromise<ListEvmBlocksResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Get block
|
|
31
|
+
* Gets the details of an individual block on the EVM-compatible chain.
|
|
32
|
+
* @returns GetEvmBlockResponse
|
|
33
|
+
* @throws ApiError
|
|
34
|
+
*/
|
|
35
|
+
getBlock({ chainId, blockId, }: {
|
|
36
|
+
/**
|
|
37
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
38
|
+
*/
|
|
39
|
+
chainId: string;
|
|
40
|
+
/**
|
|
41
|
+
* A block identifier which is either a block number or the block hash.
|
|
42
|
+
*/
|
|
43
|
+
blockId: string;
|
|
44
|
+
}): CancelablePromise<GetEvmBlockResponse>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export { EvmBlocksService };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
class EvmBlocksService {
|
|
2
|
+
constructor(httpRequest) {
|
|
3
|
+
this.httpRequest = httpRequest;
|
|
4
|
+
}
|
|
5
|
+
getLatestBlocks({
|
|
6
|
+
chainId,
|
|
7
|
+
pageSize = 10,
|
|
8
|
+
pageToken
|
|
9
|
+
}) {
|
|
10
|
+
return this.httpRequest.request({
|
|
11
|
+
method: "GET",
|
|
12
|
+
url: "/v1/chains/{chainId}/blocks",
|
|
13
|
+
path: {
|
|
14
|
+
"chainId": chainId
|
|
15
|
+
},
|
|
16
|
+
query: {
|
|
17
|
+
"pageSize": pageSize,
|
|
18
|
+
"pageToken": pageToken
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
getBlock({
|
|
23
|
+
chainId,
|
|
24
|
+
blockId
|
|
25
|
+
}) {
|
|
26
|
+
return this.httpRequest.request({
|
|
27
|
+
method: "GET",
|
|
28
|
+
url: "/v1/chains/{chainId}/blocks/{blockId}",
|
|
29
|
+
path: {
|
|
30
|
+
"chainId": chainId,
|
|
31
|
+
"blockId": blockId
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { EvmBlocksService };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { GetChainResponse } from '../models/GetChainResponse.js';
|
|
2
|
+
import { ListChainsResponse } from '../models/ListChainsResponse.js';
|
|
3
|
+
import { NetworkType } from '../models/NetworkType.js';
|
|
4
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
5
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
6
|
+
|
|
7
|
+
declare class EvmChainsService {
|
|
8
|
+
readonly httpRequest: BaseHttpRequest;
|
|
9
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
10
|
+
/**
|
|
11
|
+
* List chains
|
|
12
|
+
* Lists the supported EVM-compatible chains. Filterable by network.
|
|
13
|
+
* @returns ListChainsResponse
|
|
14
|
+
* @throws ApiError
|
|
15
|
+
*/
|
|
16
|
+
supportedChains({ network, }: {
|
|
17
|
+
/**
|
|
18
|
+
* mainnet or testnet.
|
|
19
|
+
*/
|
|
20
|
+
network?: NetworkType;
|
|
21
|
+
}): CancelablePromise<ListChainsResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* Get chain information
|
|
24
|
+
* Gets chain information for the EVM-compatible chain if supported by the api.
|
|
25
|
+
* @returns GetChainResponse
|
|
26
|
+
* @throws ApiError
|
|
27
|
+
*/
|
|
28
|
+
getChainInfo({ chainId, }: {
|
|
29
|
+
/**
|
|
30
|
+
* A supported evm chain id. Use the `/chains` endpoint to get a list of supported chain ids.
|
|
31
|
+
*/
|
|
32
|
+
chainId: string;
|
|
33
|
+
}): CancelablePromise<GetChainResponse>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { EvmChainsService };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
class EvmChainsService {
|
|
2
|
+
constructor(httpRequest) {
|
|
3
|
+
this.httpRequest = httpRequest;
|
|
4
|
+
}
|
|
5
|
+
supportedChains({
|
|
6
|
+
network
|
|
7
|
+
}) {
|
|
8
|
+
return this.httpRequest.request({
|
|
9
|
+
method: "GET",
|
|
10
|
+
url: "/v1/chains",
|
|
11
|
+
query: {
|
|
12
|
+
"network": network
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
getChainInfo({
|
|
17
|
+
chainId
|
|
18
|
+
}) {
|
|
19
|
+
return this.httpRequest.request({
|
|
20
|
+
method: "GET",
|
|
21
|
+
url: "/v1/chains/{chainId}",
|
|
22
|
+
path: {
|
|
23
|
+
"chainId": chainId
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { EvmChainsService };
|