@nadohq/indexer-client 0.23.0 → 0.25.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/README.md +1 -1
- package/dist/{IndexerBaseClient-B9mVJ4AO.cjs → IndexerBaseClient-D_xMNjhf.cjs} +60 -1
- package/dist/IndexerBaseClient-D_xMNjhf.cjs.map +1 -0
- package/dist/IndexerBaseClient.cjs +1 -1
- package/dist/IndexerBaseClient.d.cts +14 -2
- package/dist/IndexerBaseClient.d.cts.map +1 -1
- package/dist/IndexerBaseClient.d.ts +14 -2
- package/dist/IndexerBaseClient.d.ts.map +1 -1
- package/dist/IndexerBaseClient.js +59 -0
- package/dist/IndexerBaseClient.js.map +1 -1
- package/dist/IndexerClient.cjs +1 -1
- package/dist/IndexerClient.d.cts +1 -1
- package/dist/IndexerClient.d.ts +1 -1
- package/dist/{clientTypes-D3Nz5aqe.d.ts → clientTypes-BzpYIUbg.d.ts} +70 -3
- package/dist/{clientTypes-D3Nz5aqe.d.ts.map → clientTypes-BzpYIUbg.d.ts.map} +1 -1
- package/dist/{clientTypes-Bkn43EQv.d.cts → clientTypes-CgQ-pdym.d.cts} +70 -3
- package/dist/{clientTypes-Bkn43EQv.d.cts.map → clientTypes-CgQ-pdym.d.cts.map} +1 -1
- package/dist/dataMappers.cjs +1 -1
- package/dist/dataMappers.d.cts +2 -2
- package/dist/dataMappers.d.ts +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/{indexerBalanceValue-BgQT5eiM.d.cts → indexerBalanceValue-BMncrrka.d.cts} +2 -2
- package/dist/{indexerBalanceValue-BgQT5eiM.d.cts.map → indexerBalanceValue-BMncrrka.d.cts.map} +1 -1
- package/dist/{indexerBalanceValue-OWVUonb1.d.ts → indexerBalanceValue-BeyJ655G.d.ts} +2 -2
- package/dist/{indexerBalanceValue-OWVUonb1.d.ts.map → indexerBalanceValue-BeyJ655G.d.ts.map} +1 -1
- package/dist/{paginatedEventsTypes-BeIZindR.d.ts → paginatedEventsTypes-B8d8yiii.d.ts} +2 -2
- package/dist/{paginatedEventsTypes-BeIZindR.d.ts.map → paginatedEventsTypes-B8d8yiii.d.ts.map} +1 -1
- package/dist/{paginatedEventsTypes-B0B3Ab95.d.cts → paginatedEventsTypes-rj9qNxIF.d.cts} +2 -2
- package/dist/{paginatedEventsTypes-B0B3Ab95.d.cts.map → paginatedEventsTypes-rj9qNxIF.d.cts.map} +1 -1
- package/dist/{serverTypes-DDDxKvr2.d.ts → serverTypes-Co5rgD5o.d.ts} +64 -2
- package/dist/serverTypes-Co5rgD5o.d.ts.map +1 -0
- package/dist/{serverTypes-a-spWn0r.d.cts → serverTypes-Dl79x4IJ.d.cts} +64 -2
- package/dist/serverTypes-Dl79x4IJ.d.cts.map +1 -0
- package/dist/types/clientTypes.d.cts +2 -2
- package/dist/types/clientTypes.d.ts +2 -2
- package/dist/types/index.d.cts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/types/paginatedEventsTypes.d.cts +1 -1
- package/dist/types/paginatedEventsTypes.d.ts +1 -1
- package/dist/types/serverTypes.d.cts +2 -2
- package/dist/types/serverTypes.d.ts +2 -2
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/indexerBalanceValue.d.cts +1 -1
- package/dist/utils/indexerBalanceValue.d.ts +1 -1
- package/package.json +4 -4
- package/src/IndexerBaseClient.ts +83 -0
- package/src/types/clientTypes.ts +81 -0
- package/src/types/serverTypes.ts +85 -0
- package/dist/IndexerBaseClient-B9mVJ4AO.cjs.map +0 -1
- package/dist/serverTypes-DDDxKvr2.d.ts.map +0 -1
- package/dist/serverTypes-a-spWn0r.d.cts.map +0 -1
package/dist/dataMappers.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { C as IndexerServerTx, _ as IndexerServerOrder, d as IndexerServerMarketSnapshot, h as IndexerServerNlpSnapshot, i as IndexerServerLeaderboardContest, l as IndexerServerMaker, m as IndexerServerMatchEventBalances, n as IndexerServerCandlestick, o as IndexerServerLeaderboardPosition, r as IndexerServerEvent, s as IndexerServerLeaderboardRegistration, t as IndexerServerBalance, v as IndexerServerProduct, x as IndexerServerSnapshotsInterval, y as IndexerServerProductPayment } from "./serverModelTypes-BwLIAkc1.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { C as IndexerServerFundingRateHistoryEntry, Ft as IndexerServerV2TickerResponse, Mt as IndexerServerV2MarketHours, Nt as IndexerServerV2Symbol, S as IndexerServerFundingRate, lt as IndexerServerPerpPrices } from "./serverTypes-Co5rgD5o.js";
|
|
3
|
+
import { At as IndexerEventWithTx, Bt as IndexerMarketSnapshot, Et as IndexerEvent, Ft as IndexerLeaderboardParticipant, Gt as IndexerOrder, Ht as IndexerMatchEventBalances, It as IndexerLeaderboardRegistration, Kt as IndexerPerpBalance, Mt as IndexerFundingRateHistoryEntry, Nt as IndexerLeaderboardContest, Qt as IndexerSnapshotsIntervalParams, Rt as IndexerMaker, Ut as IndexerNlpSnapshot, Yt as IndexerProductPayment, en as IndexerSpotBalance, in as IndexerV2TickerResponse, jt as IndexerFundingRate, nn as IndexerV2MarketHours, qt as IndexerPerpPrices, rn as IndexerV2Symbol, t as Candlestick } from "./clientTypes-BzpYIUbg.js";
|
|
4
4
|
import { Market } from "@nadohq/shared";
|
|
5
5
|
|
|
6
6
|
//#region src/dataMappers.d.ts
|
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_IndexerBaseClient = require("./IndexerBaseClient-
|
|
2
|
+
const require_IndexerBaseClient = require("./IndexerBaseClient-D_xMNjhf.cjs");
|
|
3
3
|
const require_IndexerClient = require("./IndexerClient.cjs");
|
|
4
4
|
const require_endpoints = require("./endpoints.cjs");
|
|
5
5
|
const require_types_CandlestickPeriod = require("./types/CandlestickPeriod.cjs");
|
package/dist/index.d.cts
CHANGED
|
@@ -3,12 +3,12 @@ import { t as IndexerEventType } from "./IndexerEventType-9GB2zRoN.cjs";
|
|
|
3
3
|
import { t as IndexerLeaderboardRankType } from "./IndexerLeaderboardType-Ck12QVWR.cjs";
|
|
4
4
|
import { a as NadoTransferQuoteTx, c as NadoWithdrawCollateralV2Tx, i as NadoMatchOrdersTx, n as NadoLiquidateSubaccountTx, o as NadoTx, r as NadoMatchOrdersRfqTx, s as NadoWithdrawCollateralTx, t as NadoDepositCollateralTx } from "./NadoTx-C3_f0YvI.cjs";
|
|
5
5
|
import { C as IndexerServerTx, S as IndexerServerSocialAccount, _ as IndexerServerOrder, a as IndexerServerLeaderboardContestTrack, b as IndexerServerProductSnapshot, c as IndexerServerLeaderboardTrackPosition, d as IndexerServerMarketSnapshot, f as IndexerServerMarketSnapshotInterval, g as IndexerServerOraclePrice, h as IndexerServerNlpSnapshot, i as IndexerServerLeaderboardContest, l as IndexerServerMaker, m as IndexerServerMatchEventBalances, n as IndexerServerCandlestick, o as IndexerServerLeaderboardPosition, p as IndexerServerMatchEvent, r as IndexerServerEvent, s as IndexerServerLeaderboardRegistration, t as IndexerServerBalance, u as IndexerServerMakerData, v as IndexerServerProduct, x as IndexerServerSnapshotsInterval, y as IndexerServerProductPayment } from "./serverModelTypes-sQOL10Bi.cjs";
|
|
6
|
-
import { $ as
|
|
7
|
-
import { $ as
|
|
6
|
+
import { $ as IndexerServerMultiProductsParams, A as IndexerServerInterestFundingParams, At as IndexerServerSocialConnectResponse, B as IndexerServerLeaderboardRegistrationsResponse, Bt as IndexerServerXPointsQuest, C as IndexerServerFundingRateHistoryEntry, Ct as IndexerServerQueryResponseByType, D as IndexerServerFundingRateResponse, Dt as IndexerServerRevokeSocialAccountParams, E as IndexerServerFundingRateParams, Et as IndexerServerReferralCodeResponse, F as IndexerServerLeaderboardRankParams, Ft as IndexerServerV2TickerResponse, G as IndexerServerListSubaccountsParams, H as IndexerServerLinkedSignerParams, I as IndexerServerLeaderboardRankResponse, It as IndexerServerV2TickersResponse, J as IndexerServerMakerStatisticsResponse, K as IndexerServerListSubaccountsResponse, L as IndexerServerLeaderboardRegisterParams, Lt as IndexerServerXPointsAllTime, M as IndexerServerLeaderboardContestsParams, Mt as IndexerServerV2MarketHours, N as IndexerServerLeaderboardContestsResponse, Nt as IndexerServerV2Symbol, O as IndexerServerFundingRatesParams, Ot as IndexerServerSocialAccountsResponse, P as IndexerServerLeaderboardParams, Pt as IndexerServerV2SymbolsResponse, Q as IndexerServerMatchEventsResponse, R as IndexerServerLeaderboardRegisterResponse, Rt as IndexerServerXPointsEpoch, S as IndexerServerFundingRate, St as IndexerServerQueryRequestType, T as IndexerServerFundingRateHistoryResponse, Tt as IndexerServerReferralCodeParams, U as IndexerServerLinkedSignerResponse, V as IndexerServerLeaderboardResponse, Vt as IndexerServerXPointsResponse, W as IndexerServerListSocialAccountsParams, X as IndexerServerMarketSnapshotsResponse, Y as IndexerServerMarketSnapshotsParams, Z as IndexerServerMatchEventsParams, _ as IndexerServerDDAResponse, _t as IndexerServerPrivateAlphaChoiceParams, a as IndexerServerAllTimePoints, at as IndexerServerOraclePricesParams, b as IndexerServerFastWithdrawalSignatureParams, bt as IndexerServerProductsResponse, c as IndexerServerCandlesticksResponse, ct as IndexerServerOrdersResponse, d as IndexerServerCashIncentivesEventPlatform, dt as IndexerServerPerpPricesResponse, et as IndexerServerMultiProductsResponse, f as IndexerServerCashIncentivesEventWallet, ft as IndexerServerPointsEpoch, g as IndexerServerDDAQueryParams, gt as IndexerServerPriceResponse, h as IndexerServerCashIncentivesWalletSummary, ht as IndexerServerPriceParams, i as IndexerEdgeServerMarketSnapshotsResponse, it as IndexerServerNlpSnapshotsResponse, j as IndexerServerInterestFundingResponse, jt as IndexerServerTriggerTypeFilter, k as IndexerServerFundingRatesResponse, kt as IndexerServerSocialConnectParams, l as IndexerServerCashIncentivesEvent, lt as IndexerServerPerpPrices, m as IndexerServerCashIncentivesResponse, mt as IndexerServerPointsResponse, n as IndexerEdgeServerCandlesticksResponse, nt as IndexerServerMultiSubaccountSnapshotsResponse, o as IndexerServerBacklogResponse, ot as IndexerServerOraclePricesResponse, p as IndexerServerCashIncentivesParams, pt as IndexerServerPointsParams, q as IndexerServerMakerStatisticsParams, r as IndexerEdgeServerMarketSnapshotsParams, rt as IndexerServerNlpSnapshotsParams, s as IndexerServerCandlesticksParams, st as IndexerServerOrdersParams, t as IndexerEdgeServerCandlesticksParams, tt as IndexerServerMultiSubaccountSnapshotsParams, u as IndexerServerCashIncentivesEventMetadata, ut as IndexerServerPerpPricesParams, v as IndexerServerEventsParams, vt as IndexerServerPrivateAlphaChoiceResponse, w as IndexerServerFundingRateHistoryParams, wt as IndexerServerQuotePriceResponse, x as IndexerServerFastWithdrawalSignatureResponse, xt as IndexerServerQueryRequestByType, y as IndexerServerEventsResponse, yt as IndexerServerProductsParams, z as IndexerServerLeaderboardRegistrationsParams, zt as IndexerServerXPointsParams } from "./serverTypes-Dl79x4IJ.cjs";
|
|
7
|
+
import { $ as GetIndexerOrdersResponse, $t as IndexerSocialAccountInfo, A as GetIndexerLeaderboardRegistrationsResponse, At as IndexerEventWithTx, B as GetIndexerMultiProductFundingRatesParams, Bt as IndexerMarketSnapshot, C as GetIndexerInterestFundingPaymentsResponse, Ct as IndexerCashIncentivesEventPlatform, D as GetIndexerLeaderboardParticipantParams, Dt as IndexerEventBalanceStateSnapshot, E as GetIndexerLeaderboardParams, Et as IndexerEvent, F as GetIndexerMakerStatisticsResponse, Ft as IndexerLeaderboardParticipant, G as GetIndexerMultiProductSnapshotsResponse, Gt as IndexerOrder, H as GetIndexerMultiProductPerpPricesParams, Ht as IndexerMatchEventBalances, I as GetIndexerMarketSnapshotsParams, It as IndexerLeaderboardRegistration, J as GetIndexerNlpSnapshotsParams, Jt as IndexerPointsEpoch, K as GetIndexerMultiSubaccountSnapshotsParams, Kt as IndexerPerpBalance, L as GetIndexerMarketSnapshotsResponse, Lt as IndexerLeaderboardTrackPosition, M as GetIndexerLinkedSignerParams, Mt as IndexerFundingRateHistoryEntry, N as GetIndexerLinkedSignerResponse, Nt as IndexerLeaderboardContest, O as GetIndexerLeaderboardParticipantResponse, Ot as IndexerEventPerpStateSnapshot, P as GetIndexerMakerStatisticsParams, Pt as IndexerLeaderboardContestTrack, Q as GetIndexerOrdersParams, Qt as IndexerSnapshotsIntervalParams, R as GetIndexerMatchEventsParams, Rt as IndexerMaker, S as GetIndexerInterestFundingPaymentsParams, St as IndexerCashIncentivesEventMetadata, T as GetIndexerLeaderboardContestsResponse, Tt as IndexerCashIncentivesWalletSummary, U as GetIndexerMultiProductPerpPricesResponse, Ut as IndexerNlpSnapshot, V as GetIndexerMultiProductFundingRatesResponse, Vt as IndexerMatchEvent, W as GetIndexerMultiProductSnapshotsParams, Wt as IndexerOraclePrice, X as GetIndexerOraclePricesParams, Xt as IndexerProductSnapshot, Y as GetIndexerNlpSnapshotsResponse, Yt as IndexerProductPayment, Z as GetIndexerOraclePricesResponse, Zt as IndexerSnapshotBalance, _ as GetIndexerFastWithdrawalSignatureResponse, _n as TickerMarketType, _t as GetIndexerXPointsParams, a as GetIndexerCandlesticksParams, an as IndexerV2TradingStatus, at as GetIndexerPrivateAlphaChoiceResponse, b as GetIndexerFundingRateParams, bt as IndexerBalanceTrackedVars, c as GetIndexerCashIncentivesResponse, cn as IndexerXPointsQuest, ct as GetIndexerQuotePriceResponse, d as GetIndexerEdgeMarketSnapshotResponse, dn as ListIndexerSubaccountsParams, dt as GetIndexerSubaccountDDAParams, en as IndexerSpotBalance, et as GetIndexerPerpPricesParams, f as GetIndexerEdgeMarketSnapshotsParams, fn as ListIndexerSubaccountsResponse, ft as GetIndexerSubaccountDDAResponse, g as GetIndexerFastWithdrawalSignatureParams, gn as RevokeSocialAccountResponse, gt as GetIndexerV2TickersResponse, h as GetIndexerEventsResponse, hn as RevokeSocialAccountParams, ht as GetIndexerV2TickersParams, i as GetIndexerBacklogResponse, in as IndexerV2TickerResponse, it as GetIndexerPrivateAlphaChoiceParams, j as GetIndexerLeaderboardResponse, jt as IndexerFundingRate, k as GetIndexerLeaderboardRegistrationsParams, kt as IndexerEventSpotStateSnapshot, l as GetIndexerEdgeCandlesticksParams, ln as ListIndexerSocialAccountsParams, lt as GetIndexerReferralCodeParams, m as GetIndexerEventsParams, mn as RegisterLeaderboardResponse, mt as GetIndexerV2SymbolsResponse, n as ConnectSocialAccountParams, nn as IndexerV2MarketHours, nt as GetIndexerPointsParams, o as GetIndexerCandlesticksResponse, on as IndexerXPointsAllTime, ot as GetIndexerProductSnapshotsParams, p as GetIndexerEventsLimitType, pn as RegisterLeaderboardParams, pt as GetIndexerV2SymbolsParams, q as GetIndexerMultiSubaccountSnapshotsResponse, qt as IndexerPerpPrices, r as ConnectSocialAccountResponse, rn as IndexerV2Symbol, rt as GetIndexerPointsResponse, s as GetIndexerCashIncentivesParams, sn as IndexerXPointsEpoch, st as GetIndexerProductSnapshotsResponse, t as Candlestick, tn as IndexerSubaccountSnapshot, tt as GetIndexerPerpPricesResponse, u as GetIndexerEdgeCandlesticksResponse, un as ListIndexerSocialAccountsResponse, ut as GetIndexerReferralCodeResponse, v as GetIndexerFundingRateHistoryParams, vt as GetIndexerXPointsResponse, w as GetIndexerLeaderboardContestsParams, wt as IndexerCashIncentivesEventWallet, x as GetIndexerFundingRateResponse, xt as IndexerCashIncentivesEvent, y as GetIndexerFundingRateHistoryResponse, yt as IndexerAllTimePoints, z as GetIndexerMatchEventsResponse, zt as IndexerMakerSnapshot } from "./clientTypes-CgQ-pdym.cjs";
|
|
8
8
|
import { t as CollateralEventType } from "./collateralEventType-CNrryEno.cjs";
|
|
9
|
-
import { C as IndexerSettlementEvent, S as IndexerPaginationParams, T as WithPaginationMeta, _ as GetIndexerSubaccountSettlementEventsResponse, a as GetIndexerPaginatedOrdersParams, b as IndexerNlpEvent, c as GetIndexerSubaccountCollateralEventsResponse, d as GetIndexerSubaccountLiquidationEventsResponse, f as GetIndexerSubaccountMatchEventParams, g as GetIndexerSubaccountSettlementEventsParams, h as GetIndexerSubaccountNlpEventsResponse, i as GetIndexerPaginatedLeaderboardResponse, l as GetIndexerSubaccountInterestFundingPaymentsParams, m as GetIndexerSubaccountNlpEventsParams, n as GetIndexerPaginatedInterestFundingPaymentsResponse, o as GetIndexerPaginatedOrdersResponse, p as GetIndexerSubaccountMatchEventsResponse, r as GetIndexerPaginatedLeaderboardParams, s as GetIndexerSubaccountCollateralEventsParams, t as BaseIndexerPaginatedEvent, u as GetIndexerSubaccountLiquidationEventsParams, v as IndexerCollateralEvent, w as PaginatedIndexerEventsResponse, x as IndexerPaginationMeta, y as IndexerLiquidationEvent } from "./paginatedEventsTypes-
|
|
9
|
+
import { C as IndexerSettlementEvent, S as IndexerPaginationParams, T as WithPaginationMeta, _ as GetIndexerSubaccountSettlementEventsResponse, a as GetIndexerPaginatedOrdersParams, b as IndexerNlpEvent, c as GetIndexerSubaccountCollateralEventsResponse, d as GetIndexerSubaccountLiquidationEventsResponse, f as GetIndexerSubaccountMatchEventParams, g as GetIndexerSubaccountSettlementEventsParams, h as GetIndexerSubaccountNlpEventsResponse, i as GetIndexerPaginatedLeaderboardResponse, l as GetIndexerSubaccountInterestFundingPaymentsParams, m as GetIndexerSubaccountNlpEventsParams, n as GetIndexerPaginatedInterestFundingPaymentsResponse, o as GetIndexerPaginatedOrdersResponse, p as GetIndexerSubaccountMatchEventsResponse, r as GetIndexerPaginatedLeaderboardParams, s as GetIndexerSubaccountCollateralEventsParams, t as BaseIndexerPaginatedEvent, u as GetIndexerSubaccountLiquidationEventsParams, v as IndexerCollateralEvent, w as PaginatedIndexerEventsResponse, x as IndexerPaginationMeta, y as IndexerLiquidationEvent } from "./paginatedEventsTypes-rj9qNxIF.cjs";
|
|
10
10
|
import { IndexerBaseClient, IndexerClientOpts } from "./IndexerBaseClient.cjs";
|
|
11
11
|
import { IndexerClient } from "./IndexerClient.cjs";
|
|
12
12
|
import { INDEXER_CLIENT_ENDPOINTS } from "./endpoints.cjs";
|
|
13
|
-
import { n as calcIndexerPerpBalanceValue, r as calcIndexerSpotBalanceValue, t as calcIndexerPerpBalanceNotionalValue } from "./indexerBalanceValue-
|
|
14
|
-
export { BaseIndexerPaginatedEvent, Candlestick, CandlestickPeriod, CollateralEventType, ConnectSocialAccountParams, ConnectSocialAccountResponse, GetIndexerBacklogResponse, GetIndexerCandlesticksParams, GetIndexerCandlesticksResponse, GetIndexerEdgeCandlesticksParams, GetIndexerEdgeCandlesticksResponse, GetIndexerEdgeMarketSnapshotResponse, GetIndexerEdgeMarketSnapshotsParams, GetIndexerEventsLimitType, GetIndexerEventsParams, GetIndexerEventsResponse, GetIndexerFastWithdrawalSignatureParams, GetIndexerFastWithdrawalSignatureResponse, GetIndexerFundingRateHistoryParams, GetIndexerFundingRateHistoryResponse, GetIndexerFundingRateParams, GetIndexerFundingRateResponse, GetIndexerInterestFundingPaymentsParams, GetIndexerInterestFundingPaymentsResponse, GetIndexerLeaderboardContestsParams, GetIndexerLeaderboardContestsResponse, GetIndexerLeaderboardParams, GetIndexerLeaderboardParticipantParams, GetIndexerLeaderboardParticipantResponse, GetIndexerLeaderboardRegistrationsParams, GetIndexerLeaderboardRegistrationsResponse, GetIndexerLeaderboardResponse, GetIndexerLinkedSignerParams, GetIndexerLinkedSignerResponse, GetIndexerMakerStatisticsParams, GetIndexerMakerStatisticsResponse, GetIndexerMarketSnapshotsParams, GetIndexerMarketSnapshotsResponse, GetIndexerMatchEventsParams, GetIndexerMatchEventsResponse, GetIndexerMultiProductFundingRatesParams, GetIndexerMultiProductFundingRatesResponse, GetIndexerMultiProductPerpPricesParams, GetIndexerMultiProductPerpPricesResponse, GetIndexerMultiProductSnapshotsParams, GetIndexerMultiProductSnapshotsResponse, GetIndexerMultiSubaccountSnapshotsParams, GetIndexerMultiSubaccountSnapshotsResponse, GetIndexerNlpSnapshotsParams, GetIndexerNlpSnapshotsResponse, GetIndexerOraclePricesParams, GetIndexerOraclePricesResponse, GetIndexerOrdersParams, GetIndexerOrdersResponse, GetIndexerPaginatedInterestFundingPaymentsResponse, GetIndexerPaginatedLeaderboardParams, GetIndexerPaginatedLeaderboardResponse, GetIndexerPaginatedOrdersParams, GetIndexerPaginatedOrdersResponse, GetIndexerPerpPricesParams, GetIndexerPerpPricesResponse, GetIndexerPointsParams, GetIndexerPointsResponse, GetIndexerPrivateAlphaChoiceParams, GetIndexerPrivateAlphaChoiceResponse, GetIndexerProductSnapshotsParams, GetIndexerProductSnapshotsResponse, GetIndexerQuotePriceResponse, GetIndexerReferralCodeParams, GetIndexerReferralCodeResponse, GetIndexerSubaccountCollateralEventsParams, GetIndexerSubaccountCollateralEventsResponse, GetIndexerSubaccountDDAParams, GetIndexerSubaccountDDAResponse, GetIndexerSubaccountInterestFundingPaymentsParams, GetIndexerSubaccountLiquidationEventsParams, GetIndexerSubaccountLiquidationEventsResponse, GetIndexerSubaccountMatchEventParams, GetIndexerSubaccountMatchEventsResponse, GetIndexerSubaccountNlpEventsParams, GetIndexerSubaccountNlpEventsResponse, GetIndexerSubaccountSettlementEventsParams, GetIndexerSubaccountSettlementEventsResponse, GetIndexerV2SymbolsParams, GetIndexerV2SymbolsResponse, GetIndexerV2TickersParams, GetIndexerV2TickersResponse, INDEXER_CLIENT_ENDPOINTS, IndexerAllTimePoints, IndexerBalanceTrackedVars, IndexerBaseClient, IndexerClient, IndexerClientOpts, IndexerCollateralEvent, IndexerEdgeServerCandlesticksParams, IndexerEdgeServerCandlesticksResponse, IndexerEdgeServerMarketSnapshotsParams, IndexerEdgeServerMarketSnapshotsResponse, IndexerEvent, IndexerEventBalanceStateSnapshot, IndexerEventPerpStateSnapshot, IndexerEventSpotStateSnapshot, IndexerEventType, IndexerEventWithTx, IndexerFundingRate, IndexerFundingRateHistoryEntry, IndexerLeaderboardContest, IndexerLeaderboardContestTrack, IndexerLeaderboardParticipant, IndexerLeaderboardRankType, IndexerLeaderboardRegistration, IndexerLeaderboardTrackPosition, IndexerLiquidationEvent, IndexerMaker, IndexerMakerSnapshot, IndexerMarketSnapshot, IndexerMatchEvent, IndexerMatchEventBalances, IndexerNlpEvent, IndexerNlpSnapshot, IndexerOraclePrice, IndexerOrder, IndexerPaginationMeta, IndexerPaginationParams, IndexerPerpBalance, IndexerPerpPrices, IndexerPointsEpoch, IndexerProductPayment, IndexerProductSnapshot, IndexerServerAllTimePoints, IndexerServerBacklogResponse, IndexerServerBalance, IndexerServerCandlestick, IndexerServerCandlesticksParams, IndexerServerCandlesticksResponse, IndexerServerDDAQueryParams, IndexerServerDDAResponse, IndexerServerEvent, IndexerServerEventsParams, IndexerServerEventsResponse, IndexerServerFastWithdrawalSignatureParams, IndexerServerFastWithdrawalSignatureResponse, IndexerServerFundingRate, IndexerServerFundingRateHistoryEntry, IndexerServerFundingRateHistoryParams, IndexerServerFundingRateHistoryResponse, IndexerServerFundingRateParams, IndexerServerFundingRateResponse, IndexerServerFundingRatesParams, IndexerServerFundingRatesResponse, IndexerServerInterestFundingParams, IndexerServerInterestFundingResponse, IndexerServerLeaderboardContest, IndexerServerLeaderboardContestTrack, IndexerServerLeaderboardContestsParams, IndexerServerLeaderboardContestsResponse, IndexerServerLeaderboardParams, IndexerServerLeaderboardPosition, IndexerServerLeaderboardRankParams, IndexerServerLeaderboardRankResponse, IndexerServerLeaderboardRegisterParams, IndexerServerLeaderboardRegisterResponse, IndexerServerLeaderboardRegistration, IndexerServerLeaderboardRegistrationsParams, IndexerServerLeaderboardRegistrationsResponse, IndexerServerLeaderboardResponse, IndexerServerLeaderboardTrackPosition, IndexerServerLinkedSignerParams, IndexerServerLinkedSignerResponse, IndexerServerListSocialAccountsParams, IndexerServerListSubaccountsParams, IndexerServerListSubaccountsResponse, IndexerServerMaker, IndexerServerMakerData, IndexerServerMakerStatisticsParams, IndexerServerMakerStatisticsResponse, IndexerServerMarketSnapshot, IndexerServerMarketSnapshotInterval, IndexerServerMarketSnapshotsParams, IndexerServerMarketSnapshotsResponse, IndexerServerMatchEvent, IndexerServerMatchEventBalances, IndexerServerMatchEventsParams, IndexerServerMatchEventsResponse, IndexerServerMultiProductsParams, IndexerServerMultiProductsResponse, IndexerServerMultiSubaccountSnapshotsParams, IndexerServerMultiSubaccountSnapshotsResponse, IndexerServerNlpSnapshot, IndexerServerNlpSnapshotsParams, IndexerServerNlpSnapshotsResponse, IndexerServerOraclePrice, IndexerServerOraclePricesParams, IndexerServerOraclePricesResponse, IndexerServerOrder, IndexerServerOrdersParams, IndexerServerOrdersResponse, IndexerServerPerpPrices, IndexerServerPerpPricesParams, IndexerServerPerpPricesResponse, IndexerServerPointsEpoch, IndexerServerPointsParams, IndexerServerPointsResponse, IndexerServerPriceParams, IndexerServerPriceResponse, IndexerServerPrivateAlphaChoiceParams, IndexerServerPrivateAlphaChoiceResponse, IndexerServerProduct, IndexerServerProductPayment, IndexerServerProductSnapshot, IndexerServerProductsParams, IndexerServerProductsResponse, IndexerServerQueryRequestByType, IndexerServerQueryRequestType, IndexerServerQueryResponseByType, IndexerServerQuotePriceResponse, IndexerServerReferralCodeParams, IndexerServerReferralCodeResponse, IndexerServerRevokeSocialAccountParams, IndexerServerSnapshotsInterval, IndexerServerSocialAccount, IndexerServerSocialAccountsResponse, IndexerServerSocialConnectParams, IndexerServerSocialConnectResponse, IndexerServerTriggerTypeFilter, IndexerServerTx, IndexerServerV2MarketHours, IndexerServerV2Symbol, IndexerServerV2SymbolsResponse, IndexerServerV2TickerResponse, IndexerServerV2TickersResponse, IndexerSettlementEvent, IndexerSnapshotBalance, IndexerSnapshotsIntervalParams, IndexerSocialAccountInfo, IndexerSpotBalance, IndexerSubaccountSnapshot, IndexerV2MarketHours, IndexerV2Symbol, IndexerV2TickerResponse, IndexerV2TradingStatus, ListIndexerSocialAccountsParams, ListIndexerSocialAccountsResponse, ListIndexerSubaccountsParams, ListIndexerSubaccountsResponse, NadoDepositCollateralTx, NadoLiquidateSubaccountTx, NadoMatchOrdersRfqTx, NadoMatchOrdersTx, NadoTransferQuoteTx, NadoTx, NadoWithdrawCollateralTx, NadoWithdrawCollateralV2Tx, PaginatedIndexerEventsResponse, RegisterLeaderboardParams, RegisterLeaderboardResponse, RevokeSocialAccountParams, RevokeSocialAccountResponse, TickerMarketType, WithPaginationMeta, calcIndexerPerpBalanceNotionalValue, calcIndexerPerpBalanceValue, calcIndexerSpotBalanceValue };
|
|
13
|
+
import { n as calcIndexerPerpBalanceValue, r as calcIndexerSpotBalanceValue, t as calcIndexerPerpBalanceNotionalValue } from "./indexerBalanceValue-BMncrrka.cjs";
|
|
14
|
+
export { BaseIndexerPaginatedEvent, Candlestick, CandlestickPeriod, CollateralEventType, ConnectSocialAccountParams, ConnectSocialAccountResponse, GetIndexerBacklogResponse, GetIndexerCandlesticksParams, GetIndexerCandlesticksResponse, GetIndexerCashIncentivesParams, GetIndexerCashIncentivesResponse, GetIndexerEdgeCandlesticksParams, GetIndexerEdgeCandlesticksResponse, GetIndexerEdgeMarketSnapshotResponse, GetIndexerEdgeMarketSnapshotsParams, GetIndexerEventsLimitType, GetIndexerEventsParams, GetIndexerEventsResponse, GetIndexerFastWithdrawalSignatureParams, GetIndexerFastWithdrawalSignatureResponse, GetIndexerFundingRateHistoryParams, GetIndexerFundingRateHistoryResponse, GetIndexerFundingRateParams, GetIndexerFundingRateResponse, GetIndexerInterestFundingPaymentsParams, GetIndexerInterestFundingPaymentsResponse, GetIndexerLeaderboardContestsParams, GetIndexerLeaderboardContestsResponse, GetIndexerLeaderboardParams, GetIndexerLeaderboardParticipantParams, GetIndexerLeaderboardParticipantResponse, GetIndexerLeaderboardRegistrationsParams, GetIndexerLeaderboardRegistrationsResponse, GetIndexerLeaderboardResponse, GetIndexerLinkedSignerParams, GetIndexerLinkedSignerResponse, GetIndexerMakerStatisticsParams, GetIndexerMakerStatisticsResponse, GetIndexerMarketSnapshotsParams, GetIndexerMarketSnapshotsResponse, GetIndexerMatchEventsParams, GetIndexerMatchEventsResponse, GetIndexerMultiProductFundingRatesParams, GetIndexerMultiProductFundingRatesResponse, GetIndexerMultiProductPerpPricesParams, GetIndexerMultiProductPerpPricesResponse, GetIndexerMultiProductSnapshotsParams, GetIndexerMultiProductSnapshotsResponse, GetIndexerMultiSubaccountSnapshotsParams, GetIndexerMultiSubaccountSnapshotsResponse, GetIndexerNlpSnapshotsParams, GetIndexerNlpSnapshotsResponse, GetIndexerOraclePricesParams, GetIndexerOraclePricesResponse, GetIndexerOrdersParams, GetIndexerOrdersResponse, GetIndexerPaginatedInterestFundingPaymentsResponse, GetIndexerPaginatedLeaderboardParams, GetIndexerPaginatedLeaderboardResponse, GetIndexerPaginatedOrdersParams, GetIndexerPaginatedOrdersResponse, GetIndexerPerpPricesParams, GetIndexerPerpPricesResponse, GetIndexerPointsParams, GetIndexerPointsResponse, GetIndexerPrivateAlphaChoiceParams, GetIndexerPrivateAlphaChoiceResponse, GetIndexerProductSnapshotsParams, GetIndexerProductSnapshotsResponse, GetIndexerQuotePriceResponse, GetIndexerReferralCodeParams, GetIndexerReferralCodeResponse, GetIndexerSubaccountCollateralEventsParams, GetIndexerSubaccountCollateralEventsResponse, GetIndexerSubaccountDDAParams, GetIndexerSubaccountDDAResponse, GetIndexerSubaccountInterestFundingPaymentsParams, GetIndexerSubaccountLiquidationEventsParams, GetIndexerSubaccountLiquidationEventsResponse, GetIndexerSubaccountMatchEventParams, GetIndexerSubaccountMatchEventsResponse, GetIndexerSubaccountNlpEventsParams, GetIndexerSubaccountNlpEventsResponse, GetIndexerSubaccountSettlementEventsParams, GetIndexerSubaccountSettlementEventsResponse, GetIndexerV2SymbolsParams, GetIndexerV2SymbolsResponse, GetIndexerV2TickersParams, GetIndexerV2TickersResponse, GetIndexerXPointsParams, GetIndexerXPointsResponse, INDEXER_CLIENT_ENDPOINTS, IndexerAllTimePoints, IndexerBalanceTrackedVars, IndexerBaseClient, IndexerCashIncentivesEvent, IndexerCashIncentivesEventMetadata, IndexerCashIncentivesEventPlatform, IndexerCashIncentivesEventWallet, IndexerCashIncentivesWalletSummary, IndexerClient, IndexerClientOpts, IndexerCollateralEvent, IndexerEdgeServerCandlesticksParams, IndexerEdgeServerCandlesticksResponse, IndexerEdgeServerMarketSnapshotsParams, IndexerEdgeServerMarketSnapshotsResponse, IndexerEvent, IndexerEventBalanceStateSnapshot, IndexerEventPerpStateSnapshot, IndexerEventSpotStateSnapshot, IndexerEventType, IndexerEventWithTx, IndexerFundingRate, IndexerFundingRateHistoryEntry, IndexerLeaderboardContest, IndexerLeaderboardContestTrack, IndexerLeaderboardParticipant, IndexerLeaderboardRankType, IndexerLeaderboardRegistration, IndexerLeaderboardTrackPosition, IndexerLiquidationEvent, IndexerMaker, IndexerMakerSnapshot, IndexerMarketSnapshot, IndexerMatchEvent, IndexerMatchEventBalances, IndexerNlpEvent, IndexerNlpSnapshot, IndexerOraclePrice, IndexerOrder, IndexerPaginationMeta, IndexerPaginationParams, IndexerPerpBalance, IndexerPerpPrices, IndexerPointsEpoch, IndexerProductPayment, IndexerProductSnapshot, IndexerServerAllTimePoints, IndexerServerBacklogResponse, IndexerServerBalance, IndexerServerCandlestick, IndexerServerCandlesticksParams, IndexerServerCandlesticksResponse, IndexerServerCashIncentivesEvent, IndexerServerCashIncentivesEventMetadata, IndexerServerCashIncentivesEventPlatform, IndexerServerCashIncentivesEventWallet, IndexerServerCashIncentivesParams, IndexerServerCashIncentivesResponse, IndexerServerCashIncentivesWalletSummary, IndexerServerDDAQueryParams, IndexerServerDDAResponse, IndexerServerEvent, IndexerServerEventsParams, IndexerServerEventsResponse, IndexerServerFastWithdrawalSignatureParams, IndexerServerFastWithdrawalSignatureResponse, IndexerServerFundingRate, IndexerServerFundingRateHistoryEntry, IndexerServerFundingRateHistoryParams, IndexerServerFundingRateHistoryResponse, IndexerServerFundingRateParams, IndexerServerFundingRateResponse, IndexerServerFundingRatesParams, IndexerServerFundingRatesResponse, IndexerServerInterestFundingParams, IndexerServerInterestFundingResponse, IndexerServerLeaderboardContest, IndexerServerLeaderboardContestTrack, IndexerServerLeaderboardContestsParams, IndexerServerLeaderboardContestsResponse, IndexerServerLeaderboardParams, IndexerServerLeaderboardPosition, IndexerServerLeaderboardRankParams, IndexerServerLeaderboardRankResponse, IndexerServerLeaderboardRegisterParams, IndexerServerLeaderboardRegisterResponse, IndexerServerLeaderboardRegistration, IndexerServerLeaderboardRegistrationsParams, IndexerServerLeaderboardRegistrationsResponse, IndexerServerLeaderboardResponse, IndexerServerLeaderboardTrackPosition, IndexerServerLinkedSignerParams, IndexerServerLinkedSignerResponse, IndexerServerListSocialAccountsParams, IndexerServerListSubaccountsParams, IndexerServerListSubaccountsResponse, IndexerServerMaker, IndexerServerMakerData, IndexerServerMakerStatisticsParams, IndexerServerMakerStatisticsResponse, IndexerServerMarketSnapshot, IndexerServerMarketSnapshotInterval, IndexerServerMarketSnapshotsParams, IndexerServerMarketSnapshotsResponse, IndexerServerMatchEvent, IndexerServerMatchEventBalances, IndexerServerMatchEventsParams, IndexerServerMatchEventsResponse, IndexerServerMultiProductsParams, IndexerServerMultiProductsResponse, IndexerServerMultiSubaccountSnapshotsParams, IndexerServerMultiSubaccountSnapshotsResponse, IndexerServerNlpSnapshot, IndexerServerNlpSnapshotsParams, IndexerServerNlpSnapshotsResponse, IndexerServerOraclePrice, IndexerServerOraclePricesParams, IndexerServerOraclePricesResponse, IndexerServerOrder, IndexerServerOrdersParams, IndexerServerOrdersResponse, IndexerServerPerpPrices, IndexerServerPerpPricesParams, IndexerServerPerpPricesResponse, IndexerServerPointsEpoch, IndexerServerPointsParams, IndexerServerPointsResponse, IndexerServerPriceParams, IndexerServerPriceResponse, IndexerServerPrivateAlphaChoiceParams, IndexerServerPrivateAlphaChoiceResponse, IndexerServerProduct, IndexerServerProductPayment, IndexerServerProductSnapshot, IndexerServerProductsParams, IndexerServerProductsResponse, IndexerServerQueryRequestByType, IndexerServerQueryRequestType, IndexerServerQueryResponseByType, IndexerServerQuotePriceResponse, IndexerServerReferralCodeParams, IndexerServerReferralCodeResponse, IndexerServerRevokeSocialAccountParams, IndexerServerSnapshotsInterval, IndexerServerSocialAccount, IndexerServerSocialAccountsResponse, IndexerServerSocialConnectParams, IndexerServerSocialConnectResponse, IndexerServerTriggerTypeFilter, IndexerServerTx, IndexerServerV2MarketHours, IndexerServerV2Symbol, IndexerServerV2SymbolsResponse, IndexerServerV2TickerResponse, IndexerServerV2TickersResponse, IndexerServerXPointsAllTime, IndexerServerXPointsEpoch, IndexerServerXPointsParams, IndexerServerXPointsQuest, IndexerServerXPointsResponse, IndexerSettlementEvent, IndexerSnapshotBalance, IndexerSnapshotsIntervalParams, IndexerSocialAccountInfo, IndexerSpotBalance, IndexerSubaccountSnapshot, IndexerV2MarketHours, IndexerV2Symbol, IndexerV2TickerResponse, IndexerV2TradingStatus, IndexerXPointsAllTime, IndexerXPointsEpoch, IndexerXPointsQuest, ListIndexerSocialAccountsParams, ListIndexerSocialAccountsResponse, ListIndexerSubaccountsParams, ListIndexerSubaccountsResponse, NadoDepositCollateralTx, NadoLiquidateSubaccountTx, NadoMatchOrdersRfqTx, NadoMatchOrdersTx, NadoTransferQuoteTx, NadoTx, NadoWithdrawCollateralTx, NadoWithdrawCollateralV2Tx, PaginatedIndexerEventsResponse, RegisterLeaderboardParams, RegisterLeaderboardResponse, RevokeSocialAccountParams, RevokeSocialAccountResponse, TickerMarketType, WithPaginationMeta, calcIndexerPerpBalanceNotionalValue, calcIndexerPerpBalanceValue, calcIndexerSpotBalanceValue };
|
package/dist/index.d.ts
CHANGED
|
@@ -3,12 +3,12 @@ import { t as IndexerEventType } from "./IndexerEventType-Brm9aX8w.js";
|
|
|
3
3
|
import { t as IndexerLeaderboardRankType } from "./IndexerLeaderboardType-DAKw2tfI.js";
|
|
4
4
|
import { a as NadoTransferQuoteTx, c as NadoWithdrawCollateralV2Tx, i as NadoMatchOrdersTx, n as NadoLiquidateSubaccountTx, o as NadoTx, r as NadoMatchOrdersRfqTx, s as NadoWithdrawCollateralTx, t as NadoDepositCollateralTx } from "./NadoTx-Bd4U-zDu.js";
|
|
5
5
|
import { C as IndexerServerTx, S as IndexerServerSocialAccount, _ as IndexerServerOrder, a as IndexerServerLeaderboardContestTrack, b as IndexerServerProductSnapshot, c as IndexerServerLeaderboardTrackPosition, d as IndexerServerMarketSnapshot, f as IndexerServerMarketSnapshotInterval, g as IndexerServerOraclePrice, h as IndexerServerNlpSnapshot, i as IndexerServerLeaderboardContest, l as IndexerServerMaker, m as IndexerServerMatchEventBalances, n as IndexerServerCandlestick, o as IndexerServerLeaderboardPosition, p as IndexerServerMatchEvent, r as IndexerServerEvent, s as IndexerServerLeaderboardRegistration, t as IndexerServerBalance, u as IndexerServerMakerData, v as IndexerServerProduct, x as IndexerServerSnapshotsInterval, y as IndexerServerProductPayment } from "./serverModelTypes-BwLIAkc1.js";
|
|
6
|
-
import { $ as
|
|
7
|
-
import { $ as
|
|
6
|
+
import { $ as IndexerServerMultiProductsParams, A as IndexerServerInterestFundingParams, At as IndexerServerSocialConnectResponse, B as IndexerServerLeaderboardRegistrationsResponse, Bt as IndexerServerXPointsQuest, C as IndexerServerFundingRateHistoryEntry, Ct as IndexerServerQueryResponseByType, D as IndexerServerFundingRateResponse, Dt as IndexerServerRevokeSocialAccountParams, E as IndexerServerFundingRateParams, Et as IndexerServerReferralCodeResponse, F as IndexerServerLeaderboardRankParams, Ft as IndexerServerV2TickerResponse, G as IndexerServerListSubaccountsParams, H as IndexerServerLinkedSignerParams, I as IndexerServerLeaderboardRankResponse, It as IndexerServerV2TickersResponse, J as IndexerServerMakerStatisticsResponse, K as IndexerServerListSubaccountsResponse, L as IndexerServerLeaderboardRegisterParams, Lt as IndexerServerXPointsAllTime, M as IndexerServerLeaderboardContestsParams, Mt as IndexerServerV2MarketHours, N as IndexerServerLeaderboardContestsResponse, Nt as IndexerServerV2Symbol, O as IndexerServerFundingRatesParams, Ot as IndexerServerSocialAccountsResponse, P as IndexerServerLeaderboardParams, Pt as IndexerServerV2SymbolsResponse, Q as IndexerServerMatchEventsResponse, R as IndexerServerLeaderboardRegisterResponse, Rt as IndexerServerXPointsEpoch, S as IndexerServerFundingRate, St as IndexerServerQueryRequestType, T as IndexerServerFundingRateHistoryResponse, Tt as IndexerServerReferralCodeParams, U as IndexerServerLinkedSignerResponse, V as IndexerServerLeaderboardResponse, Vt as IndexerServerXPointsResponse, W as IndexerServerListSocialAccountsParams, X as IndexerServerMarketSnapshotsResponse, Y as IndexerServerMarketSnapshotsParams, Z as IndexerServerMatchEventsParams, _ as IndexerServerDDAResponse, _t as IndexerServerPrivateAlphaChoiceParams, a as IndexerServerAllTimePoints, at as IndexerServerOraclePricesParams, b as IndexerServerFastWithdrawalSignatureParams, bt as IndexerServerProductsResponse, c as IndexerServerCandlesticksResponse, ct as IndexerServerOrdersResponse, d as IndexerServerCashIncentivesEventPlatform, dt as IndexerServerPerpPricesResponse, et as IndexerServerMultiProductsResponse, f as IndexerServerCashIncentivesEventWallet, ft as IndexerServerPointsEpoch, g as IndexerServerDDAQueryParams, gt as IndexerServerPriceResponse, h as IndexerServerCashIncentivesWalletSummary, ht as IndexerServerPriceParams, i as IndexerEdgeServerMarketSnapshotsResponse, it as IndexerServerNlpSnapshotsResponse, j as IndexerServerInterestFundingResponse, jt as IndexerServerTriggerTypeFilter, k as IndexerServerFundingRatesResponse, kt as IndexerServerSocialConnectParams, l as IndexerServerCashIncentivesEvent, lt as IndexerServerPerpPrices, m as IndexerServerCashIncentivesResponse, mt as IndexerServerPointsResponse, n as IndexerEdgeServerCandlesticksResponse, nt as IndexerServerMultiSubaccountSnapshotsResponse, o as IndexerServerBacklogResponse, ot as IndexerServerOraclePricesResponse, p as IndexerServerCashIncentivesParams, pt as IndexerServerPointsParams, q as IndexerServerMakerStatisticsParams, r as IndexerEdgeServerMarketSnapshotsParams, rt as IndexerServerNlpSnapshotsParams, s as IndexerServerCandlesticksParams, st as IndexerServerOrdersParams, t as IndexerEdgeServerCandlesticksParams, tt as IndexerServerMultiSubaccountSnapshotsParams, u as IndexerServerCashIncentivesEventMetadata, ut as IndexerServerPerpPricesParams, v as IndexerServerEventsParams, vt as IndexerServerPrivateAlphaChoiceResponse, w as IndexerServerFundingRateHistoryParams, wt as IndexerServerQuotePriceResponse, x as IndexerServerFastWithdrawalSignatureResponse, xt as IndexerServerQueryRequestByType, y as IndexerServerEventsResponse, yt as IndexerServerProductsParams, z as IndexerServerLeaderboardRegistrationsParams, zt as IndexerServerXPointsParams } from "./serverTypes-Co5rgD5o.js";
|
|
7
|
+
import { $ as GetIndexerOrdersResponse, $t as IndexerSocialAccountInfo, A as GetIndexerLeaderboardRegistrationsResponse, At as IndexerEventWithTx, B as GetIndexerMultiProductFundingRatesParams, Bt as IndexerMarketSnapshot, C as GetIndexerInterestFundingPaymentsResponse, Ct as IndexerCashIncentivesEventPlatform, D as GetIndexerLeaderboardParticipantParams, Dt as IndexerEventBalanceStateSnapshot, E as GetIndexerLeaderboardParams, Et as IndexerEvent, F as GetIndexerMakerStatisticsResponse, Ft as IndexerLeaderboardParticipant, G as GetIndexerMultiProductSnapshotsResponse, Gt as IndexerOrder, H as GetIndexerMultiProductPerpPricesParams, Ht as IndexerMatchEventBalances, I as GetIndexerMarketSnapshotsParams, It as IndexerLeaderboardRegistration, J as GetIndexerNlpSnapshotsParams, Jt as IndexerPointsEpoch, K as GetIndexerMultiSubaccountSnapshotsParams, Kt as IndexerPerpBalance, L as GetIndexerMarketSnapshotsResponse, Lt as IndexerLeaderboardTrackPosition, M as GetIndexerLinkedSignerParams, Mt as IndexerFundingRateHistoryEntry, N as GetIndexerLinkedSignerResponse, Nt as IndexerLeaderboardContest, O as GetIndexerLeaderboardParticipantResponse, Ot as IndexerEventPerpStateSnapshot, P as GetIndexerMakerStatisticsParams, Pt as IndexerLeaderboardContestTrack, Q as GetIndexerOrdersParams, Qt as IndexerSnapshotsIntervalParams, R as GetIndexerMatchEventsParams, Rt as IndexerMaker, S as GetIndexerInterestFundingPaymentsParams, St as IndexerCashIncentivesEventMetadata, T as GetIndexerLeaderboardContestsResponse, Tt as IndexerCashIncentivesWalletSummary, U as GetIndexerMultiProductPerpPricesResponse, Ut as IndexerNlpSnapshot, V as GetIndexerMultiProductFundingRatesResponse, Vt as IndexerMatchEvent, W as GetIndexerMultiProductSnapshotsParams, Wt as IndexerOraclePrice, X as GetIndexerOraclePricesParams, Xt as IndexerProductSnapshot, Y as GetIndexerNlpSnapshotsResponse, Yt as IndexerProductPayment, Z as GetIndexerOraclePricesResponse, Zt as IndexerSnapshotBalance, _ as GetIndexerFastWithdrawalSignatureResponse, _n as TickerMarketType, _t as GetIndexerXPointsParams, a as GetIndexerCandlesticksParams, an as IndexerV2TradingStatus, at as GetIndexerPrivateAlphaChoiceResponse, b as GetIndexerFundingRateParams, bt as IndexerBalanceTrackedVars, c as GetIndexerCashIncentivesResponse, cn as IndexerXPointsQuest, ct as GetIndexerQuotePriceResponse, d as GetIndexerEdgeMarketSnapshotResponse, dn as ListIndexerSubaccountsParams, dt as GetIndexerSubaccountDDAParams, en as IndexerSpotBalance, et as GetIndexerPerpPricesParams, f as GetIndexerEdgeMarketSnapshotsParams, fn as ListIndexerSubaccountsResponse, ft as GetIndexerSubaccountDDAResponse, g as GetIndexerFastWithdrawalSignatureParams, gn as RevokeSocialAccountResponse, gt as GetIndexerV2TickersResponse, h as GetIndexerEventsResponse, hn as RevokeSocialAccountParams, ht as GetIndexerV2TickersParams, i as GetIndexerBacklogResponse, in as IndexerV2TickerResponse, it as GetIndexerPrivateAlphaChoiceParams, j as GetIndexerLeaderboardResponse, jt as IndexerFundingRate, k as GetIndexerLeaderboardRegistrationsParams, kt as IndexerEventSpotStateSnapshot, l as GetIndexerEdgeCandlesticksParams, ln as ListIndexerSocialAccountsParams, lt as GetIndexerReferralCodeParams, m as GetIndexerEventsParams, mn as RegisterLeaderboardResponse, mt as GetIndexerV2SymbolsResponse, n as ConnectSocialAccountParams, nn as IndexerV2MarketHours, nt as GetIndexerPointsParams, o as GetIndexerCandlesticksResponse, on as IndexerXPointsAllTime, ot as GetIndexerProductSnapshotsParams, p as GetIndexerEventsLimitType, pn as RegisterLeaderboardParams, pt as GetIndexerV2SymbolsParams, q as GetIndexerMultiSubaccountSnapshotsResponse, qt as IndexerPerpPrices, r as ConnectSocialAccountResponse, rn as IndexerV2Symbol, rt as GetIndexerPointsResponse, s as GetIndexerCashIncentivesParams, sn as IndexerXPointsEpoch, st as GetIndexerProductSnapshotsResponse, t as Candlestick, tn as IndexerSubaccountSnapshot, tt as GetIndexerPerpPricesResponse, u as GetIndexerEdgeCandlesticksResponse, un as ListIndexerSocialAccountsResponse, ut as GetIndexerReferralCodeResponse, v as GetIndexerFundingRateHistoryParams, vt as GetIndexerXPointsResponse, w as GetIndexerLeaderboardContestsParams, wt as IndexerCashIncentivesEventWallet, x as GetIndexerFundingRateResponse, xt as IndexerCashIncentivesEvent, y as GetIndexerFundingRateHistoryResponse, yt as IndexerAllTimePoints, z as GetIndexerMatchEventsResponse, zt as IndexerMakerSnapshot } from "./clientTypes-BzpYIUbg.js";
|
|
8
8
|
import { t as CollateralEventType } from "./collateralEventType-s-WbBniE.js";
|
|
9
|
-
import { C as IndexerSettlementEvent, S as IndexerPaginationParams, T as WithPaginationMeta, _ as GetIndexerSubaccountSettlementEventsResponse, a as GetIndexerPaginatedOrdersParams, b as IndexerNlpEvent, c as GetIndexerSubaccountCollateralEventsResponse, d as GetIndexerSubaccountLiquidationEventsResponse, f as GetIndexerSubaccountMatchEventParams, g as GetIndexerSubaccountSettlementEventsParams, h as GetIndexerSubaccountNlpEventsResponse, i as GetIndexerPaginatedLeaderboardResponse, l as GetIndexerSubaccountInterestFundingPaymentsParams, m as GetIndexerSubaccountNlpEventsParams, n as GetIndexerPaginatedInterestFundingPaymentsResponse, o as GetIndexerPaginatedOrdersResponse, p as GetIndexerSubaccountMatchEventsResponse, r as GetIndexerPaginatedLeaderboardParams, s as GetIndexerSubaccountCollateralEventsParams, t as BaseIndexerPaginatedEvent, u as GetIndexerSubaccountLiquidationEventsParams, v as IndexerCollateralEvent, w as PaginatedIndexerEventsResponse, x as IndexerPaginationMeta, y as IndexerLiquidationEvent } from "./paginatedEventsTypes-
|
|
9
|
+
import { C as IndexerSettlementEvent, S as IndexerPaginationParams, T as WithPaginationMeta, _ as GetIndexerSubaccountSettlementEventsResponse, a as GetIndexerPaginatedOrdersParams, b as IndexerNlpEvent, c as GetIndexerSubaccountCollateralEventsResponse, d as GetIndexerSubaccountLiquidationEventsResponse, f as GetIndexerSubaccountMatchEventParams, g as GetIndexerSubaccountSettlementEventsParams, h as GetIndexerSubaccountNlpEventsResponse, i as GetIndexerPaginatedLeaderboardResponse, l as GetIndexerSubaccountInterestFundingPaymentsParams, m as GetIndexerSubaccountNlpEventsParams, n as GetIndexerPaginatedInterestFundingPaymentsResponse, o as GetIndexerPaginatedOrdersResponse, p as GetIndexerSubaccountMatchEventsResponse, r as GetIndexerPaginatedLeaderboardParams, s as GetIndexerSubaccountCollateralEventsParams, t as BaseIndexerPaginatedEvent, u as GetIndexerSubaccountLiquidationEventsParams, v as IndexerCollateralEvent, w as PaginatedIndexerEventsResponse, x as IndexerPaginationMeta, y as IndexerLiquidationEvent } from "./paginatedEventsTypes-B8d8yiii.js";
|
|
10
10
|
import { IndexerBaseClient, IndexerClientOpts } from "./IndexerBaseClient.js";
|
|
11
11
|
import { IndexerClient } from "./IndexerClient.js";
|
|
12
12
|
import { INDEXER_CLIENT_ENDPOINTS } from "./endpoints.js";
|
|
13
|
-
import { n as calcIndexerPerpBalanceValue, r as calcIndexerSpotBalanceValue, t as calcIndexerPerpBalanceNotionalValue } from "./indexerBalanceValue-
|
|
14
|
-
export { BaseIndexerPaginatedEvent, Candlestick, CandlestickPeriod, CollateralEventType, ConnectSocialAccountParams, ConnectSocialAccountResponse, GetIndexerBacklogResponse, GetIndexerCandlesticksParams, GetIndexerCandlesticksResponse, GetIndexerEdgeCandlesticksParams, GetIndexerEdgeCandlesticksResponse, GetIndexerEdgeMarketSnapshotResponse, GetIndexerEdgeMarketSnapshotsParams, GetIndexerEventsLimitType, GetIndexerEventsParams, GetIndexerEventsResponse, GetIndexerFastWithdrawalSignatureParams, GetIndexerFastWithdrawalSignatureResponse, GetIndexerFundingRateHistoryParams, GetIndexerFundingRateHistoryResponse, GetIndexerFundingRateParams, GetIndexerFundingRateResponse, GetIndexerInterestFundingPaymentsParams, GetIndexerInterestFundingPaymentsResponse, GetIndexerLeaderboardContestsParams, GetIndexerLeaderboardContestsResponse, GetIndexerLeaderboardParams, GetIndexerLeaderboardParticipantParams, GetIndexerLeaderboardParticipantResponse, GetIndexerLeaderboardRegistrationsParams, GetIndexerLeaderboardRegistrationsResponse, GetIndexerLeaderboardResponse, GetIndexerLinkedSignerParams, GetIndexerLinkedSignerResponse, GetIndexerMakerStatisticsParams, GetIndexerMakerStatisticsResponse, GetIndexerMarketSnapshotsParams, GetIndexerMarketSnapshotsResponse, GetIndexerMatchEventsParams, GetIndexerMatchEventsResponse, GetIndexerMultiProductFundingRatesParams, GetIndexerMultiProductFundingRatesResponse, GetIndexerMultiProductPerpPricesParams, GetIndexerMultiProductPerpPricesResponse, GetIndexerMultiProductSnapshotsParams, GetIndexerMultiProductSnapshotsResponse, GetIndexerMultiSubaccountSnapshotsParams, GetIndexerMultiSubaccountSnapshotsResponse, GetIndexerNlpSnapshotsParams, GetIndexerNlpSnapshotsResponse, GetIndexerOraclePricesParams, GetIndexerOraclePricesResponse, GetIndexerOrdersParams, GetIndexerOrdersResponse, GetIndexerPaginatedInterestFundingPaymentsResponse, GetIndexerPaginatedLeaderboardParams, GetIndexerPaginatedLeaderboardResponse, GetIndexerPaginatedOrdersParams, GetIndexerPaginatedOrdersResponse, GetIndexerPerpPricesParams, GetIndexerPerpPricesResponse, GetIndexerPointsParams, GetIndexerPointsResponse, GetIndexerPrivateAlphaChoiceParams, GetIndexerPrivateAlphaChoiceResponse, GetIndexerProductSnapshotsParams, GetIndexerProductSnapshotsResponse, GetIndexerQuotePriceResponse, GetIndexerReferralCodeParams, GetIndexerReferralCodeResponse, GetIndexerSubaccountCollateralEventsParams, GetIndexerSubaccountCollateralEventsResponse, GetIndexerSubaccountDDAParams, GetIndexerSubaccountDDAResponse, GetIndexerSubaccountInterestFundingPaymentsParams, GetIndexerSubaccountLiquidationEventsParams, GetIndexerSubaccountLiquidationEventsResponse, GetIndexerSubaccountMatchEventParams, GetIndexerSubaccountMatchEventsResponse, GetIndexerSubaccountNlpEventsParams, GetIndexerSubaccountNlpEventsResponse, GetIndexerSubaccountSettlementEventsParams, GetIndexerSubaccountSettlementEventsResponse, GetIndexerV2SymbolsParams, GetIndexerV2SymbolsResponse, GetIndexerV2TickersParams, GetIndexerV2TickersResponse, INDEXER_CLIENT_ENDPOINTS, IndexerAllTimePoints, IndexerBalanceTrackedVars, IndexerBaseClient, IndexerClient, IndexerClientOpts, IndexerCollateralEvent, IndexerEdgeServerCandlesticksParams, IndexerEdgeServerCandlesticksResponse, IndexerEdgeServerMarketSnapshotsParams, IndexerEdgeServerMarketSnapshotsResponse, IndexerEvent, IndexerEventBalanceStateSnapshot, IndexerEventPerpStateSnapshot, IndexerEventSpotStateSnapshot, IndexerEventType, IndexerEventWithTx, IndexerFundingRate, IndexerFundingRateHistoryEntry, IndexerLeaderboardContest, IndexerLeaderboardContestTrack, IndexerLeaderboardParticipant, IndexerLeaderboardRankType, IndexerLeaderboardRegistration, IndexerLeaderboardTrackPosition, IndexerLiquidationEvent, IndexerMaker, IndexerMakerSnapshot, IndexerMarketSnapshot, IndexerMatchEvent, IndexerMatchEventBalances, IndexerNlpEvent, IndexerNlpSnapshot, IndexerOraclePrice, IndexerOrder, IndexerPaginationMeta, IndexerPaginationParams, IndexerPerpBalance, IndexerPerpPrices, IndexerPointsEpoch, IndexerProductPayment, IndexerProductSnapshot, IndexerServerAllTimePoints, IndexerServerBacklogResponse, IndexerServerBalance, IndexerServerCandlestick, IndexerServerCandlesticksParams, IndexerServerCandlesticksResponse, IndexerServerDDAQueryParams, IndexerServerDDAResponse, IndexerServerEvent, IndexerServerEventsParams, IndexerServerEventsResponse, IndexerServerFastWithdrawalSignatureParams, IndexerServerFastWithdrawalSignatureResponse, IndexerServerFundingRate, IndexerServerFundingRateHistoryEntry, IndexerServerFundingRateHistoryParams, IndexerServerFundingRateHistoryResponse, IndexerServerFundingRateParams, IndexerServerFundingRateResponse, IndexerServerFundingRatesParams, IndexerServerFundingRatesResponse, IndexerServerInterestFundingParams, IndexerServerInterestFundingResponse, IndexerServerLeaderboardContest, IndexerServerLeaderboardContestTrack, IndexerServerLeaderboardContestsParams, IndexerServerLeaderboardContestsResponse, IndexerServerLeaderboardParams, IndexerServerLeaderboardPosition, IndexerServerLeaderboardRankParams, IndexerServerLeaderboardRankResponse, IndexerServerLeaderboardRegisterParams, IndexerServerLeaderboardRegisterResponse, IndexerServerLeaderboardRegistration, IndexerServerLeaderboardRegistrationsParams, IndexerServerLeaderboardRegistrationsResponse, IndexerServerLeaderboardResponse, IndexerServerLeaderboardTrackPosition, IndexerServerLinkedSignerParams, IndexerServerLinkedSignerResponse, IndexerServerListSocialAccountsParams, IndexerServerListSubaccountsParams, IndexerServerListSubaccountsResponse, IndexerServerMaker, IndexerServerMakerData, IndexerServerMakerStatisticsParams, IndexerServerMakerStatisticsResponse, IndexerServerMarketSnapshot, IndexerServerMarketSnapshotInterval, IndexerServerMarketSnapshotsParams, IndexerServerMarketSnapshotsResponse, IndexerServerMatchEvent, IndexerServerMatchEventBalances, IndexerServerMatchEventsParams, IndexerServerMatchEventsResponse, IndexerServerMultiProductsParams, IndexerServerMultiProductsResponse, IndexerServerMultiSubaccountSnapshotsParams, IndexerServerMultiSubaccountSnapshotsResponse, IndexerServerNlpSnapshot, IndexerServerNlpSnapshotsParams, IndexerServerNlpSnapshotsResponse, IndexerServerOraclePrice, IndexerServerOraclePricesParams, IndexerServerOraclePricesResponse, IndexerServerOrder, IndexerServerOrdersParams, IndexerServerOrdersResponse, IndexerServerPerpPrices, IndexerServerPerpPricesParams, IndexerServerPerpPricesResponse, IndexerServerPointsEpoch, IndexerServerPointsParams, IndexerServerPointsResponse, IndexerServerPriceParams, IndexerServerPriceResponse, IndexerServerPrivateAlphaChoiceParams, IndexerServerPrivateAlphaChoiceResponse, IndexerServerProduct, IndexerServerProductPayment, IndexerServerProductSnapshot, IndexerServerProductsParams, IndexerServerProductsResponse, IndexerServerQueryRequestByType, IndexerServerQueryRequestType, IndexerServerQueryResponseByType, IndexerServerQuotePriceResponse, IndexerServerReferralCodeParams, IndexerServerReferralCodeResponse, IndexerServerRevokeSocialAccountParams, IndexerServerSnapshotsInterval, IndexerServerSocialAccount, IndexerServerSocialAccountsResponse, IndexerServerSocialConnectParams, IndexerServerSocialConnectResponse, IndexerServerTriggerTypeFilter, IndexerServerTx, IndexerServerV2MarketHours, IndexerServerV2Symbol, IndexerServerV2SymbolsResponse, IndexerServerV2TickerResponse, IndexerServerV2TickersResponse, IndexerSettlementEvent, IndexerSnapshotBalance, IndexerSnapshotsIntervalParams, IndexerSocialAccountInfo, IndexerSpotBalance, IndexerSubaccountSnapshot, IndexerV2MarketHours, IndexerV2Symbol, IndexerV2TickerResponse, IndexerV2TradingStatus, ListIndexerSocialAccountsParams, ListIndexerSocialAccountsResponse, ListIndexerSubaccountsParams, ListIndexerSubaccountsResponse, NadoDepositCollateralTx, NadoLiquidateSubaccountTx, NadoMatchOrdersRfqTx, NadoMatchOrdersTx, NadoTransferQuoteTx, NadoTx, NadoWithdrawCollateralTx, NadoWithdrawCollateralV2Tx, PaginatedIndexerEventsResponse, RegisterLeaderboardParams, RegisterLeaderboardResponse, RevokeSocialAccountParams, RevokeSocialAccountResponse, TickerMarketType, WithPaginationMeta, calcIndexerPerpBalanceNotionalValue, calcIndexerPerpBalanceValue, calcIndexerSpotBalanceValue };
|
|
13
|
+
import { n as calcIndexerPerpBalanceValue, r as calcIndexerSpotBalanceValue, t as calcIndexerPerpBalanceNotionalValue } from "./indexerBalanceValue-BeyJ655G.js";
|
|
14
|
+
export { BaseIndexerPaginatedEvent, Candlestick, CandlestickPeriod, CollateralEventType, ConnectSocialAccountParams, ConnectSocialAccountResponse, GetIndexerBacklogResponse, GetIndexerCandlesticksParams, GetIndexerCandlesticksResponse, GetIndexerCashIncentivesParams, GetIndexerCashIncentivesResponse, GetIndexerEdgeCandlesticksParams, GetIndexerEdgeCandlesticksResponse, GetIndexerEdgeMarketSnapshotResponse, GetIndexerEdgeMarketSnapshotsParams, GetIndexerEventsLimitType, GetIndexerEventsParams, GetIndexerEventsResponse, GetIndexerFastWithdrawalSignatureParams, GetIndexerFastWithdrawalSignatureResponse, GetIndexerFundingRateHistoryParams, GetIndexerFundingRateHistoryResponse, GetIndexerFundingRateParams, GetIndexerFundingRateResponse, GetIndexerInterestFundingPaymentsParams, GetIndexerInterestFundingPaymentsResponse, GetIndexerLeaderboardContestsParams, GetIndexerLeaderboardContestsResponse, GetIndexerLeaderboardParams, GetIndexerLeaderboardParticipantParams, GetIndexerLeaderboardParticipantResponse, GetIndexerLeaderboardRegistrationsParams, GetIndexerLeaderboardRegistrationsResponse, GetIndexerLeaderboardResponse, GetIndexerLinkedSignerParams, GetIndexerLinkedSignerResponse, GetIndexerMakerStatisticsParams, GetIndexerMakerStatisticsResponse, GetIndexerMarketSnapshotsParams, GetIndexerMarketSnapshotsResponse, GetIndexerMatchEventsParams, GetIndexerMatchEventsResponse, GetIndexerMultiProductFundingRatesParams, GetIndexerMultiProductFundingRatesResponse, GetIndexerMultiProductPerpPricesParams, GetIndexerMultiProductPerpPricesResponse, GetIndexerMultiProductSnapshotsParams, GetIndexerMultiProductSnapshotsResponse, GetIndexerMultiSubaccountSnapshotsParams, GetIndexerMultiSubaccountSnapshotsResponse, GetIndexerNlpSnapshotsParams, GetIndexerNlpSnapshotsResponse, GetIndexerOraclePricesParams, GetIndexerOraclePricesResponse, GetIndexerOrdersParams, GetIndexerOrdersResponse, GetIndexerPaginatedInterestFundingPaymentsResponse, GetIndexerPaginatedLeaderboardParams, GetIndexerPaginatedLeaderboardResponse, GetIndexerPaginatedOrdersParams, GetIndexerPaginatedOrdersResponse, GetIndexerPerpPricesParams, GetIndexerPerpPricesResponse, GetIndexerPointsParams, GetIndexerPointsResponse, GetIndexerPrivateAlphaChoiceParams, GetIndexerPrivateAlphaChoiceResponse, GetIndexerProductSnapshotsParams, GetIndexerProductSnapshotsResponse, GetIndexerQuotePriceResponse, GetIndexerReferralCodeParams, GetIndexerReferralCodeResponse, GetIndexerSubaccountCollateralEventsParams, GetIndexerSubaccountCollateralEventsResponse, GetIndexerSubaccountDDAParams, GetIndexerSubaccountDDAResponse, GetIndexerSubaccountInterestFundingPaymentsParams, GetIndexerSubaccountLiquidationEventsParams, GetIndexerSubaccountLiquidationEventsResponse, GetIndexerSubaccountMatchEventParams, GetIndexerSubaccountMatchEventsResponse, GetIndexerSubaccountNlpEventsParams, GetIndexerSubaccountNlpEventsResponse, GetIndexerSubaccountSettlementEventsParams, GetIndexerSubaccountSettlementEventsResponse, GetIndexerV2SymbolsParams, GetIndexerV2SymbolsResponse, GetIndexerV2TickersParams, GetIndexerV2TickersResponse, GetIndexerXPointsParams, GetIndexerXPointsResponse, INDEXER_CLIENT_ENDPOINTS, IndexerAllTimePoints, IndexerBalanceTrackedVars, IndexerBaseClient, IndexerCashIncentivesEvent, IndexerCashIncentivesEventMetadata, IndexerCashIncentivesEventPlatform, IndexerCashIncentivesEventWallet, IndexerCashIncentivesWalletSummary, IndexerClient, IndexerClientOpts, IndexerCollateralEvent, IndexerEdgeServerCandlesticksParams, IndexerEdgeServerCandlesticksResponse, IndexerEdgeServerMarketSnapshotsParams, IndexerEdgeServerMarketSnapshotsResponse, IndexerEvent, IndexerEventBalanceStateSnapshot, IndexerEventPerpStateSnapshot, IndexerEventSpotStateSnapshot, IndexerEventType, IndexerEventWithTx, IndexerFundingRate, IndexerFundingRateHistoryEntry, IndexerLeaderboardContest, IndexerLeaderboardContestTrack, IndexerLeaderboardParticipant, IndexerLeaderboardRankType, IndexerLeaderboardRegistration, IndexerLeaderboardTrackPosition, IndexerLiquidationEvent, IndexerMaker, IndexerMakerSnapshot, IndexerMarketSnapshot, IndexerMatchEvent, IndexerMatchEventBalances, IndexerNlpEvent, IndexerNlpSnapshot, IndexerOraclePrice, IndexerOrder, IndexerPaginationMeta, IndexerPaginationParams, IndexerPerpBalance, IndexerPerpPrices, IndexerPointsEpoch, IndexerProductPayment, IndexerProductSnapshot, IndexerServerAllTimePoints, IndexerServerBacklogResponse, IndexerServerBalance, IndexerServerCandlestick, IndexerServerCandlesticksParams, IndexerServerCandlesticksResponse, IndexerServerCashIncentivesEvent, IndexerServerCashIncentivesEventMetadata, IndexerServerCashIncentivesEventPlatform, IndexerServerCashIncentivesEventWallet, IndexerServerCashIncentivesParams, IndexerServerCashIncentivesResponse, IndexerServerCashIncentivesWalletSummary, IndexerServerDDAQueryParams, IndexerServerDDAResponse, IndexerServerEvent, IndexerServerEventsParams, IndexerServerEventsResponse, IndexerServerFastWithdrawalSignatureParams, IndexerServerFastWithdrawalSignatureResponse, IndexerServerFundingRate, IndexerServerFundingRateHistoryEntry, IndexerServerFundingRateHistoryParams, IndexerServerFundingRateHistoryResponse, IndexerServerFundingRateParams, IndexerServerFundingRateResponse, IndexerServerFundingRatesParams, IndexerServerFundingRatesResponse, IndexerServerInterestFundingParams, IndexerServerInterestFundingResponse, IndexerServerLeaderboardContest, IndexerServerLeaderboardContestTrack, IndexerServerLeaderboardContestsParams, IndexerServerLeaderboardContestsResponse, IndexerServerLeaderboardParams, IndexerServerLeaderboardPosition, IndexerServerLeaderboardRankParams, IndexerServerLeaderboardRankResponse, IndexerServerLeaderboardRegisterParams, IndexerServerLeaderboardRegisterResponse, IndexerServerLeaderboardRegistration, IndexerServerLeaderboardRegistrationsParams, IndexerServerLeaderboardRegistrationsResponse, IndexerServerLeaderboardResponse, IndexerServerLeaderboardTrackPosition, IndexerServerLinkedSignerParams, IndexerServerLinkedSignerResponse, IndexerServerListSocialAccountsParams, IndexerServerListSubaccountsParams, IndexerServerListSubaccountsResponse, IndexerServerMaker, IndexerServerMakerData, IndexerServerMakerStatisticsParams, IndexerServerMakerStatisticsResponse, IndexerServerMarketSnapshot, IndexerServerMarketSnapshotInterval, IndexerServerMarketSnapshotsParams, IndexerServerMarketSnapshotsResponse, IndexerServerMatchEvent, IndexerServerMatchEventBalances, IndexerServerMatchEventsParams, IndexerServerMatchEventsResponse, IndexerServerMultiProductsParams, IndexerServerMultiProductsResponse, IndexerServerMultiSubaccountSnapshotsParams, IndexerServerMultiSubaccountSnapshotsResponse, IndexerServerNlpSnapshot, IndexerServerNlpSnapshotsParams, IndexerServerNlpSnapshotsResponse, IndexerServerOraclePrice, IndexerServerOraclePricesParams, IndexerServerOraclePricesResponse, IndexerServerOrder, IndexerServerOrdersParams, IndexerServerOrdersResponse, IndexerServerPerpPrices, IndexerServerPerpPricesParams, IndexerServerPerpPricesResponse, IndexerServerPointsEpoch, IndexerServerPointsParams, IndexerServerPointsResponse, IndexerServerPriceParams, IndexerServerPriceResponse, IndexerServerPrivateAlphaChoiceParams, IndexerServerPrivateAlphaChoiceResponse, IndexerServerProduct, IndexerServerProductPayment, IndexerServerProductSnapshot, IndexerServerProductsParams, IndexerServerProductsResponse, IndexerServerQueryRequestByType, IndexerServerQueryRequestType, IndexerServerQueryResponseByType, IndexerServerQuotePriceResponse, IndexerServerReferralCodeParams, IndexerServerReferralCodeResponse, IndexerServerRevokeSocialAccountParams, IndexerServerSnapshotsInterval, IndexerServerSocialAccount, IndexerServerSocialAccountsResponse, IndexerServerSocialConnectParams, IndexerServerSocialConnectResponse, IndexerServerTriggerTypeFilter, IndexerServerTx, IndexerServerV2MarketHours, IndexerServerV2Symbol, IndexerServerV2SymbolsResponse, IndexerServerV2TickerResponse, IndexerServerV2TickersResponse, IndexerServerXPointsAllTime, IndexerServerXPointsEpoch, IndexerServerXPointsParams, IndexerServerXPointsQuest, IndexerServerXPointsResponse, IndexerSettlementEvent, IndexerSnapshotBalance, IndexerSnapshotsIntervalParams, IndexerSocialAccountInfo, IndexerSpotBalance, IndexerSubaccountSnapshot, IndexerV2MarketHours, IndexerV2Symbol, IndexerV2TickerResponse, IndexerV2TradingStatus, IndexerXPointsAllTime, IndexerXPointsEpoch, IndexerXPointsQuest, ListIndexerSocialAccountsParams, ListIndexerSocialAccountsResponse, ListIndexerSubaccountsParams, ListIndexerSubaccountsResponse, NadoDepositCollateralTx, NadoLiquidateSubaccountTx, NadoMatchOrdersRfqTx, NadoMatchOrdersTx, NadoTransferQuoteTx, NadoTx, NadoWithdrawCollateralTx, NadoWithdrawCollateralV2Tx, PaginatedIndexerEventsResponse, RegisterLeaderboardParams, RegisterLeaderboardResponse, RevokeSocialAccountParams, RevokeSocialAccountResponse, TickerMarketType, WithPaginationMeta, calcIndexerPerpBalanceNotionalValue, calcIndexerPerpBalanceValue, calcIndexerSpotBalanceValue };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Kt as IndexerPerpBalance, en as IndexerSpotBalance } from "./clientTypes-CgQ-pdym.cjs";
|
|
2
2
|
import BigNumber from "bignumber.js";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/indexerBalanceValue.d.ts
|
|
@@ -29,4 +29,4 @@ declare function calcIndexerPerpBalanceNotionalValue(balance: IndexerPerpBalance
|
|
|
29
29
|
declare function calcIndexerPerpBalanceValue(balance: IndexerPerpBalance, oraclePrice: BigNumber): BigNumber;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { calcIndexerPerpBalanceValue as n, calcIndexerSpotBalanceValue as r, calcIndexerPerpBalanceNotionalValue as t };
|
|
32
|
-
//# sourceMappingURL=indexerBalanceValue-
|
|
32
|
+
//# sourceMappingURL=indexerBalanceValue-BMncrrka.d.cts.map
|
package/dist/{indexerBalanceValue-BgQT5eiM.d.cts.map → indexerBalanceValue-BMncrrka.d.cts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indexerBalanceValue-
|
|
1
|
+
{"version":3,"file":"indexerBalanceValue-BMncrrka.d.cts","names":[],"sources":["../src/utils/src/utils/indexerBalanceValue.ts"],"mappings":";;;;;;;AAcA;;;;;;;iBAAgB,2BAAA,CACd,OAAA,EAAS,kBAAA,EACT,WAAA,EAAa,SAAA,GACZ,SAAA;;;;;;;iBAUa,mCAAA,CACd,OAAA,EAAS,kBAAA,EACT,WAAA,EAAa,SAAA,GACZ,SAAA;AAHH;;;;;;AAAA,iBAagB,2BAAA,CACd,OAAA,EAAS,kBAAA,EACT,WAAA,EAAa,SAAA,GACZ,SAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Kt as IndexerPerpBalance, en as IndexerSpotBalance } from "./clientTypes-BzpYIUbg.js";
|
|
2
2
|
import BigNumber from "bignumber.js";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/indexerBalanceValue.d.ts
|
|
@@ -29,4 +29,4 @@ declare function calcIndexerPerpBalanceNotionalValue(balance: IndexerPerpBalance
|
|
|
29
29
|
declare function calcIndexerPerpBalanceValue(balance: IndexerPerpBalance, oraclePrice: BigNumber): BigNumber;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { calcIndexerPerpBalanceValue as n, calcIndexerSpotBalanceValue as r, calcIndexerPerpBalanceNotionalValue as t };
|
|
32
|
-
//# sourceMappingURL=indexerBalanceValue-
|
|
32
|
+
//# sourceMappingURL=indexerBalanceValue-BeyJ655G.d.ts.map
|
package/dist/{indexerBalanceValue-OWVUonb1.d.ts.map → indexerBalanceValue-BeyJ655G.d.ts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"indexerBalanceValue-
|
|
1
|
+
{"version":3,"file":"indexerBalanceValue-BeyJ655G.d.ts","names":[],"sources":["../src/utils/src/utils/indexerBalanceValue.ts"],"mappings":";;;;;;;AAcA;;;;;;;iBAAgB,2BAAA,CACd,OAAA,EAAS,kBAAA,EACT,WAAA,EAAa,SAAA,GACZ,SAAA;;;;;;;iBAUa,mCAAA,CACd,OAAA,EAAS,kBAAA,EACT,WAAA,EAAa,SAAA,GACZ,SAAA;AAHH;;;;;;AAAA,iBAagB,2BAAA,CACd,OAAA,EAAS,kBAAA,EACT,WAAA,EAAa,SAAA,GACZ,SAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { o as NadoTx } from "./NadoTx-Bd4U-zDu.js";
|
|
2
|
-
import {
|
|
2
|
+
import { At as IndexerEventWithTx, C as GetIndexerInterestFundingPaymentsResponse, Dt as IndexerEventBalanceStateSnapshot, E as GetIndexerLeaderboardParams, Gt as IndexerOrder, Ot as IndexerEventPerpStateSnapshot, Q as GetIndexerOrdersParams, R as GetIndexerMatchEventsParams, S as GetIndexerInterestFundingPaymentsParams, Vt as IndexerMatchEvent, j as GetIndexerLeaderboardResponse, kt as IndexerEventSpotStateSnapshot } from "./clientTypes-BzpYIUbg.js";
|
|
3
3
|
import { t as CollateralEventType } from "./collateralEventType-s-WbBniE.js";
|
|
4
4
|
import { Subaccount } from "@nadohq/shared";
|
|
5
5
|
import BigNumber from "bignumber.js";
|
|
@@ -107,4 +107,4 @@ type GetIndexerPaginatedLeaderboardParams = IndexerPaginationParams & Pick<GetIn
|
|
|
107
107
|
type GetIndexerPaginatedLeaderboardResponse = WithPaginationMeta & GetIndexerLeaderboardResponse;
|
|
108
108
|
//#endregion
|
|
109
109
|
export { IndexerSettlementEvent as C, IndexerPaginationParams as S, WithPaginationMeta as T, GetIndexerSubaccountSettlementEventsResponse as _, GetIndexerPaginatedOrdersParams as a, IndexerNlpEvent as b, GetIndexerSubaccountCollateralEventsResponse as c, GetIndexerSubaccountLiquidationEventsResponse as d, GetIndexerSubaccountMatchEventParams as f, GetIndexerSubaccountSettlementEventsParams as g, GetIndexerSubaccountNlpEventsResponse as h, GetIndexerPaginatedLeaderboardResponse as i, GetIndexerSubaccountInterestFundingPaymentsParams as l, GetIndexerSubaccountNlpEventsParams as m, GetIndexerPaginatedInterestFundingPaymentsResponse as n, GetIndexerPaginatedOrdersResponse as o, GetIndexerSubaccountMatchEventsResponse as p, GetIndexerPaginatedLeaderboardParams as r, GetIndexerSubaccountCollateralEventsParams as s, BaseIndexerPaginatedEvent as t, GetIndexerSubaccountLiquidationEventsParams as u, IndexerCollateralEvent as v, PaginatedIndexerEventsResponse as w, IndexerPaginationMeta as x, IndexerLiquidationEvent as y };
|
|
110
|
-
//# sourceMappingURL=paginatedEventsTypes-
|
|
110
|
+
//# sourceMappingURL=paginatedEventsTypes-B8d8yiii.d.ts.map
|
package/dist/{paginatedEventsTypes-BeIZindR.d.ts.map → paginatedEventsTypes-B8d8yiii.d.ts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paginatedEventsTypes-
|
|
1
|
+
{"version":3,"file":"paginatedEventsTypes-B8d8yiii.d.ts","names":[],"sources":["../src/types/src/types/paginatedEventsTypes.ts"],"mappings":";;;;;;;UAmBiB,uBAAA;EACf,KAAA;EAEA,WAAW;AAAA;AAAA,UAGI,qBAAA;EACf,OAAA;EACA,UAAU;AAAA;AAAA,KAGA,kBAAA;EAAuB,IAAA,EAAM,qBAAqB;AAAA;AAAA,KAEzD,8BAAA,GAAiC,UAAA,GACpC,uBAAuB;EAHb;;;;EAQR,qBAAA;AAAA;AAAA,UAGa,yBAAA,SAAkC,UAAA;EACjD,SAAA,EAAW,SAAA;EACX,eAAA;EACA,EAAA,EAAI,MAAA;AAAA;AAAA,UAGW,8BAAA,WACL,yBAAA,UACF,kBAAA;EACR,MAAA,EAAQ,CAAA;AAAA;AATV;;;AAAA,UAgBiB,0CAAA,SAAmD,8BAA8B;EAChG,UAAA,GAAa,mBAAA;EAEb,QAAA;AAAA;AAAA,UAGe,sBAAA,SAA+B,yBAAA;EAC9C,SAAA,EAAW,mBAAA;EAEX,MAAA,EAAQ,SAAA;EAER,SAAA,EAAW,SAAA;EACX,QAAA,EAAU,6BAAA;AAAA;AAAA,KAGA,4CAAA,GACV,8BAA8B,CAAC,sBAAA;;AA7BrB;AAGZ;KA+BY,mCAAA,GACV,8BAA8B;AAAA,UAEf,eAAA,SAAwB,yBAAA;EACvC,QAAA,EAAU,SAAA;EACV,iBAAA,EAAmB,SAAA;AAAA;AAAA,KAGT,qCAAA,GACV,8BAA8B,CAAC,eAAA;;;;KAMrB,oCAAA,GACV,8BAAA,GACE,IAAA,CAAK,2BAAA;AAAA,KAEG,uCAAA,GACV,8BAA8B,CAAC,iBAAA;;;AAhDtB;KAsDC,+BAAA,GAAkC,8BAAA,GAC5C,IAAA,CAAK,sBAAA;AAAA,UAEU,iCAAA;EACf,MAAA,EAAQ,YAAA;EACR,IAAA,EAAM,qBAAqB;AAAA;;;;KAOjB,2CAAA,GACV,8BAAA,GAAiC,IAAA,CAAK,sBAAA;AAAA,KAEnC,gBAAA,2BAEgB,gCAAA,IACjB,KAAA;EACF,YAAA,EAAc,kBAAA,CAAmB,UAAA;AAAA;AAAA,UAGlB,uBAAA,SAAgC,yBAAA;EAG/C,IAAA,GAAO,gBAAA;IAIH,gBAAA,EAAkB,SAAA;EAAA,GAEpB,6BAAA;EAEF,IAAA,GAAO,gBAAA;IAIH,gBAAA,EAAkB,SAAA;EAAA,GAEpB,6BAAA;EAIF,KAAA,EAAO,gBAAA;IAEH,YAAA,EAAc,SAAA;EAAA,GAEhB,6BAAA;AAAA;AAAA,KAIQ,6CAAA,GACV,8BAA8B,CAAC,uBAAA;;;;KAMrB,0CAAA,GACV,8BAA8B;AAAA,UAEf,sBAAA,SAA+B,yBAAA;EAE9C,UAAA,EAAY,SAAA;EACZ,QAAA,EAAU,6BAAA;EACV,QAAA;AAAA;AAAA,KAGU,4CAAA,GACV,8BAA8B,CAAC,sBAAA;;AApGsB;AAKvD;KAqGY,iDAAA,GACV,8BAAA,GACE,IAAA,CAAK,uCAAA;AAAA,UAEQ,kDAAA,SAA2D,yCAAyC;EACnH,IAAA,EAAM,qBAAA;AAAA;AAAA,KAGI,oCAAA,GAAuC,uBAAA,GACjD,IAAA,CAAK,2BAAA;AAAA,KAEK,sCAAA,GAAyC,kBAAA,GACnD,6BAA6B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { o as NadoTx } from "./NadoTx-C3_f0YvI.cjs";
|
|
2
|
-
import {
|
|
2
|
+
import { At as IndexerEventWithTx, C as GetIndexerInterestFundingPaymentsResponse, Dt as IndexerEventBalanceStateSnapshot, E as GetIndexerLeaderboardParams, Gt as IndexerOrder, Ot as IndexerEventPerpStateSnapshot, Q as GetIndexerOrdersParams, R as GetIndexerMatchEventsParams, S as GetIndexerInterestFundingPaymentsParams, Vt as IndexerMatchEvent, j as GetIndexerLeaderboardResponse, kt as IndexerEventSpotStateSnapshot } from "./clientTypes-CgQ-pdym.cjs";
|
|
3
3
|
import { t as CollateralEventType } from "./collateralEventType-CNrryEno.cjs";
|
|
4
4
|
import { Subaccount } from "@nadohq/shared";
|
|
5
5
|
import BigNumber from "bignumber.js";
|
|
@@ -107,4 +107,4 @@ type GetIndexerPaginatedLeaderboardParams = IndexerPaginationParams & Pick<GetIn
|
|
|
107
107
|
type GetIndexerPaginatedLeaderboardResponse = WithPaginationMeta & GetIndexerLeaderboardResponse;
|
|
108
108
|
//#endregion
|
|
109
109
|
export { IndexerSettlementEvent as C, IndexerPaginationParams as S, WithPaginationMeta as T, GetIndexerSubaccountSettlementEventsResponse as _, GetIndexerPaginatedOrdersParams as a, IndexerNlpEvent as b, GetIndexerSubaccountCollateralEventsResponse as c, GetIndexerSubaccountLiquidationEventsResponse as d, GetIndexerSubaccountMatchEventParams as f, GetIndexerSubaccountSettlementEventsParams as g, GetIndexerSubaccountNlpEventsResponse as h, GetIndexerPaginatedLeaderboardResponse as i, GetIndexerSubaccountInterestFundingPaymentsParams as l, GetIndexerSubaccountNlpEventsParams as m, GetIndexerPaginatedInterestFundingPaymentsResponse as n, GetIndexerPaginatedOrdersResponse as o, GetIndexerSubaccountMatchEventsResponse as p, GetIndexerPaginatedLeaderboardParams as r, GetIndexerSubaccountCollateralEventsParams as s, BaseIndexerPaginatedEvent as t, GetIndexerSubaccountLiquidationEventsParams as u, IndexerCollateralEvent as v, PaginatedIndexerEventsResponse as w, IndexerPaginationMeta as x, IndexerLiquidationEvent as y };
|
|
110
|
-
//# sourceMappingURL=paginatedEventsTypes-
|
|
110
|
+
//# sourceMappingURL=paginatedEventsTypes-rj9qNxIF.d.cts.map
|
package/dist/{paginatedEventsTypes-B0B3Ab95.d.cts.map → paginatedEventsTypes-rj9qNxIF.d.cts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paginatedEventsTypes-
|
|
1
|
+
{"version":3,"file":"paginatedEventsTypes-rj9qNxIF.d.cts","names":[],"sources":["../src/types/src/types/paginatedEventsTypes.ts"],"mappings":";;;;;;;UAmBiB,uBAAA;EACf,KAAA;EAEA,WAAW;AAAA;AAAA,UAGI,qBAAA;EACf,OAAA;EACA,UAAU;AAAA;AAAA,KAGA,kBAAA;EAAuB,IAAA,EAAM,qBAAqB;AAAA;AAAA,KAEzD,8BAAA,GAAiC,UAAA,GACpC,uBAAuB;EAHb;;;;EAQR,qBAAA;AAAA;AAAA,UAGa,yBAAA,SAAkC,UAAA;EACjD,SAAA,EAAW,SAAA;EACX,eAAA;EACA,EAAA,EAAI,MAAA;AAAA;AAAA,UAGW,8BAAA,WACL,yBAAA,UACF,kBAAA;EACR,MAAA,EAAQ,CAAA;AAAA;AATV;;;AAAA,UAgBiB,0CAAA,SAAmD,8BAA8B;EAChG,UAAA,GAAa,mBAAA;EAEb,QAAA;AAAA;AAAA,UAGe,sBAAA,SAA+B,yBAAA;EAC9C,SAAA,EAAW,mBAAA;EAEX,MAAA,EAAQ,SAAA;EAER,SAAA,EAAW,SAAA;EACX,QAAA,EAAU,6BAAA;AAAA;AAAA,KAGA,4CAAA,GACV,8BAA8B,CAAC,sBAAA;;AA7BrB;AAGZ;KA+BY,mCAAA,GACV,8BAA8B;AAAA,UAEf,eAAA,SAAwB,yBAAA;EACvC,QAAA,EAAU,SAAA;EACV,iBAAA,EAAmB,SAAA;AAAA;AAAA,KAGT,qCAAA,GACV,8BAA8B,CAAC,eAAA;;;;KAMrB,oCAAA,GACV,8BAAA,GACE,IAAA,CAAK,2BAAA;AAAA,KAEG,uCAAA,GACV,8BAA8B,CAAC,iBAAA;;;AAhDtB;KAsDC,+BAAA,GAAkC,8BAAA,GAC5C,IAAA,CAAK,sBAAA;AAAA,UAEU,iCAAA;EACf,MAAA,EAAQ,YAAA;EACR,IAAA,EAAM,qBAAqB;AAAA;;;;KAOjB,2CAAA,GACV,8BAAA,GAAiC,IAAA,CAAK,sBAAA;AAAA,KAEnC,gBAAA,2BAEgB,gCAAA,IACjB,KAAA;EACF,YAAA,EAAc,kBAAA,CAAmB,UAAA;AAAA;AAAA,UAGlB,uBAAA,SAAgC,yBAAA;EAG/C,IAAA,GAAO,gBAAA;IAIH,gBAAA,EAAkB,SAAA;EAAA,GAEpB,6BAAA;EAEF,IAAA,GAAO,gBAAA;IAIH,gBAAA,EAAkB,SAAA;EAAA,GAEpB,6BAAA;EAIF,KAAA,EAAO,gBAAA;IAEH,YAAA,EAAc,SAAA;EAAA,GAEhB,6BAAA;AAAA;AAAA,KAIQ,6CAAA,GACV,8BAA8B,CAAC,uBAAA;;;;KAMrB,0CAAA,GACV,8BAA8B;AAAA,UAEf,sBAAA,SAA+B,yBAAA;EAE9C,UAAA,EAAY,SAAA;EACZ,QAAA,EAAU,6BAAA;EACV,QAAA;AAAA;AAAA,KAGU,4CAAA,GACV,8BAA8B,CAAC,sBAAA;;AApGsB;AAKvD;KAqGY,iDAAA,GACV,8BAAA,GACE,IAAA,CAAK,uCAAA;AAAA,UAEQ,kDAAA,SAA2D,yCAAyC;EACnH,IAAA,EAAM,qBAAA;AAAA;AAAA,KAGI,oCAAA,GAAuC,uBAAA,GACjD,IAAA,CAAK,2BAAA;AAAA,KAEK,sCAAA,GAAyC,kBAAA,GACnD,6BAA6B"}
|
|
@@ -162,6 +162,12 @@ interface IndexerServerPrivateAlphaChoiceParams {
|
|
|
162
162
|
interface IndexerServerPointsParams {
|
|
163
163
|
address: string;
|
|
164
164
|
}
|
|
165
|
+
interface IndexerServerXPointsParams {
|
|
166
|
+
address: string;
|
|
167
|
+
}
|
|
168
|
+
interface IndexerServerCashIncentivesParams {
|
|
169
|
+
wallet_address: string;
|
|
170
|
+
}
|
|
165
171
|
interface IndexerServerQueryRequestByType {
|
|
166
172
|
account_snapshots: IndexerServerMultiSubaccountSnapshotsParams;
|
|
167
173
|
backlog: Record<string, never>;
|
|
@@ -196,6 +202,8 @@ interface IndexerServerQueryRequestByType {
|
|
|
196
202
|
nlp_snapshots: IndexerServerNlpSnapshotsParams;
|
|
197
203
|
private_alpha_choice: IndexerServerPrivateAlphaChoiceParams;
|
|
198
204
|
nado_points: IndexerServerPointsParams;
|
|
205
|
+
nado_xpoints: IndexerServerXPointsParams;
|
|
206
|
+
cash_incentives: IndexerServerCashIncentivesParams;
|
|
199
207
|
social_connect: IndexerServerSocialConnectParams;
|
|
200
208
|
list_social_accounts: IndexerServerListSocialAccountsParams;
|
|
201
209
|
revoke_social_account: IndexerServerRevokeSocialAccountParams;
|
|
@@ -346,6 +354,58 @@ interface IndexerServerPointsResponse {
|
|
|
346
354
|
points_per_epoch: IndexerServerPointsEpoch[];
|
|
347
355
|
all_time_points: IndexerServerAllTimePoints;
|
|
348
356
|
}
|
|
357
|
+
interface IndexerServerXPointsQuest {
|
|
358
|
+
quest_type: string;
|
|
359
|
+
points: string;
|
|
360
|
+
}
|
|
361
|
+
interface IndexerServerXPointsEpoch {
|
|
362
|
+
epoch: number;
|
|
363
|
+
description: string;
|
|
364
|
+
start_time: string;
|
|
365
|
+
end_time: string;
|
|
366
|
+
total_points: string;
|
|
367
|
+
rank: number;
|
|
368
|
+
quests: IndexerServerXPointsQuest[];
|
|
369
|
+
}
|
|
370
|
+
interface IndexerServerXPointsAllTime {
|
|
371
|
+
total_points: string;
|
|
372
|
+
rank: number;
|
|
373
|
+
quests: IndexerServerXPointsQuest[];
|
|
374
|
+
}
|
|
375
|
+
interface IndexerServerXPointsResponse {
|
|
376
|
+
points_per_epoch: IndexerServerXPointsEpoch[];
|
|
377
|
+
all_time_points: IndexerServerXPointsAllTime;
|
|
378
|
+
}
|
|
379
|
+
interface IndexerServerCashIncentivesEventMetadata {
|
|
380
|
+
event_id: number;
|
|
381
|
+
description: string;
|
|
382
|
+
epoch_start: string;
|
|
383
|
+
epoch_end: string;
|
|
384
|
+
max_volume: string;
|
|
385
|
+
max_reward: string;
|
|
386
|
+
min_volume: string;
|
|
387
|
+
min_reward: string;
|
|
388
|
+
}
|
|
389
|
+
interface IndexerServerCashIncentivesEventPlatform {
|
|
390
|
+
platform_volume: string;
|
|
391
|
+
unlocked_reward: string;
|
|
392
|
+
}
|
|
393
|
+
interface IndexerServerCashIncentivesEventWallet {
|
|
394
|
+
reward: string;
|
|
395
|
+
}
|
|
396
|
+
interface IndexerServerCashIncentivesEvent {
|
|
397
|
+
metadata: IndexerServerCashIncentivesEventMetadata;
|
|
398
|
+
platform: IndexerServerCashIncentivesEventPlatform;
|
|
399
|
+
wallet: IndexerServerCashIncentivesEventWallet;
|
|
400
|
+
}
|
|
401
|
+
interface IndexerServerCashIncentivesWalletSummary {
|
|
402
|
+
total_reward: string;
|
|
403
|
+
claimable_reward: string;
|
|
404
|
+
}
|
|
405
|
+
interface IndexerServerCashIncentivesResponse {
|
|
406
|
+
events: IndexerServerCashIncentivesEvent[];
|
|
407
|
+
wallet_summary: IndexerServerCashIncentivesWalletSummary;
|
|
408
|
+
}
|
|
349
409
|
interface IndexerServerSocialConnectResponse {
|
|
350
410
|
url: string;
|
|
351
411
|
}
|
|
@@ -386,6 +446,8 @@ interface IndexerServerQueryResponseByType {
|
|
|
386
446
|
nlp_snapshots: IndexerServerNlpSnapshotsResponse;
|
|
387
447
|
private_alpha_choice: IndexerServerPrivateAlphaChoiceResponse;
|
|
388
448
|
nado_points: IndexerServerPointsResponse;
|
|
449
|
+
nado_xpoints: IndexerServerXPointsResponse;
|
|
450
|
+
cash_incentives: IndexerServerCashIncentivesResponse;
|
|
389
451
|
social_connect: IndexerServerSocialConnectResponse;
|
|
390
452
|
list_social_accounts: IndexerServerSocialAccountsResponse;
|
|
391
453
|
revoke_social_account: IndexerServerSocialAccountsResponse;
|
|
@@ -465,5 +527,5 @@ interface IndexerServerV2Symbol {
|
|
|
465
527
|
*/
|
|
466
528
|
type IndexerServerV2SymbolsResponse = Record<string, IndexerServerV2Symbol>;
|
|
467
529
|
//#endregion
|
|
468
|
-
export {
|
|
469
|
-
//# sourceMappingURL=serverTypes-
|
|
530
|
+
export { IndexerServerMultiProductsParams as $, IndexerServerInterestFundingParams as A, IndexerServerSocialConnectResponse as At, IndexerServerLeaderboardRegistrationsResponse as B, IndexerServerXPointsQuest as Bt, IndexerServerFundingRateHistoryEntry as C, IndexerServerQueryResponseByType as Ct, IndexerServerFundingRateResponse as D, IndexerServerRevokeSocialAccountParams as Dt, IndexerServerFundingRateParams as E, IndexerServerReferralCodeResponse as Et, IndexerServerLeaderboardRankParams as F, IndexerServerV2TickerResponse as Ft, IndexerServerListSubaccountsParams as G, IndexerServerLinkedSignerParams as H, IndexerServerLeaderboardRankResponse as I, IndexerServerV2TickersResponse as It, IndexerServerMakerStatisticsResponse as J, IndexerServerListSubaccountsResponse as K, IndexerServerLeaderboardRegisterParams as L, IndexerServerXPointsAllTime as Lt, IndexerServerLeaderboardContestsParams as M, IndexerServerV2MarketHours as Mt, IndexerServerLeaderboardContestsResponse as N, IndexerServerV2Symbol as Nt, IndexerServerFundingRatesParams as O, IndexerServerSocialAccountsResponse as Ot, IndexerServerLeaderboardParams as P, IndexerServerV2SymbolsResponse as Pt, IndexerServerMatchEventsResponse as Q, IndexerServerLeaderboardRegisterResponse as R, IndexerServerXPointsEpoch as Rt, IndexerServerFundingRate as S, IndexerServerQueryRequestType as St, IndexerServerFundingRateHistoryResponse as T, IndexerServerReferralCodeParams as Tt, IndexerServerLinkedSignerResponse as U, IndexerServerLeaderboardResponse as V, IndexerServerXPointsResponse as Vt, IndexerServerListSocialAccountsParams as W, IndexerServerMarketSnapshotsResponse as X, IndexerServerMarketSnapshotsParams as Y, IndexerServerMatchEventsParams as Z, IndexerServerDDAResponse as _, IndexerServerPrivateAlphaChoiceParams as _t, IndexerServerAllTimePoints as a, IndexerServerOraclePricesParams as at, IndexerServerFastWithdrawalSignatureParams as b, IndexerServerProductsResponse as bt, IndexerServerCandlesticksResponse as c, IndexerServerOrdersResponse as ct, IndexerServerCashIncentivesEventPlatform as d, IndexerServerPerpPricesResponse as dt, IndexerServerMultiProductsResponse as et, IndexerServerCashIncentivesEventWallet as f, IndexerServerPointsEpoch as ft, IndexerServerDDAQueryParams as g, IndexerServerPriceResponse as gt, IndexerServerCashIncentivesWalletSummary as h, IndexerServerPriceParams as ht, IndexerEdgeServerMarketSnapshotsResponse as i, IndexerServerNlpSnapshotsResponse as it, IndexerServerInterestFundingResponse as j, IndexerServerTriggerTypeFilter as jt, IndexerServerFundingRatesResponse as k, IndexerServerSocialConnectParams as kt, IndexerServerCashIncentivesEvent as l, IndexerServerPerpPrices as lt, IndexerServerCashIncentivesResponse as m, IndexerServerPointsResponse as mt, IndexerEdgeServerCandlesticksResponse as n, IndexerServerMultiSubaccountSnapshotsResponse as nt, IndexerServerBacklogResponse as o, IndexerServerOraclePricesResponse as ot, IndexerServerCashIncentivesParams as p, IndexerServerPointsParams as pt, IndexerServerMakerStatisticsParams as q, IndexerEdgeServerMarketSnapshotsParams as r, IndexerServerNlpSnapshotsParams as rt, IndexerServerCandlesticksParams as s, IndexerServerOrdersParams as st, IndexerEdgeServerCandlesticksParams as t, IndexerServerMultiSubaccountSnapshotsParams as tt, IndexerServerCashIncentivesEventMetadata as u, IndexerServerPerpPricesParams as ut, IndexerServerEventsParams as v, IndexerServerPrivateAlphaChoiceResponse as vt, IndexerServerFundingRateHistoryParams as w, IndexerServerQuotePriceResponse as wt, IndexerServerFastWithdrawalSignatureResponse as x, IndexerServerQueryRequestByType as xt, IndexerServerEventsResponse as y, IndexerServerProductsParams as yt, IndexerServerLeaderboardRegistrationsParams as z, IndexerServerXPointsParams as zt };
|
|
531
|
+
//# sourceMappingURL=serverTypes-Co5rgD5o.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serverTypes-Co5rgD5o.d.ts","names":[],"sources":["../src/types/src/types/serverTypes.ts"],"mappings":"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"}
|
|
@@ -162,6 +162,12 @@ interface IndexerServerPrivateAlphaChoiceParams {
|
|
|
162
162
|
interface IndexerServerPointsParams {
|
|
163
163
|
address: string;
|
|
164
164
|
}
|
|
165
|
+
interface IndexerServerXPointsParams {
|
|
166
|
+
address: string;
|
|
167
|
+
}
|
|
168
|
+
interface IndexerServerCashIncentivesParams {
|
|
169
|
+
wallet_address: string;
|
|
170
|
+
}
|
|
165
171
|
interface IndexerServerQueryRequestByType {
|
|
166
172
|
account_snapshots: IndexerServerMultiSubaccountSnapshotsParams;
|
|
167
173
|
backlog: Record<string, never>;
|
|
@@ -196,6 +202,8 @@ interface IndexerServerQueryRequestByType {
|
|
|
196
202
|
nlp_snapshots: IndexerServerNlpSnapshotsParams;
|
|
197
203
|
private_alpha_choice: IndexerServerPrivateAlphaChoiceParams;
|
|
198
204
|
nado_points: IndexerServerPointsParams;
|
|
205
|
+
nado_xpoints: IndexerServerXPointsParams;
|
|
206
|
+
cash_incentives: IndexerServerCashIncentivesParams;
|
|
199
207
|
social_connect: IndexerServerSocialConnectParams;
|
|
200
208
|
list_social_accounts: IndexerServerListSocialAccountsParams;
|
|
201
209
|
revoke_social_account: IndexerServerRevokeSocialAccountParams;
|
|
@@ -346,6 +354,58 @@ interface IndexerServerPointsResponse {
|
|
|
346
354
|
points_per_epoch: IndexerServerPointsEpoch[];
|
|
347
355
|
all_time_points: IndexerServerAllTimePoints;
|
|
348
356
|
}
|
|
357
|
+
interface IndexerServerXPointsQuest {
|
|
358
|
+
quest_type: string;
|
|
359
|
+
points: string;
|
|
360
|
+
}
|
|
361
|
+
interface IndexerServerXPointsEpoch {
|
|
362
|
+
epoch: number;
|
|
363
|
+
description: string;
|
|
364
|
+
start_time: string;
|
|
365
|
+
end_time: string;
|
|
366
|
+
total_points: string;
|
|
367
|
+
rank: number;
|
|
368
|
+
quests: IndexerServerXPointsQuest[];
|
|
369
|
+
}
|
|
370
|
+
interface IndexerServerXPointsAllTime {
|
|
371
|
+
total_points: string;
|
|
372
|
+
rank: number;
|
|
373
|
+
quests: IndexerServerXPointsQuest[];
|
|
374
|
+
}
|
|
375
|
+
interface IndexerServerXPointsResponse {
|
|
376
|
+
points_per_epoch: IndexerServerXPointsEpoch[];
|
|
377
|
+
all_time_points: IndexerServerXPointsAllTime;
|
|
378
|
+
}
|
|
379
|
+
interface IndexerServerCashIncentivesEventMetadata {
|
|
380
|
+
event_id: number;
|
|
381
|
+
description: string;
|
|
382
|
+
epoch_start: string;
|
|
383
|
+
epoch_end: string;
|
|
384
|
+
max_volume: string;
|
|
385
|
+
max_reward: string;
|
|
386
|
+
min_volume: string;
|
|
387
|
+
min_reward: string;
|
|
388
|
+
}
|
|
389
|
+
interface IndexerServerCashIncentivesEventPlatform {
|
|
390
|
+
platform_volume: string;
|
|
391
|
+
unlocked_reward: string;
|
|
392
|
+
}
|
|
393
|
+
interface IndexerServerCashIncentivesEventWallet {
|
|
394
|
+
reward: string;
|
|
395
|
+
}
|
|
396
|
+
interface IndexerServerCashIncentivesEvent {
|
|
397
|
+
metadata: IndexerServerCashIncentivesEventMetadata;
|
|
398
|
+
platform: IndexerServerCashIncentivesEventPlatform;
|
|
399
|
+
wallet: IndexerServerCashIncentivesEventWallet;
|
|
400
|
+
}
|
|
401
|
+
interface IndexerServerCashIncentivesWalletSummary {
|
|
402
|
+
total_reward: string;
|
|
403
|
+
claimable_reward: string;
|
|
404
|
+
}
|
|
405
|
+
interface IndexerServerCashIncentivesResponse {
|
|
406
|
+
events: IndexerServerCashIncentivesEvent[];
|
|
407
|
+
wallet_summary: IndexerServerCashIncentivesWalletSummary;
|
|
408
|
+
}
|
|
349
409
|
interface IndexerServerSocialConnectResponse {
|
|
350
410
|
url: string;
|
|
351
411
|
}
|
|
@@ -386,6 +446,8 @@ interface IndexerServerQueryResponseByType {
|
|
|
386
446
|
nlp_snapshots: IndexerServerNlpSnapshotsResponse;
|
|
387
447
|
private_alpha_choice: IndexerServerPrivateAlphaChoiceResponse;
|
|
388
448
|
nado_points: IndexerServerPointsResponse;
|
|
449
|
+
nado_xpoints: IndexerServerXPointsResponse;
|
|
450
|
+
cash_incentives: IndexerServerCashIncentivesResponse;
|
|
389
451
|
social_connect: IndexerServerSocialConnectResponse;
|
|
390
452
|
list_social_accounts: IndexerServerSocialAccountsResponse;
|
|
391
453
|
revoke_social_account: IndexerServerSocialAccountsResponse;
|
|
@@ -465,5 +527,5 @@ interface IndexerServerV2Symbol {
|
|
|
465
527
|
*/
|
|
466
528
|
type IndexerServerV2SymbolsResponse = Record<string, IndexerServerV2Symbol>;
|
|
467
529
|
//#endregion
|
|
468
|
-
export {
|
|
469
|
-
//# sourceMappingURL=serverTypes-
|
|
530
|
+
export { IndexerServerMultiProductsParams as $, IndexerServerInterestFundingParams as A, IndexerServerSocialConnectResponse as At, IndexerServerLeaderboardRegistrationsResponse as B, IndexerServerXPointsQuest as Bt, IndexerServerFundingRateHistoryEntry as C, IndexerServerQueryResponseByType as Ct, IndexerServerFundingRateResponse as D, IndexerServerRevokeSocialAccountParams as Dt, IndexerServerFundingRateParams as E, IndexerServerReferralCodeResponse as Et, IndexerServerLeaderboardRankParams as F, IndexerServerV2TickerResponse as Ft, IndexerServerListSubaccountsParams as G, IndexerServerLinkedSignerParams as H, IndexerServerLeaderboardRankResponse as I, IndexerServerV2TickersResponse as It, IndexerServerMakerStatisticsResponse as J, IndexerServerListSubaccountsResponse as K, IndexerServerLeaderboardRegisterParams as L, IndexerServerXPointsAllTime as Lt, IndexerServerLeaderboardContestsParams as M, IndexerServerV2MarketHours as Mt, IndexerServerLeaderboardContestsResponse as N, IndexerServerV2Symbol as Nt, IndexerServerFundingRatesParams as O, IndexerServerSocialAccountsResponse as Ot, IndexerServerLeaderboardParams as P, IndexerServerV2SymbolsResponse as Pt, IndexerServerMatchEventsResponse as Q, IndexerServerLeaderboardRegisterResponse as R, IndexerServerXPointsEpoch as Rt, IndexerServerFundingRate as S, IndexerServerQueryRequestType as St, IndexerServerFundingRateHistoryResponse as T, IndexerServerReferralCodeParams as Tt, IndexerServerLinkedSignerResponse as U, IndexerServerLeaderboardResponse as V, IndexerServerXPointsResponse as Vt, IndexerServerListSocialAccountsParams as W, IndexerServerMarketSnapshotsResponse as X, IndexerServerMarketSnapshotsParams as Y, IndexerServerMatchEventsParams as Z, IndexerServerDDAResponse as _, IndexerServerPrivateAlphaChoiceParams as _t, IndexerServerAllTimePoints as a, IndexerServerOraclePricesParams as at, IndexerServerFastWithdrawalSignatureParams as b, IndexerServerProductsResponse as bt, IndexerServerCandlesticksResponse as c, IndexerServerOrdersResponse as ct, IndexerServerCashIncentivesEventPlatform as d, IndexerServerPerpPricesResponse as dt, IndexerServerMultiProductsResponse as et, IndexerServerCashIncentivesEventWallet as f, IndexerServerPointsEpoch as ft, IndexerServerDDAQueryParams as g, IndexerServerPriceResponse as gt, IndexerServerCashIncentivesWalletSummary as h, IndexerServerPriceParams as ht, IndexerEdgeServerMarketSnapshotsResponse as i, IndexerServerNlpSnapshotsResponse as it, IndexerServerInterestFundingResponse as j, IndexerServerTriggerTypeFilter as jt, IndexerServerFundingRatesResponse as k, IndexerServerSocialConnectParams as kt, IndexerServerCashIncentivesEvent as l, IndexerServerPerpPrices as lt, IndexerServerCashIncentivesResponse as m, IndexerServerPointsResponse as mt, IndexerEdgeServerCandlesticksResponse as n, IndexerServerMultiSubaccountSnapshotsResponse as nt, IndexerServerBacklogResponse as o, IndexerServerOraclePricesResponse as ot, IndexerServerCashIncentivesParams as p, IndexerServerPointsParams as pt, IndexerServerMakerStatisticsParams as q, IndexerEdgeServerMarketSnapshotsParams as r, IndexerServerNlpSnapshotsParams as rt, IndexerServerCandlesticksParams as s, IndexerServerOrdersParams as st, IndexerEdgeServerCandlesticksParams as t, IndexerServerMultiSubaccountSnapshotsParams as tt, IndexerServerCashIncentivesEventMetadata as u, IndexerServerPerpPricesParams as ut, IndexerServerEventsParams as v, IndexerServerPrivateAlphaChoiceResponse as vt, IndexerServerFundingRateHistoryParams as w, IndexerServerQuotePriceResponse as wt, IndexerServerFastWithdrawalSignatureResponse as x, IndexerServerQueryRequestByType as xt, IndexerServerEventsResponse as y, IndexerServerProductsParams as yt, IndexerServerLeaderboardRegistrationsParams as z, IndexerServerXPointsParams as zt };
|
|
531
|
+
//# sourceMappingURL=serverTypes-Dl79x4IJ.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serverTypes-Dl79x4IJ.d.cts","names":[],"sources":["../src/types/src/types/serverTypes.ts"],"mappings":"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"}
|