@alphafi/alphafi-sdk 0.0.49 → 0.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/adminFunctions.d.ts +4 -1
- package/dist/cjs/adminFunctions.d.ts.map +1 -1
- package/dist/cjs/adminFunctions.js +77 -0
- package/dist/cjs/adminFunctions.js.map +1 -1
- package/dist/cjs/common/coins.d.ts.map +1 -1
- package/dist/cjs/common/coins.js +6 -0
- package/dist/cjs/common/coins.js.map +1 -1
- package/dist/cjs/common/constants.d.ts +48 -0
- package/dist/cjs/common/constants.d.ts.map +1 -1
- package/dist/cjs/common/constants.js +34 -0
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/maps.d.ts +3 -0
- package/dist/cjs/common/maps.d.ts.map +1 -1
- package/dist/cjs/common/maps.js +144 -0
- package/dist/cjs/common/maps.js.map +1 -1
- package/dist/cjs/common/pyth.d.ts +1 -1
- package/dist/cjs/common/pyth.d.ts.map +1 -1
- package/dist/cjs/common/pyth.js.map +1 -1
- package/dist/cjs/common/types.d.ts +22 -6
- package/dist/cjs/common/types.d.ts.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/getVaultBalances.js +1 -1
- package/dist/cjs/getVaultBalances.js.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/cjs/graphql/getMultiReceipts.js +21 -4
- package/dist/cjs/graphql/getMultiReceipts.js.map +1 -1
- package/dist/cjs/index.d.ts +3 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +11 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/sui-sdk/client.d.ts +8 -0
- package/dist/cjs/sui-sdk/client.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/client.js +12 -0
- package/dist/cjs/sui-sdk/client.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js +1 -1
- package/dist/cjs/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/cjs/sui-sdk/functions/getPositionRange.d.ts +10 -0
- package/dist/cjs/sui-sdk/functions/getPositionRange.d.ts.map +1 -0
- package/dist/cjs/sui-sdk/functions/getPositionRange.js +86 -0
- package/dist/cjs/sui-sdk/functions/getPositionRange.js.map +1 -0
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts +9 -15
- package/dist/cjs/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/cjs/sui-sdk/functions/getReceipts.js +290 -200
- package/dist/cjs/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/cjs/transactions/blueRewards.d.ts.map +1 -1
- package/dist/cjs/transactions/blueRewards.js +27 -2
- package/dist/cjs/transactions/blueRewards.js.map +1 -1
- package/dist/cjs/transactions/bluefin.d.ts.map +1 -1
- package/dist/cjs/transactions/bluefin.js +110 -0
- package/dist/cjs/transactions/bluefin.js.map +1 -1
- package/dist/cjs/transactions/collect_rewards.d.ts.map +1 -1
- package/dist/cjs/transactions/collect_rewards.js +2 -1
- package/dist/cjs/transactions/collect_rewards.js.map +1 -1
- package/dist/cjs/transactions/deposit.d.ts.map +1 -1
- package/dist/cjs/transactions/deposit.js +10 -3
- package/dist/cjs/transactions/deposit.js.map +1 -1
- package/dist/cjs/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/cjs/transactions/zapDeposit.js +58 -29
- package/dist/cjs/transactions/zapDeposit.js.map +1 -1
- package/dist/cjs/utils/prices.d.ts.map +1 -1
- package/dist/cjs/utils/prices.js +1 -0
- package/dist/cjs/utils/prices.js.map +1 -1
- package/dist/esm/adminFunctions.d.ts +4 -1
- package/dist/esm/adminFunctions.d.ts.map +1 -1
- package/dist/esm/adminFunctions.js +76 -2
- package/dist/esm/adminFunctions.js.map +1 -1
- package/dist/esm/common/coins.d.ts.map +1 -1
- package/dist/esm/common/coins.js +6 -0
- package/dist/esm/common/coins.js.map +1 -1
- package/dist/esm/common/constants.d.ts +48 -0
- package/dist/esm/common/constants.d.ts.map +1 -1
- package/dist/esm/common/constants.js +34 -0
- package/dist/esm/common/constants.js.map +1 -1
- package/dist/esm/common/maps.d.ts +3 -0
- package/dist/esm/common/maps.d.ts.map +1 -1
- package/dist/esm/common/maps.js +144 -0
- package/dist/esm/common/maps.js.map +1 -1
- package/dist/esm/common/pyth.d.ts +1 -1
- package/dist/esm/common/pyth.d.ts.map +1 -1
- package/dist/esm/common/pyth.js.map +1 -1
- package/dist/esm/common/types.d.ts +22 -6
- package/dist/esm/common/types.d.ts.map +1 -1
- package/dist/esm/common/types.js.map +1 -1
- package/dist/esm/getVaultBalances.js +1 -1
- package/dist/esm/getVaultBalances.js.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.d.ts.map +1 -1
- package/dist/esm/graphql/getMultiReceipts.js +21 -3
- package/dist/esm/graphql/getMultiReceipts.js.map +1 -1
- package/dist/esm/index.d.ts +3 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +3 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/sui-sdk/client.d.ts +8 -0
- package/dist/esm/sui-sdk/client.d.ts.map +1 -1
- package/dist/esm/sui-sdk/client.js +10 -0
- package/dist/esm/sui-sdk/client.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js +1 -1
- package/dist/esm/sui-sdk/functions/getPortfolioAmounts.js.map +1 -1
- package/dist/esm/sui-sdk/functions/getPositionRange.d.ts +10 -0
- package/dist/esm/sui-sdk/functions/getPositionRange.d.ts.map +1 -0
- package/dist/esm/sui-sdk/functions/getPositionRange.js +82 -0
- package/dist/esm/sui-sdk/functions/getPositionRange.js.map +1 -0
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts +9 -15
- package/dist/esm/sui-sdk/functions/getReceipts.d.ts.map +1 -1
- package/dist/esm/sui-sdk/functions/getReceipts.js +288 -198
- package/dist/esm/sui-sdk/functions/getReceipts.js.map +1 -1
- package/dist/esm/transactions/blueRewards.d.ts.map +1 -1
- package/dist/esm/transactions/blueRewards.js +27 -2
- package/dist/esm/transactions/blueRewards.js.map +1 -1
- package/dist/esm/transactions/bluefin.d.ts.map +1 -1
- package/dist/esm/transactions/bluefin.js +110 -0
- package/dist/esm/transactions/bluefin.js.map +1 -1
- package/dist/esm/transactions/collect_rewards.d.ts.map +1 -1
- package/dist/esm/transactions/collect_rewards.js +2 -1
- package/dist/esm/transactions/collect_rewards.js.map +1 -1
- package/dist/esm/transactions/deposit.d.ts.map +1 -1
- package/dist/esm/transactions/deposit.js +10 -3
- package/dist/esm/transactions/deposit.js.map +1 -1
- package/dist/esm/transactions/zapDeposit.d.ts.map +1 -1
- package/dist/esm/transactions/zapDeposit.js +59 -30
- package/dist/esm/transactions/zapDeposit.js.map +1 -1
- package/dist/esm/utils/prices.d.ts.map +1 -1
- package/dist/esm/utils/prices.js +1 -0
- package/dist/esm/utils/prices.js.map +1 -1
- package/docs/assets/highlight.css +51 -74
- package/docs/assets/icons.js +17 -20
- package/docs/assets/main.js +5 -2163
- package/docs/assets/navigation.js +1 -2
- package/docs/assets/search.js +1 -2
- package/docs/assets/style.css +850 -846
- package/docs/functions/alphaLpBreakdown.html +1 -253
- package/docs/functions/cetusLpBreakdown.html +1 -253
- package/docs/functions/claimBlueRewardTxb.html +1 -0
- package/docs/functions/claimRewardTxb.html +1 -243
- package/docs/functions/coinAmountToXTokensDoubleAsset.html +1 -267
- package/docs/functions/coinAmountToXTokensSingleAsset.html +1 -260
- package/docs/functions/coinsInPool.html +1 -438
- package/docs/functions/collectRewards.html +1 -242
- package/docs/functions/deposit.html +1 -246
- package/docs/functions/depositDoubleAssetTxb.html +1 -270
- package/docs/functions/depositSingleAssetTxb.html +1 -263
- package/docs/functions/fetchAfterTransactionEvents.html +1 -306
- package/docs/functions/fetchAutoCompoundingEvents.html +1 -257
- package/docs/functions/fetchAutoCompoundingEventsGql.html +1 -251
- package/docs/functions/fetchCetusPools.html +1 -231
- package/docs/functions/fetchChainIdentifier.html +1 -233
- package/docs/functions/fetchCheckRatioEvents.html +1 -249
- package/docs/functions/fetchLiquidityChangeEvents.html +1 -257
- package/docs/functions/fetchMultiReceipts.html +1 -261
- package/docs/functions/fetchNftHolders.html +1 -233
- package/docs/functions/fetchPools.html +1 -230
- package/docs/functions/fetchPortfolioData.html +1 -243
- package/docs/functions/fetchProtocolData.html +1 -231
- package/docs/functions/fetchTVL.html +1 -253
- package/docs/functions/fetchUserVaultBalances.html +1 -245
- package/docs/functions/fetchUserVaults.html +1 -243
- package/docs/functions/fetchUserWalletData.html +1 -243
- package/docs/functions/fetchVoloExchangeRate.html +1 -0
- package/docs/functions/fetchWithdrawV2Events.html +1 -255
- package/docs/functions/getAirdropShare.html +1 -243
- package/docs/functions/getAllDoubleAssetVaults.html +1 -235
- package/docs/functions/getAllSingleAssetVaults.html +1 -235
- package/docs/functions/getAllVaultBalances.html +1 -265
- package/docs/functions/getAllVaults.html +1 -233
- package/docs/functions/getAlphaUnlocks.html +1 -245
- package/docs/functions/getAlphaVaultBalance.html +1 -255
- package/docs/functions/getAmounts.html +1 -272
- package/docs/functions/getApr.html +1 -243
- package/docs/functions/getAprs.html +1 -255
- package/docs/functions/getApy.html +1 -243
- package/docs/functions/getApys.html +1 -255
- package/docs/functions/getCetusInvestorTicksMap.html +1 -284
- package/docs/functions/getCetusPool.html +1 -0
- package/docs/functions/getCetusSqrtPriceMap.html +1 -249
- package/docs/functions/getCoinAmountsFromLiquidity.html +1 -273
- package/docs/functions/getConf.html +1 -11763
- package/docs/functions/getCurrentTick.html +1 -247
- package/docs/functions/getDistributor.html +1 -0
- package/docs/functions/getDoubleAssetVaultBalance.html +1 -268
- package/docs/functions/getDoubleAssetVaults.html +1 -253
- package/docs/functions/getHoldersFromTransactions.html +1 -299
- package/docs/functions/getInvestor.html +1 -259
- package/docs/functions/getInvestorPoolMap.html +1 -241
- package/docs/functions/getLastAutoCompoundTime.html +1 -249
- package/docs/functions/getLatestPrices.html +1 -253
- package/docs/functions/getLiquidity.html +1 -260
- package/docs/functions/getMultiCetusPool.html +1 -0
- package/docs/functions/getMultiInvestor.html +1 -231
- package/docs/functions/getMultiLatestPrices.html +1 -233
- package/docs/functions/getMultiParentPool.html +1 -231
- package/docs/functions/getMultiPool.html +1 -231
- package/docs/functions/getMultiReceipts.html +1 -243
- package/docs/functions/getParentPool.html +1 -266
- package/docs/functions/getPool.html +1 -262
- package/docs/functions/getPoolExchangeRate.html +1 -0
- package/docs/functions/getPoolExchangeRateMap.html +1 -249
- package/docs/functions/getPoolsWeightDistribution.html +1 -0
- package/docs/functions/getPositionRange.html +1 -283
- package/docs/functions/getPositionRanges.html +1 -289
- package/docs/functions/getPositionTicks.html +1 -249
- package/docs/functions/getPriceToTick.html +1 -254
- package/docs/functions/getRebalanceHistories.html +1 -269
- package/docs/functions/getRebalanceHistory.html +1 -255
- package/docs/functions/getReceipts.html +1 -268
- package/docs/functions/getSingleAssetVaultBalance.html +1 -268
- package/docs/functions/getSingleAssetVaults.html +1 -253
- package/docs/functions/getSuiClient.html +3 -247
- package/docs/functions/getSuiNodeUrl.html +3 -232
- package/docs/functions/getTVLs-1.html +1 -243
- package/docs/functions/getTickToPrice.html +1 -254
- package/docs/functions/getTvls.html +1 -259
- package/docs/functions/getUserTokensFromTransactions.html +1 -269
- package/docs/functions/getUserTokensInUsdFromTransactions.html +1 -263
- package/docs/functions/getVaultBalance.html +1 -277
- package/docs/functions/getVaultBalanceForActiveUsers.html +1 -261
- package/docs/functions/getVaults.html +1 -250
- package/docs/functions/getXTokenVaultBalanceForActiveUsers.html +1 -261
- package/docs/functions/getZapAmounts.html +1 -323
- package/docs/functions/lastAutocompoundTime.html +1 -249
- package/docs/functions/liquidityToTokens.html +1 -253
- package/docs/functions/multiLiquidityToTokens.html +1 -271
- package/docs/functions/multiTokensToUsd.html +1 -262
- package/docs/functions/multiXTokensToLiquidity.html +1 -257
- package/docs/functions/parseUserWalletData.html +1 -243
- package/docs/functions/pendingBlueRewardAmount.html +1 -0
- package/docs/functions/setCustomSuiClient.html +5 -0
- package/docs/functions/setSuiClient.html +7 -255
- package/docs/functions/setSuiNodeUrl.html +5 -249
- package/docs/functions/setWeights.html +1 -0
- package/docs/functions/withdraw.html +1 -249
- package/docs/functions/withdrawAlphaTxb.html +1 -257
- package/docs/functions/withdrawTxb.html +1 -260
- package/docs/functions/zapDepositTxb.html +1 -300
- package/docs/index.html +41 -587
- package/docs/interfaces/Coin.html +12 -474
- package/docs/interfaces/CoinPair.html +3 -358
- package/docs/interfaces/NaviVoloData.html +3 -514
- package/docs/interfaces/PoolData.html +8 -0
- package/docs/interfaces/PoolWeightDistribution.html +4 -0
- package/docs/interfaces/RebalanceHistoryType.html +9 -652
- package/docs/modules.html +193 -1315
- package/docs/types/AfterTransactionEventNode.html +1 -305
- package/docs/types/Allocator.html +1 -321
- package/docs/types/AlphaFiDoubleAssetVault.html +1 -258
- package/docs/types/AlphaFiMultiVaultBalance.html +1 -219
- package/docs/types/AlphaFiSingleAssetVault.html +1 -244
- package/docs/types/AlphaFiVault.html +1 -214
- package/docs/types/AlphaFiVaultBalance.html +1 -220
- package/docs/types/AlphaPoolType.html +1 -383
- package/docs/types/AlphaReceipt.html +1 -220
- package/docs/types/AlphaReceiptFields.html +1 -421
- package/docs/types/AlphaVaultBalance.html +1 -245
- package/docs/types/AutoBalancePoolNames.html +1 -0
- package/docs/types/AutoCompoundingEventNode.html +1 -225
- package/docs/types/BluefinInvestor.html +1 -209
- package/docs/types/BluefinPoolType.html +1 -440
- package/docs/types/BucketInvestor.html +1 -249
- package/docs/types/CetusInvestor.html +1 -240
- package/docs/types/CetusPoolType.html +1 -433
- package/docs/types/CetusSwapOptions.html +1 -209
- package/docs/types/CoinAmounts.html +1 -216
- package/docs/types/CoinName.html +1 -290
- package/docs/types/CoinType.html +1 -291
- package/docs/types/CommonInvestorFields.html +1 -276
- package/docs/types/CreatePoolOptions.html +1 -246
- package/docs/types/Distributor.html +1 -341
- package/docs/types/DoubleAssetMultiVaultBalance.html +1 -236
- package/docs/types/DoubleAssetPoolNames.html +1 -289
- package/docs/types/DoubleAssetTokenHoldings.html +1 -232
- package/docs/types/DoubleAssetVaultBalance.html +1 -229
- package/docs/types/GetHoldersParams.html +1 -221
- package/docs/types/GetTokenHoldingsParams.html +1 -227
- package/docs/types/GetUserTokensFromTransactionsParams.html +1 -233
- package/docs/types/GetUserTokensInUsdFromTransactionsParams.html +1 -244
- package/docs/types/GetVaultBalanceForActiveUsersParams.html +1 -231
- package/docs/types/GetVaultBalanceParams.html +1 -217
- package/docs/types/HoldingsObj.html +1 -223
- package/docs/types/Icon.html +1 -266
- package/docs/types/Investor.html +1 -245
- package/docs/types/LiquidityChangeEventNode.html +1 -220
- package/docs/types/LiquidityToTokensParams.html +1 -255
- package/docs/types/LiquidityToUsdParams.html +1 -267
- package/docs/types/LoopingDebt.html +1 -258
- package/docs/types/LoopingPoolNames.html +1 -0
- package/docs/types/LpBreakdownType.html +1 -238
- package/docs/types/MemberPoolDataType.html +1 -276
- package/docs/types/MemberType.html +1 -269
- package/docs/types/MultiGetVaultBalancesParams.html +1 -229
- package/docs/types/NaviInvestor.html +1 -235
- package/docs/types/OtherReceiptFields.html +1 -373
- package/docs/types/PoolName.html +1 -326
- package/docs/types/PoolReceipt.html +1 -253
- package/docs/types/PoolType.html +1 -388
- package/docs/types/Receipt.html +1 -475
- package/docs/types/ReceiptGQL.html +1 -374
- package/docs/types/SingleAssetMultiVaultBalance.html +1 -232
- package/docs/types/SingleAssetPoolNames.html +1 -247
- package/docs/types/SingleAssetTokenHoldings.html +1 -228
- package/docs/types/SingleAssetVaultBalance.html +1 -223
- package/docs/types/SingleGetVaultBalancesParams.html +1 -224
- package/docs/types/StrategyType.html +1 -217
- package/docs/types/SuiNetwork.html +1 -213
- package/docs/types/SwapOptions.html +1 -248
- package/docs/types/TickSpacing.html +1 -212
- package/docs/types/TotalWeightType.html +1 -246
- package/docs/types/TransactionBlockType.html +1 -358
- package/docs/types/UserPoolLiquidity.html +1 -221
- package/docs/types/UserPoolTokenHoldings.html +1 -217
- package/docs/types/UserUsdHoldings.html +1 -223
- package/docs/types/VaultBalance.html +1 -216
- package/docs/types/WithdrawV2EventNode.html +1 -208
- package/docs/variables/bluefinPoolMap.html +1 -214
- package/docs/variables/cetusPoolMap.html +1 -214
- package/docs/variables/coinsList.html +1 -220
- package/docs/variables/defunctPoolsSet.html +1 -209
- package/docs/variables/doubleAssetPoolCoinMap.html +1 -237
- package/docs/variables/ignoredWalletsForDailyRevenue.html +1 -218
- package/docs/variables/loopingAccountAddresses.html +1 -219
- package/docs/variables/loopingPoolCoinMap.html +1 -233
- package/docs/variables/naviAssetMap.html +1 -215
- package/docs/variables/poolIdPoolNameMap.html +1 -218
- package/docs/variables/poolInfo.html +1 -304
- package/docs/variables/singleAssetPoolCoinMap.html +1 -229
- package/docs/variables/stableCoins.html +1 -207
- package/package.json +2 -3
|
@@ -1,652 +1,9 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<html class="
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<link rel="stylesheet" href="../assets/style.css" />
|
|
10
|
-
<link rel="stylesheet" href="../assets/highlight.css" />
|
|
11
|
-
<script defer src="../assets/main.js"></script>
|
|
12
|
-
<script async src="../assets/icons.js" id="tsd-icons-script"></script>
|
|
13
|
-
<script async src="../assets/search.js" id="tsd-search-script"></script>
|
|
14
|
-
<script async src="../assets/navigation.js" id="tsd-nav-script"></script>
|
|
15
|
-
</head>
|
|
16
|
-
<body>
|
|
17
|
-
<script>
|
|
18
|
-
document.documentElement.dataset.theme =
|
|
19
|
-
localStorage.getItem("tsd-theme") || "os";
|
|
20
|
-
document.body.style.display = "none";
|
|
21
|
-
setTimeout(
|
|
22
|
-
() =>
|
|
23
|
-
app ? app.showPage() : document.body.style.removeProperty("display"),
|
|
24
|
-
500,
|
|
25
|
-
);
|
|
26
|
-
</script>
|
|
27
|
-
<header class="tsd-page-toolbar">
|
|
28
|
-
<div class="tsd-toolbar-contents container">
|
|
29
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
30
|
-
<div class="field">
|
|
31
|
-
<label
|
|
32
|
-
for="tsd-search-field"
|
|
33
|
-
class="tsd-widget tsd-toolbar-icon search no-caption"
|
|
34
|
-
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
35
|
-
<use href="../assets/icons.svg#icon-search"></use></svg></label
|
|
36
|
-
><input type="text" id="tsd-search-field" aria-label="Search" />
|
|
37
|
-
</div>
|
|
38
|
-
<div class="field"><div id="tsd-toolbar-links"></div></div>
|
|
39
|
-
<ul class="results">
|
|
40
|
-
<li class="state loading">Preparing search index...</li>
|
|
41
|
-
<li class="state failure">The search index is not available</li>
|
|
42
|
-
</ul>
|
|
43
|
-
<a href="../index.html" class="title"
|
|
44
|
-
>@alphafi/alphafi-sdk - v0.0.46</a
|
|
45
|
-
>
|
|
46
|
-
</div>
|
|
47
|
-
<div class="table-cell" id="tsd-widgets">
|
|
48
|
-
<a
|
|
49
|
-
href="#"
|
|
50
|
-
class="tsd-widget tsd-toolbar-icon menu no-caption"
|
|
51
|
-
data-toggle="menu"
|
|
52
|
-
aria-label="Menu"
|
|
53
|
-
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
54
|
-
<use href="../assets/icons.svg#icon-menu"></use></svg
|
|
55
|
-
></a>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
</header>
|
|
59
|
-
<div class="container container-main">
|
|
60
|
-
<div class="col-content">
|
|
61
|
-
<div class="tsd-page-title">
|
|
62
|
-
<ul class="tsd-breadcrumb">
|
|
63
|
-
<li><a href="../modules.html">@alphafi/alphafi-sdk</a></li>
|
|
64
|
-
<li>
|
|
65
|
-
<a href="RebalanceHistoryType.html">RebalanceHistoryType</a>
|
|
66
|
-
</li>
|
|
67
|
-
</ul>
|
|
68
|
-
<h1>Interface RebalanceHistoryType</h1>
|
|
69
|
-
</div>
|
|
70
|
-
<div class="tsd-signature">
|
|
71
|
-
<span class="tsd-signature-keyword">interface </span
|
|
72
|
-
><span class="tsd-kind-interface">RebalanceHistoryType</span>
|
|
73
|
-
<span class="tsd-signature-symbol">{ </span><br /><span> </span
|
|
74
|
-
><a
|
|
75
|
-
class="tsd-kind-property"
|
|
76
|
-
href="RebalanceHistoryType.html#after_price"
|
|
77
|
-
>after_price</a
|
|
78
|
-
><span class="tsd-signature-symbol">: </span
|
|
79
|
-
><span class="tsd-signature-type">string</span
|
|
80
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
81
|
-
><a
|
|
82
|
-
class="tsd-kind-property"
|
|
83
|
-
href="RebalanceHistoryType.html#amount_a_after"
|
|
84
|
-
>amount_a_after</a
|
|
85
|
-
><span class="tsd-signature-symbol">: </span
|
|
86
|
-
><span class="tsd-signature-type">string</span
|
|
87
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
88
|
-
><a
|
|
89
|
-
class="tsd-kind-property"
|
|
90
|
-
href="RebalanceHistoryType.html#amount_a_before"
|
|
91
|
-
>amount_a_before</a
|
|
92
|
-
><span class="tsd-signature-symbol">: </span
|
|
93
|
-
><span class="tsd-signature-type">string</span
|
|
94
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
95
|
-
><a
|
|
96
|
-
class="tsd-kind-property"
|
|
97
|
-
href="RebalanceHistoryType.html#amount_b_after"
|
|
98
|
-
>amount_b_after</a
|
|
99
|
-
><span class="tsd-signature-symbol">: </span
|
|
100
|
-
><span class="tsd-signature-type">string</span
|
|
101
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
102
|
-
><a
|
|
103
|
-
class="tsd-kind-property"
|
|
104
|
-
href="RebalanceHistoryType.html#amount_b_before"
|
|
105
|
-
>amount_b_before</a
|
|
106
|
-
><span class="tsd-signature-symbol">: </span
|
|
107
|
-
><span class="tsd-signature-type">string</span
|
|
108
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
109
|
-
><a
|
|
110
|
-
class="tsd-kind-property"
|
|
111
|
-
href="RebalanceHistoryType.html#lower_tick"
|
|
112
|
-
>lower_tick</a
|
|
113
|
-
><span class="tsd-signature-symbol">: </span
|
|
114
|
-
><span class="tsd-signature-type">string</span
|
|
115
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
116
|
-
><a
|
|
117
|
-
class="tsd-kind-property"
|
|
118
|
-
href="RebalanceHistoryType.html#timestamp"
|
|
119
|
-
>timestamp</a
|
|
120
|
-
><span class="tsd-signature-symbol">: </span
|
|
121
|
-
><span class="tsd-signature-type">string</span
|
|
122
|
-
><span class="tsd-signature-symbol">; </span><br /><span> </span
|
|
123
|
-
><a
|
|
124
|
-
class="tsd-kind-property"
|
|
125
|
-
href="RebalanceHistoryType.html#upper_tick"
|
|
126
|
-
>upper_tick</a
|
|
127
|
-
><span class="tsd-signature-symbol">: </span
|
|
128
|
-
><span class="tsd-signature-type">string</span
|
|
129
|
-
><span class="tsd-signature-symbol">; </span><br /><span
|
|
130
|
-
class="tsd-signature-symbol"
|
|
131
|
-
>}</span
|
|
132
|
-
>
|
|
133
|
-
</div>
|
|
134
|
-
<aside class="tsd-sources">
|
|
135
|
-
<ul>
|
|
136
|
-
<li>
|
|
137
|
-
Defined in
|
|
138
|
-
<a
|
|
139
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L693"
|
|
140
|
-
>common/types.ts:693</a
|
|
141
|
-
>
|
|
142
|
-
</li>
|
|
143
|
-
</ul>
|
|
144
|
-
</aside>
|
|
145
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
146
|
-
<section class="tsd-panel tsd-index-panel">
|
|
147
|
-
<details class="tsd-index-content tsd-accordion" open>
|
|
148
|
-
<summary class="tsd-accordion-summary tsd-index-summary">
|
|
149
|
-
<h5
|
|
150
|
-
class="tsd-index-heading uppercase"
|
|
151
|
-
role="button"
|
|
152
|
-
aria-expanded="false"
|
|
153
|
-
tabindex="0"
|
|
154
|
-
>
|
|
155
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
|
156
|
-
<use href="../assets/icons.svg#icon-chevronSmall"></use>
|
|
157
|
-
</svg>
|
|
158
|
-
Index
|
|
159
|
-
</h5>
|
|
160
|
-
</summary>
|
|
161
|
-
<div class="tsd-accordion-details">
|
|
162
|
-
<section class="tsd-index-section">
|
|
163
|
-
<h3 class="tsd-index-heading">Properties</h3>
|
|
164
|
-
<div class="tsd-index-list">
|
|
165
|
-
<a
|
|
166
|
-
href="RebalanceHistoryType.html#after_price"
|
|
167
|
-
class="tsd-index-link"
|
|
168
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
169
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
170
|
-
><span>after_<wbr />price</span></a
|
|
171
|
-
>
|
|
172
|
-
<a
|
|
173
|
-
href="RebalanceHistoryType.html#amount_a_after"
|
|
174
|
-
class="tsd-index-link"
|
|
175
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
176
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
177
|
-
><span>amount_<wbr />a_<wbr />after</span></a
|
|
178
|
-
>
|
|
179
|
-
<a
|
|
180
|
-
href="RebalanceHistoryType.html#amount_a_before"
|
|
181
|
-
class="tsd-index-link"
|
|
182
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
183
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
184
|
-
><span>amount_<wbr />a_<wbr />before</span></a
|
|
185
|
-
>
|
|
186
|
-
<a
|
|
187
|
-
href="RebalanceHistoryType.html#amount_b_after"
|
|
188
|
-
class="tsd-index-link"
|
|
189
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
190
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
191
|
-
><span>amount_<wbr />b_<wbr />after</span></a
|
|
192
|
-
>
|
|
193
|
-
<a
|
|
194
|
-
href="RebalanceHistoryType.html#amount_b_before"
|
|
195
|
-
class="tsd-index-link"
|
|
196
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
197
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
198
|
-
><span>amount_<wbr />b_<wbr />before</span></a
|
|
199
|
-
>
|
|
200
|
-
<a
|
|
201
|
-
href="RebalanceHistoryType.html#lower_tick"
|
|
202
|
-
class="tsd-index-link"
|
|
203
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
204
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
205
|
-
><span>lower_<wbr />tick</span></a
|
|
206
|
-
>
|
|
207
|
-
<a
|
|
208
|
-
href="RebalanceHistoryType.html#timestamp"
|
|
209
|
-
class="tsd-index-link"
|
|
210
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
211
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
212
|
-
><span>timestamp</span></a
|
|
213
|
-
>
|
|
214
|
-
<a
|
|
215
|
-
href="RebalanceHistoryType.html#upper_tick"
|
|
216
|
-
class="tsd-index-link"
|
|
217
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
218
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
219
|
-
><span>upper_<wbr />tick</span></a
|
|
220
|
-
>
|
|
221
|
-
</div>
|
|
222
|
-
</section>
|
|
223
|
-
</div>
|
|
224
|
-
</details>
|
|
225
|
-
</section>
|
|
226
|
-
</section>
|
|
227
|
-
<details class="tsd-panel-group tsd-member-group tsd-accordion" open>
|
|
228
|
-
<summary class="tsd-accordion-summary" data-key="section-Properties">
|
|
229
|
-
<h2>
|
|
230
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
|
231
|
-
<use href="../assets/icons.svg#icon-chevronDown"></use>
|
|
232
|
-
</svg>
|
|
233
|
-
Properties
|
|
234
|
-
</h2>
|
|
235
|
-
</summary>
|
|
236
|
-
<section>
|
|
237
|
-
<section class="tsd-panel tsd-member">
|
|
238
|
-
<a id="after_price" class="tsd-anchor"></a>
|
|
239
|
-
<h3 class="tsd-anchor-link">
|
|
240
|
-
<span>after_<wbr />price</span
|
|
241
|
-
><a
|
|
242
|
-
href="#after_price"
|
|
243
|
-
aria-label="Permalink"
|
|
244
|
-
class="tsd-anchor-icon"
|
|
245
|
-
><svg viewBox="0 0 24 24">
|
|
246
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
247
|
-
></a>
|
|
248
|
-
</h3>
|
|
249
|
-
<div class="tsd-signature">
|
|
250
|
-
<span class="tsd-kind-property">after_<wbr />price</span
|
|
251
|
-
><span class="tsd-signature-symbol">:</span>
|
|
252
|
-
<span class="tsd-signature-type">string</span>
|
|
253
|
-
</div>
|
|
254
|
-
<aside class="tsd-sources">
|
|
255
|
-
<ul>
|
|
256
|
-
<li>
|
|
257
|
-
Defined in
|
|
258
|
-
<a
|
|
259
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L697"
|
|
260
|
-
>common/types.ts:697</a
|
|
261
|
-
>
|
|
262
|
-
</li>
|
|
263
|
-
</ul>
|
|
264
|
-
</aside>
|
|
265
|
-
</section>
|
|
266
|
-
<section class="tsd-panel tsd-member">
|
|
267
|
-
<a id="amount_a_after" class="tsd-anchor"></a>
|
|
268
|
-
<h3 class="tsd-anchor-link">
|
|
269
|
-
<span>amount_<wbr />a_<wbr />after</span
|
|
270
|
-
><a
|
|
271
|
-
href="#amount_a_after"
|
|
272
|
-
aria-label="Permalink"
|
|
273
|
-
class="tsd-anchor-icon"
|
|
274
|
-
><svg viewBox="0 0 24 24">
|
|
275
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
276
|
-
></a>
|
|
277
|
-
</h3>
|
|
278
|
-
<div class="tsd-signature">
|
|
279
|
-
<span class="tsd-kind-property"
|
|
280
|
-
>amount_<wbr />a_<wbr />after</span
|
|
281
|
-
><span class="tsd-signature-symbol">:</span>
|
|
282
|
-
<span class="tsd-signature-type">string</span>
|
|
283
|
-
</div>
|
|
284
|
-
<aside class="tsd-sources">
|
|
285
|
-
<ul>
|
|
286
|
-
<li>
|
|
287
|
-
Defined in
|
|
288
|
-
<a
|
|
289
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L700"
|
|
290
|
-
>common/types.ts:700</a
|
|
291
|
-
>
|
|
292
|
-
</li>
|
|
293
|
-
</ul>
|
|
294
|
-
</aside>
|
|
295
|
-
</section>
|
|
296
|
-
<section class="tsd-panel tsd-member">
|
|
297
|
-
<a id="amount_a_before" class="tsd-anchor"></a>
|
|
298
|
-
<h3 class="tsd-anchor-link">
|
|
299
|
-
<span>amount_<wbr />a_<wbr />before</span
|
|
300
|
-
><a
|
|
301
|
-
href="#amount_a_before"
|
|
302
|
-
aria-label="Permalink"
|
|
303
|
-
class="tsd-anchor-icon"
|
|
304
|
-
><svg viewBox="0 0 24 24">
|
|
305
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
306
|
-
></a>
|
|
307
|
-
</h3>
|
|
308
|
-
<div class="tsd-signature">
|
|
309
|
-
<span class="tsd-kind-property"
|
|
310
|
-
>amount_<wbr />a_<wbr />before</span
|
|
311
|
-
><span class="tsd-signature-symbol">:</span>
|
|
312
|
-
<span class="tsd-signature-type">string</span>
|
|
313
|
-
</div>
|
|
314
|
-
<aside class="tsd-sources">
|
|
315
|
-
<ul>
|
|
316
|
-
<li>
|
|
317
|
-
Defined in
|
|
318
|
-
<a
|
|
319
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L698"
|
|
320
|
-
>common/types.ts:698</a
|
|
321
|
-
>
|
|
322
|
-
</li>
|
|
323
|
-
</ul>
|
|
324
|
-
</aside>
|
|
325
|
-
</section>
|
|
326
|
-
<section class="tsd-panel tsd-member">
|
|
327
|
-
<a id="amount_b_after" class="tsd-anchor"></a>
|
|
328
|
-
<h3 class="tsd-anchor-link">
|
|
329
|
-
<span>amount_<wbr />b_<wbr />after</span
|
|
330
|
-
><a
|
|
331
|
-
href="#amount_b_after"
|
|
332
|
-
aria-label="Permalink"
|
|
333
|
-
class="tsd-anchor-icon"
|
|
334
|
-
><svg viewBox="0 0 24 24">
|
|
335
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
336
|
-
></a>
|
|
337
|
-
</h3>
|
|
338
|
-
<div class="tsd-signature">
|
|
339
|
-
<span class="tsd-kind-property"
|
|
340
|
-
>amount_<wbr />b_<wbr />after</span
|
|
341
|
-
><span class="tsd-signature-symbol">:</span>
|
|
342
|
-
<span class="tsd-signature-type">string</span>
|
|
343
|
-
</div>
|
|
344
|
-
<aside class="tsd-sources">
|
|
345
|
-
<ul>
|
|
346
|
-
<li>
|
|
347
|
-
Defined in
|
|
348
|
-
<a
|
|
349
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L701"
|
|
350
|
-
>common/types.ts:701</a
|
|
351
|
-
>
|
|
352
|
-
</li>
|
|
353
|
-
</ul>
|
|
354
|
-
</aside>
|
|
355
|
-
</section>
|
|
356
|
-
<section class="tsd-panel tsd-member">
|
|
357
|
-
<a id="amount_b_before" class="tsd-anchor"></a>
|
|
358
|
-
<h3 class="tsd-anchor-link">
|
|
359
|
-
<span>amount_<wbr />b_<wbr />before</span
|
|
360
|
-
><a
|
|
361
|
-
href="#amount_b_before"
|
|
362
|
-
aria-label="Permalink"
|
|
363
|
-
class="tsd-anchor-icon"
|
|
364
|
-
><svg viewBox="0 0 24 24">
|
|
365
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
366
|
-
></a>
|
|
367
|
-
</h3>
|
|
368
|
-
<div class="tsd-signature">
|
|
369
|
-
<span class="tsd-kind-property"
|
|
370
|
-
>amount_<wbr />b_<wbr />before</span
|
|
371
|
-
><span class="tsd-signature-symbol">:</span>
|
|
372
|
-
<span class="tsd-signature-type">string</span>
|
|
373
|
-
</div>
|
|
374
|
-
<aside class="tsd-sources">
|
|
375
|
-
<ul>
|
|
376
|
-
<li>
|
|
377
|
-
Defined in
|
|
378
|
-
<a
|
|
379
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L699"
|
|
380
|
-
>common/types.ts:699</a
|
|
381
|
-
>
|
|
382
|
-
</li>
|
|
383
|
-
</ul>
|
|
384
|
-
</aside>
|
|
385
|
-
</section>
|
|
386
|
-
<section class="tsd-panel tsd-member">
|
|
387
|
-
<a id="lower_tick" class="tsd-anchor"></a>
|
|
388
|
-
<h3 class="tsd-anchor-link">
|
|
389
|
-
<span>lower_<wbr />tick</span
|
|
390
|
-
><a
|
|
391
|
-
href="#lower_tick"
|
|
392
|
-
aria-label="Permalink"
|
|
393
|
-
class="tsd-anchor-icon"
|
|
394
|
-
><svg viewBox="0 0 24 24">
|
|
395
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
396
|
-
></a>
|
|
397
|
-
</h3>
|
|
398
|
-
<div class="tsd-signature">
|
|
399
|
-
<span class="tsd-kind-property">lower_<wbr />tick</span
|
|
400
|
-
><span class="tsd-signature-symbol">:</span>
|
|
401
|
-
<span class="tsd-signature-type">string</span>
|
|
402
|
-
</div>
|
|
403
|
-
<aside class="tsd-sources">
|
|
404
|
-
<ul>
|
|
405
|
-
<li>
|
|
406
|
-
Defined in
|
|
407
|
-
<a
|
|
408
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L695"
|
|
409
|
-
>common/types.ts:695</a
|
|
410
|
-
>
|
|
411
|
-
</li>
|
|
412
|
-
</ul>
|
|
413
|
-
</aside>
|
|
414
|
-
</section>
|
|
415
|
-
<section class="tsd-panel tsd-member">
|
|
416
|
-
<a id="timestamp" class="tsd-anchor"></a>
|
|
417
|
-
<h3 class="tsd-anchor-link">
|
|
418
|
-
<span>timestamp</span
|
|
419
|
-
><a
|
|
420
|
-
href="#timestamp"
|
|
421
|
-
aria-label="Permalink"
|
|
422
|
-
class="tsd-anchor-icon"
|
|
423
|
-
><svg viewBox="0 0 24 24">
|
|
424
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
425
|
-
></a>
|
|
426
|
-
</h3>
|
|
427
|
-
<div class="tsd-signature">
|
|
428
|
-
<span class="tsd-kind-property">timestamp</span
|
|
429
|
-
><span class="tsd-signature-symbol">:</span>
|
|
430
|
-
<span class="tsd-signature-type">string</span>
|
|
431
|
-
</div>
|
|
432
|
-
<aside class="tsd-sources">
|
|
433
|
-
<ul>
|
|
434
|
-
<li>
|
|
435
|
-
Defined in
|
|
436
|
-
<a
|
|
437
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L694"
|
|
438
|
-
>common/types.ts:694</a
|
|
439
|
-
>
|
|
440
|
-
</li>
|
|
441
|
-
</ul>
|
|
442
|
-
</aside>
|
|
443
|
-
</section>
|
|
444
|
-
<section class="tsd-panel tsd-member">
|
|
445
|
-
<a id="upper_tick" class="tsd-anchor"></a>
|
|
446
|
-
<h3 class="tsd-anchor-link">
|
|
447
|
-
<span>upper_<wbr />tick</span
|
|
448
|
-
><a
|
|
449
|
-
href="#upper_tick"
|
|
450
|
-
aria-label="Permalink"
|
|
451
|
-
class="tsd-anchor-icon"
|
|
452
|
-
><svg viewBox="0 0 24 24">
|
|
453
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
454
|
-
></a>
|
|
455
|
-
</h3>
|
|
456
|
-
<div class="tsd-signature">
|
|
457
|
-
<span class="tsd-kind-property">upper_<wbr />tick</span
|
|
458
|
-
><span class="tsd-signature-symbol">:</span>
|
|
459
|
-
<span class="tsd-signature-type">string</span>
|
|
460
|
-
</div>
|
|
461
|
-
<aside class="tsd-sources">
|
|
462
|
-
<ul>
|
|
463
|
-
<li>
|
|
464
|
-
Defined in
|
|
465
|
-
<a
|
|
466
|
-
href="https://github.com/AlphaFiTech/alphafi-sdk/blob/ad45856aec52bc553dbb631704dbf058dd03f3af/src/common/types.ts#L696"
|
|
467
|
-
>common/types.ts:696</a
|
|
468
|
-
>
|
|
469
|
-
</li>
|
|
470
|
-
</ul>
|
|
471
|
-
</aside>
|
|
472
|
-
</section>
|
|
473
|
-
</section>
|
|
474
|
-
</details>
|
|
475
|
-
</div>
|
|
476
|
-
<div class="col-sidebar">
|
|
477
|
-
<div class="page-menu">
|
|
478
|
-
<div class="tsd-navigation settings">
|
|
479
|
-
<details class="tsd-accordion">
|
|
480
|
-
<summary class="tsd-accordion-summary">
|
|
481
|
-
<h3>
|
|
482
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
|
483
|
-
<use href="../assets/icons.svg#icon-chevronDown"></use></svg
|
|
484
|
-
>Settings
|
|
485
|
-
</h3>
|
|
486
|
-
</summary>
|
|
487
|
-
<div class="tsd-accordion-details">
|
|
488
|
-
<div class="tsd-filter-visibility">
|
|
489
|
-
<span class="settings-label">Member Visibility</span>
|
|
490
|
-
<ul id="tsd-filter-options">
|
|
491
|
-
<li class="tsd-filter-item">
|
|
492
|
-
<label class="tsd-filter-input"
|
|
493
|
-
><input
|
|
494
|
-
type="checkbox"
|
|
495
|
-
id="tsd-filter-inherited"
|
|
496
|
-
name="inherited"
|
|
497
|
-
checked
|
|
498
|
-
/><svg
|
|
499
|
-
width="32"
|
|
500
|
-
height="32"
|
|
501
|
-
viewBox="0 0 32 32"
|
|
502
|
-
aria-hidden="true"
|
|
503
|
-
>
|
|
504
|
-
<rect
|
|
505
|
-
class="tsd-checkbox-background"
|
|
506
|
-
width="30"
|
|
507
|
-
height="30"
|
|
508
|
-
x="1"
|
|
509
|
-
y="1"
|
|
510
|
-
rx="6"
|
|
511
|
-
fill="none"
|
|
512
|
-
></rect>
|
|
513
|
-
<path
|
|
514
|
-
class="tsd-checkbox-checkmark"
|
|
515
|
-
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
|
|
516
|
-
stroke="none"
|
|
517
|
-
stroke-width="3.5"
|
|
518
|
-
stroke-linejoin="round"
|
|
519
|
-
fill="none"
|
|
520
|
-
></path></svg
|
|
521
|
-
><span>Inherited</span></label
|
|
522
|
-
>
|
|
523
|
-
</li>
|
|
524
|
-
<li class="tsd-filter-item">
|
|
525
|
-
<label class="tsd-filter-input"
|
|
526
|
-
><input
|
|
527
|
-
type="checkbox"
|
|
528
|
-
id="tsd-filter-external"
|
|
529
|
-
name="external"
|
|
530
|
-
/><svg
|
|
531
|
-
width="32"
|
|
532
|
-
height="32"
|
|
533
|
-
viewBox="0 0 32 32"
|
|
534
|
-
aria-hidden="true"
|
|
535
|
-
>
|
|
536
|
-
<rect
|
|
537
|
-
class="tsd-checkbox-background"
|
|
538
|
-
width="30"
|
|
539
|
-
height="30"
|
|
540
|
-
x="1"
|
|
541
|
-
y="1"
|
|
542
|
-
rx="6"
|
|
543
|
-
fill="none"
|
|
544
|
-
></rect>
|
|
545
|
-
<path
|
|
546
|
-
class="tsd-checkbox-checkmark"
|
|
547
|
-
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
|
|
548
|
-
stroke="none"
|
|
549
|
-
stroke-width="3.5"
|
|
550
|
-
stroke-linejoin="round"
|
|
551
|
-
fill="none"
|
|
552
|
-
></path></svg
|
|
553
|
-
><span>External</span></label
|
|
554
|
-
>
|
|
555
|
-
</li>
|
|
556
|
-
</ul>
|
|
557
|
-
</div>
|
|
558
|
-
<div class="tsd-theme-toggle">
|
|
559
|
-
<label class="settings-label" for="tsd-theme">Theme</label
|
|
560
|
-
><select id="tsd-theme">
|
|
561
|
-
<option value="os">OS</option>
|
|
562
|
-
<option value="light">Light</option>
|
|
563
|
-
<option value="dark">Dark</option>
|
|
564
|
-
</select>
|
|
565
|
-
</div>
|
|
566
|
-
</div>
|
|
567
|
-
</details>
|
|
568
|
-
</div>
|
|
569
|
-
<details open class="tsd-accordion tsd-page-navigation">
|
|
570
|
-
<summary class="tsd-accordion-summary">
|
|
571
|
-
<h3>
|
|
572
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
|
573
|
-
<use href="../assets/icons.svg#icon-chevronDown"></use></svg
|
|
574
|
-
>On This Page
|
|
575
|
-
</h3>
|
|
576
|
-
</summary>
|
|
577
|
-
<div class="tsd-accordion-details">
|
|
578
|
-
<details open class="tsd-accordion tsd-page-navigation-section">
|
|
579
|
-
<summary
|
|
580
|
-
class="tsd-accordion-summary"
|
|
581
|
-
data-key="tsd-otp-Properties"
|
|
582
|
-
>
|
|
583
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
|
584
|
-
<use href="../assets/icons.svg#icon-chevronDown"></use></svg
|
|
585
|
-
>Properties
|
|
586
|
-
</summary>
|
|
587
|
-
<div>
|
|
588
|
-
<a href="#after_price" class=""
|
|
589
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
590
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
591
|
-
><span>after_<wbr />price</span></a
|
|
592
|
-
><a href="#amount_a_after" class=""
|
|
593
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
594
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
595
|
-
><span>amount_<wbr />a_<wbr />after</span></a
|
|
596
|
-
><a href="#amount_a_before" class=""
|
|
597
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
598
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
599
|
-
><span>amount_<wbr />a_<wbr />before</span></a
|
|
600
|
-
><a href="#amount_b_after" class=""
|
|
601
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
602
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
603
|
-
><span>amount_<wbr />b_<wbr />after</span></a
|
|
604
|
-
><a href="#amount_b_before" class=""
|
|
605
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
606
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
607
|
-
><span>amount_<wbr />b_<wbr />before</span></a
|
|
608
|
-
><a href="#lower_tick" class=""
|
|
609
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
610
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
611
|
-
><span>lower_<wbr />tick</span></a
|
|
612
|
-
><a href="#timestamp" class=""
|
|
613
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
614
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
615
|
-
><span>timestamp</span></a
|
|
616
|
-
><a href="#upper_tick" class=""
|
|
617
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
618
|
-
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
619
|
-
><span>upper_<wbr />tick</span></a
|
|
620
|
-
>
|
|
621
|
-
</div>
|
|
622
|
-
</details>
|
|
623
|
-
</div>
|
|
624
|
-
</details>
|
|
625
|
-
</div>
|
|
626
|
-
<div class="site-menu">
|
|
627
|
-
<nav class="tsd-navigation">
|
|
628
|
-
<a href="../modules.html"
|
|
629
|
-
><svg class="tsd-kind-icon" viewBox="0 0 24 24">
|
|
630
|
-
<use href="../assets/icons.svg#icon-1"></use></svg
|
|
631
|
-
><span>@alphafi/alphafi-sdk - v0.0.46</span></a
|
|
632
|
-
>
|
|
633
|
-
<ul
|
|
634
|
-
class="tsd-small-nested-navigation"
|
|
635
|
-
id="tsd-nav-container"
|
|
636
|
-
data-base=".."
|
|
637
|
-
>
|
|
638
|
-
<li>Loading...</li>
|
|
639
|
-
</ul>
|
|
640
|
-
</nav>
|
|
641
|
-
</div>
|
|
642
|
-
</div>
|
|
643
|
-
</div>
|
|
644
|
-
<footer>
|
|
645
|
-
<p class="tsd-generator">
|
|
646
|
-
Generated using
|
|
647
|
-
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
|
648
|
-
</p>
|
|
649
|
-
</footer>
|
|
650
|
-
<div class="overlay"></div>
|
|
651
|
-
</body>
|
|
652
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RebalanceHistoryType | @alphafi/alphafi-sdk - v0.0.51</title><meta name="description" content="Documentation for @alphafi/alphafi-sdk"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@alphafi/alphafi-sdk - v0.0.51</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@alphafi/alphafi-sdk</a></li><li><a href="RebalanceHistoryType.html">RebalanceHistoryType</a></li></ul><h1>Interface RebalanceHistoryType</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">RebalanceHistoryType</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#after_price">after_price</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#amount_a_after">amount_a_after</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#amount_a_before">amount_a_before</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#amount_b_after">amount_b_after</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#amount_b_before">amount_b_before</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#lower_tick">lower_tick</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#timestamp">timestamp</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><a class="tsd-kind-property" href="RebalanceHistoryType.html#upper_tick">upper_tick</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L663">common/types.ts:663</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="RebalanceHistoryType.html#after_price" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>after_<wbr/>price</span></a>
|
|
2
|
+
<a href="RebalanceHistoryType.html#amount_a_after" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>a_<wbr/>after</span></a>
|
|
3
|
+
<a href="RebalanceHistoryType.html#amount_a_before" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>a_<wbr/>before</span></a>
|
|
4
|
+
<a href="RebalanceHistoryType.html#amount_b_after" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>b_<wbr/>after</span></a>
|
|
5
|
+
<a href="RebalanceHistoryType.html#amount_b_before" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>b_<wbr/>before</span></a>
|
|
6
|
+
<a href="RebalanceHistoryType.html#lower_tick" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lower_<wbr/>tick</span></a>
|
|
7
|
+
<a href="RebalanceHistoryType.html#timestamp" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>timestamp</span></a>
|
|
8
|
+
<a href="RebalanceHistoryType.html#upper_tick" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>upper_<wbr/>tick</span></a>
|
|
9
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="after_price" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>after_<wbr/>price</span><a href="#after_price" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">after_<wbr/>price</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L667">common/types.ts:667</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="amount_a_after" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>amount_<wbr/>a_<wbr/>after</span><a href="#amount_a_after" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">amount_<wbr/>a_<wbr/>after</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L670">common/types.ts:670</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="amount_a_before" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>amount_<wbr/>a_<wbr/>before</span><a href="#amount_a_before" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">amount_<wbr/>a_<wbr/>before</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L668">common/types.ts:668</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="amount_b_after" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>amount_<wbr/>b_<wbr/>after</span><a href="#amount_b_after" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">amount_<wbr/>b_<wbr/>after</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L671">common/types.ts:671</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="amount_b_before" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>amount_<wbr/>b_<wbr/>before</span><a href="#amount_b_before" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">amount_<wbr/>b_<wbr/>before</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L669">common/types.ts:669</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="lower_tick" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>lower_<wbr/>tick</span><a href="#lower_tick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">lower_<wbr/>tick</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L665">common/types.ts:665</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="timestamp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>timestamp</span><a href="#timestamp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L664">common/types.ts:664</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="upper_tick" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>upper_<wbr/>tick</span><a href="#upper_tick" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">upper_<wbr/>tick</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/AlphaFiTech/alphafi-sdk/blob/1e81770c0dab1380af04e3f488c555ce6ac3904a/src/common/types.ts#L666">common/types.ts:666</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#after_price" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>after_<wbr/>price</span></a><a href="#amount_a_after" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>a_<wbr/>after</span></a><a href="#amount_a_before" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>a_<wbr/>before</span></a><a href="#amount_b_after" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>b_<wbr/>after</span></a><a href="#amount_b_before" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>amount_<wbr/>b_<wbr/>before</span></a><a href="#lower_tick" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>lower_<wbr/>tick</span></a><a href="#timestamp" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>timestamp</span></a><a href="#upper_tick" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>upper_<wbr/>tick</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@alphafi/alphafi-sdk - v0.0.51</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|