@avalabs/glacier-sdk 2.8.0-alpha.99 → 2.8.0-canary.1c410fd.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 +2198 -1700
- package/dist/index.js +562 -266
- package/esm/generated/Glacier.d.ts +22 -2
- package/esm/generated/Glacier.js +23 -3
- package/esm/generated/core/OpenAPI.js +1 -1
- package/esm/generated/models/ActiveDelegatorDetails.d.ts +15 -0
- package/esm/generated/models/ActiveValidatorDetails.d.ts +20 -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 +15 -0
- package/esm/generated/models/CompletedValidatorDetails.d.ts +15 -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 +15 -0
- package/esm/generated/models/PendingReward.d.ts +22 -0
- package/esm/generated/models/PendingValidatorDetails.d.ts +12 -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/EvmTransactionsService.d.ts +311 -0
- package/esm/generated/services/EvmTransactionsService.js +251 -0
- package/esm/generated/services/HealthCheckService.d.ts +1 -1
- package/esm/generated/services/NfTsService.d.ts +69 -0
- package/esm/generated/services/NfTsService.js +50 -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 +62 -31
- package/esm/index.js +27 -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
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CreateEvmTransactionExportRequest } from '../models/CreateEvmTransactionExportRequest.js';
|
|
2
|
+
import { CreatePrimaryNetworkTransactionExportRequest } from '../models/CreatePrimaryNetworkTransactionExportRequest.js';
|
|
2
3
|
import { OperationStatusResponse } from '../models/OperationStatusResponse.js';
|
|
3
4
|
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
4
5
|
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
@@ -7,15 +8,19 @@ declare class OperationsService {
|
|
|
7
8
|
readonly httpRequest: BaseHttpRequest;
|
|
8
9
|
constructor(httpRequest: BaseHttpRequest);
|
|
9
10
|
/**
|
|
11
|
+
* Create transaction export operation
|
|
10
12
|
* Trigger a transaction export operation with given parameters.
|
|
13
|
+
*
|
|
14
|
+
* The transaction export operation runs asynchronously in the background. The status of the job can be retrieved from the `/v1/operations/:operationId` endpoint using the `operationId` returned from this endpoint.
|
|
11
15
|
* @returns OperationStatusResponse
|
|
12
16
|
* @throws ApiError
|
|
13
17
|
*/
|
|
14
18
|
postTransactionExportJob({ requestBody, }: {
|
|
15
|
-
requestBody:
|
|
19
|
+
requestBody: (CreateEvmTransactionExportRequest | CreatePrimaryNetworkTransactionExportRequest);
|
|
16
20
|
}): CancelablePromise<OperationStatusResponse>;
|
|
17
21
|
/**
|
|
18
|
-
*
|
|
22
|
+
* Get operation
|
|
23
|
+
* Gets operation details for the given operation id.
|
|
19
24
|
* @returns OperationStatusResponse
|
|
20
25
|
* @throws ApiError
|
|
21
26
|
*/
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { BlockchainId } from '../models/BlockchainId.js';
|
|
2
|
+
import { ListCChainAtomicBalancesResponse } from '../models/ListCChainAtomicBalancesResponse.js';
|
|
3
|
+
import { ListPChainBalancesResponse } from '../models/ListPChainBalancesResponse.js';
|
|
4
|
+
import { ListXChainBalancesResponse } from '../models/ListXChainBalancesResponse.js';
|
|
5
|
+
import { Network } from '../models/Network.js';
|
|
6
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
7
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
8
|
+
|
|
9
|
+
declare class PrimaryNetworkBalancesService {
|
|
10
|
+
readonly httpRequest: BaseHttpRequest;
|
|
11
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
12
|
+
/**
|
|
13
|
+
* Get balances
|
|
14
|
+
* Gets primary network balances for one of the Primary Network chains for the supplied addresses.
|
|
15
|
+
*
|
|
16
|
+
* C-Chain balances returned are only the shared atomic memory balance. For EVM balance, use the `/v1/chains/:chainId/addresses/:addressId/balances:getNative` endpoint.
|
|
17
|
+
* @returns any
|
|
18
|
+
* @throws ApiError
|
|
19
|
+
*/
|
|
20
|
+
getBalancesByAddresses({ blockchainId, network, blockTimestamp, addresses, }: {
|
|
21
|
+
/**
|
|
22
|
+
* A primary network blockchain id or alias.
|
|
23
|
+
*/
|
|
24
|
+
blockchainId: BlockchainId;
|
|
25
|
+
/**
|
|
26
|
+
* Either mainnet or a testnet.
|
|
27
|
+
*/
|
|
28
|
+
network: Network;
|
|
29
|
+
/**
|
|
30
|
+
* An epoch timestamp in seconds. Balance will be calculated at this timestamp.
|
|
31
|
+
*/
|
|
32
|
+
blockTimestamp?: number;
|
|
33
|
+
/**
|
|
34
|
+
* 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".
|
|
35
|
+
*/
|
|
36
|
+
addresses?: string;
|
|
37
|
+
}): CancelablePromise<(ListPChainBalancesResponse | ListXChainBalancesResponse | ListCChainAtomicBalancesResponse)>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export { PrimaryNetworkBalancesService };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
class PrimaryNetworkBalancesService {
|
|
2
|
+
constructor(httpRequest) {
|
|
3
|
+
this.httpRequest = httpRequest;
|
|
4
|
+
}
|
|
5
|
+
getBalancesByAddresses({
|
|
6
|
+
blockchainId,
|
|
7
|
+
network,
|
|
8
|
+
blockTimestamp,
|
|
9
|
+
addresses
|
|
10
|
+
}) {
|
|
11
|
+
return this.httpRequest.request({
|
|
12
|
+
method: "GET",
|
|
13
|
+
url: "/v1/networks/{network}/blockchains/{blockchainId}/balances",
|
|
14
|
+
path: {
|
|
15
|
+
"blockchainId": blockchainId,
|
|
16
|
+
"network": network
|
|
17
|
+
},
|
|
18
|
+
query: {
|
|
19
|
+
"blockTimestamp": blockTimestamp,
|
|
20
|
+
"addresses": addresses
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { PrimaryNetworkBalancesService };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { BlockchainId } from '../models/BlockchainId.js';
|
|
2
|
+
import { GetPrimaryNetworkBlockResponse } from '../models/GetPrimaryNetworkBlockResponse.js';
|
|
3
|
+
import { ListPrimaryNetworkBlocksResponse } from '../models/ListPrimaryNetworkBlocksResponse.js';
|
|
4
|
+
import { Network } from '../models/Network.js';
|
|
5
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
6
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
7
|
+
|
|
8
|
+
declare class PrimaryNetworkBlocksService {
|
|
9
|
+
readonly httpRequest: BaseHttpRequest;
|
|
10
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
11
|
+
/**
|
|
12
|
+
* Get block
|
|
13
|
+
* Gets a block by block height or block hash on one of the Primary Network chains.
|
|
14
|
+
* @returns GetPrimaryNetworkBlockResponse
|
|
15
|
+
* @throws ApiError
|
|
16
|
+
*/
|
|
17
|
+
getBlockById({ blockchainId, network, blockId, }: {
|
|
18
|
+
/**
|
|
19
|
+
* A primary network blockchain id or alias.
|
|
20
|
+
*/
|
|
21
|
+
blockchainId: BlockchainId;
|
|
22
|
+
/**
|
|
23
|
+
* Either mainnet or a testnet.
|
|
24
|
+
*/
|
|
25
|
+
network: Network;
|
|
26
|
+
/**
|
|
27
|
+
* A block identifier which is either a block number or the block hash.
|
|
28
|
+
*/
|
|
29
|
+
blockId: string;
|
|
30
|
+
}): CancelablePromise<GetPrimaryNetworkBlockResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* List blocks proposed by node
|
|
33
|
+
* Lists the latest blocks proposed by a given NodeID on one of the Primary Network chains.
|
|
34
|
+
* @returns ListPrimaryNetworkBlocksResponse
|
|
35
|
+
* @throws ApiError
|
|
36
|
+
*/
|
|
37
|
+
listPrimaryNetworkBlocksByNodeId({ blockchainId, network, nodeId, pageSize, pageToken, }: {
|
|
38
|
+
/**
|
|
39
|
+
* A primary network blockchain id or alias.
|
|
40
|
+
*/
|
|
41
|
+
blockchainId: BlockchainId;
|
|
42
|
+
/**
|
|
43
|
+
* Either mainnet or a testnet.
|
|
44
|
+
*/
|
|
45
|
+
network: Network;
|
|
46
|
+
/**
|
|
47
|
+
* A primary network (P or X chain) nodeId.
|
|
48
|
+
*/
|
|
49
|
+
nodeId: string;
|
|
50
|
+
/**
|
|
51
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
52
|
+
*/
|
|
53
|
+
pageSize?: number;
|
|
54
|
+
/**
|
|
55
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
56
|
+
*/
|
|
57
|
+
pageToken?: string;
|
|
58
|
+
}): CancelablePromise<ListPrimaryNetworkBlocksResponse>;
|
|
59
|
+
/**
|
|
60
|
+
* List latest blocks
|
|
61
|
+
* Lists latest blocks on one of the Primary Network chains.
|
|
62
|
+
* @returns ListPrimaryNetworkBlocksResponse
|
|
63
|
+
* @throws ApiError
|
|
64
|
+
*/
|
|
65
|
+
listLatestPrimaryNetworkBlocks({ blockchainId, network, pageSize, pageToken, }: {
|
|
66
|
+
/**
|
|
67
|
+
* A primary network blockchain id or alias.
|
|
68
|
+
*/
|
|
69
|
+
blockchainId: BlockchainId;
|
|
70
|
+
/**
|
|
71
|
+
* Either mainnet or a testnet.
|
|
72
|
+
*/
|
|
73
|
+
network: Network;
|
|
74
|
+
/**
|
|
75
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
76
|
+
*/
|
|
77
|
+
pageSize?: number;
|
|
78
|
+
/**
|
|
79
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
80
|
+
*/
|
|
81
|
+
pageToken?: string;
|
|
82
|
+
}): CancelablePromise<ListPrimaryNetworkBlocksResponse>;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export { PrimaryNetworkBlocksService };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
class PrimaryNetworkBlocksService {
|
|
2
|
+
constructor(httpRequest) {
|
|
3
|
+
this.httpRequest = httpRequest;
|
|
4
|
+
}
|
|
5
|
+
getBlockById({
|
|
6
|
+
blockchainId,
|
|
7
|
+
network,
|
|
8
|
+
blockId
|
|
9
|
+
}) {
|
|
10
|
+
return this.httpRequest.request({
|
|
11
|
+
method: "GET",
|
|
12
|
+
url: "/v1/networks/{network}/blockchains/{blockchainId}/blocks/{blockId}",
|
|
13
|
+
path: {
|
|
14
|
+
"blockchainId": blockchainId,
|
|
15
|
+
"network": network,
|
|
16
|
+
"blockId": blockId
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
listPrimaryNetworkBlocksByNodeId({
|
|
21
|
+
blockchainId,
|
|
22
|
+
network,
|
|
23
|
+
nodeId,
|
|
24
|
+
pageSize = 10,
|
|
25
|
+
pageToken
|
|
26
|
+
}) {
|
|
27
|
+
return this.httpRequest.request({
|
|
28
|
+
method: "GET",
|
|
29
|
+
url: "/v1/networks/{network}/blockchains/{blockchainId}/nodes/{nodeId}/blocks",
|
|
30
|
+
path: {
|
|
31
|
+
"blockchainId": blockchainId,
|
|
32
|
+
"network": network,
|
|
33
|
+
"nodeId": nodeId
|
|
34
|
+
},
|
|
35
|
+
query: {
|
|
36
|
+
"pageSize": pageSize,
|
|
37
|
+
"pageToken": pageToken
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
listLatestPrimaryNetworkBlocks({
|
|
42
|
+
blockchainId,
|
|
43
|
+
network,
|
|
44
|
+
pageSize = 10,
|
|
45
|
+
pageToken
|
|
46
|
+
}) {
|
|
47
|
+
return this.httpRequest.request({
|
|
48
|
+
method: "GET",
|
|
49
|
+
url: "/v1/networks/{network}/blockchains/{blockchainId}/blocks",
|
|
50
|
+
path: {
|
|
51
|
+
"blockchainId": blockchainId,
|
|
52
|
+
"network": network
|
|
53
|
+
},
|
|
54
|
+
query: {
|
|
55
|
+
"pageSize": pageSize,
|
|
56
|
+
"pageToken": pageToken
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export { PrimaryNetworkBlocksService };
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { ListHistoricalRewardsResponse } from '../models/ListHistoricalRewardsResponse.js';
|
|
2
|
+
import { ListPendingRewardsResponse } from '../models/ListPendingRewardsResponse.js';
|
|
3
|
+
import { Network } from '../models/Network.js';
|
|
4
|
+
import { SortOrder } from '../models/SortOrder.js';
|
|
5
|
+
import { CancelablePromise } from '../core/CancelablePromise.js';
|
|
6
|
+
import { BaseHttpRequest } from '../core/BaseHttpRequest.js';
|
|
7
|
+
|
|
8
|
+
declare class PrimaryNetworkRewardsService {
|
|
9
|
+
readonly httpRequest: BaseHttpRequest;
|
|
10
|
+
constructor(httpRequest: BaseHttpRequest);
|
|
11
|
+
/**
|
|
12
|
+
* List pending rewards
|
|
13
|
+
* Lists pending rewards on the Primary Network for the supplied addresses.
|
|
14
|
+
* @returns ListPendingRewardsResponse
|
|
15
|
+
* @throws ApiError
|
|
16
|
+
*/
|
|
17
|
+
listPendingPrimaryNetworkRewards({ network, addresses, pageSize, pageToken, sortOrder, }: {
|
|
18
|
+
/**
|
|
19
|
+
* Either mainnet or a testnet.
|
|
20
|
+
*/
|
|
21
|
+
network: Network;
|
|
22
|
+
/**
|
|
23
|
+
* 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".
|
|
24
|
+
*/
|
|
25
|
+
addresses?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
28
|
+
*/
|
|
29
|
+
pageSize?: number;
|
|
30
|
+
/**
|
|
31
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
32
|
+
*/
|
|
33
|
+
pageToken?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
|
|
36
|
+
*/
|
|
37
|
+
sortOrder?: SortOrder;
|
|
38
|
+
}): CancelablePromise<ListPendingRewardsResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* List historical rewards
|
|
41
|
+
* Lists historical rewards on the Primary Network for the supplied addresses.
|
|
42
|
+
* @returns ListHistoricalRewardsResponse
|
|
43
|
+
* @throws ApiError
|
|
44
|
+
*/
|
|
45
|
+
listHistoricalPrimaryNetworkRewards({ network, addresses, pageSize, pageToken, sortOrder, }: {
|
|
46
|
+
/**
|
|
47
|
+
* Either mainnet or a testnet.
|
|
48
|
+
*/
|
|
49
|
+
network: Network;
|
|
50
|
+
/**
|
|
51
|
+
* 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".
|
|
52
|
+
*/
|
|
53
|
+
addresses?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
|
|
56
|
+
*/
|
|
57
|
+
pageSize?: number;
|
|
58
|
+
/**
|
|
59
|
+
* A page token, received from a previous list call. Provide this to retrieve the subsequent page.
|
|
60
|
+
*/
|
|
61
|
+
pageToken?: string;
|
|
62
|
+
/**
|
|
63
|
+
* The order by which to sort results. Use "asc" for ascending order, "desc" for descending order. Sorted by timestamp or the `sortBy` query parameter, if provided.
|
|
64
|
+
*/
|
|
65
|
+
sortOrder?: SortOrder;
|
|
66
|
+
}): CancelablePromise<ListHistoricalRewardsResponse>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export { PrimaryNetworkRewardsService };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
class PrimaryNetworkRewardsService {
|
|
2
|
+
constructor(httpRequest) {
|
|
3
|
+
this.httpRequest = httpRequest;
|
|
4
|
+
}
|
|
5
|
+
listPendingPrimaryNetworkRewards({
|
|
6
|
+
network,
|
|
7
|
+
addresses,
|
|
8
|
+
pageSize = 10,
|
|
9
|
+
pageToken,
|
|
10
|
+
sortOrder
|
|
11
|
+
}) {
|
|
12
|
+
return this.httpRequest.request({
|
|
13
|
+
method: "GET",
|
|
14
|
+
url: "/v1/networks/{network}/rewards:listPending",
|
|
15
|
+
path: {
|
|
16
|
+
"network": network
|
|
17
|
+
},
|
|
18
|
+
query: {
|
|
19
|
+
"addresses": addresses,
|
|
20
|
+
"pageSize": pageSize,
|
|
21
|
+
"pageToken": pageToken,
|
|
22
|
+
"sortOrder": sortOrder
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
listHistoricalPrimaryNetworkRewards({
|
|
27
|
+
network,
|
|
28
|
+
addresses,
|
|
29
|
+
pageSize = 10,
|
|
30
|
+
pageToken,
|
|
31
|
+
sortOrder
|
|
32
|
+
}) {
|
|
33
|
+
return this.httpRequest.request({
|
|
34
|
+
method: "GET",
|
|
35
|
+
url: "/v1/networks/{network}/rewards",
|
|
36
|
+
path: {
|
|
37
|
+
"network": network
|
|
38
|
+
},
|
|
39
|
+
query: {
|
|
40
|
+
"addresses": addresses,
|
|
41
|
+
"pageSize": pageSize,
|
|
42
|
+
"pageToken": pageToken,
|
|
43
|
+
"sortOrder": sortOrder
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export { PrimaryNetworkRewardsService };
|