@bulletxyz/bullet-sdk 0.25.0-rc.5 → 0.25.0-rc.6
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/node/index.js
CHANGED
|
@@ -9867,7 +9867,7 @@ function calculateBorrowLendMarketAdditionalMetadata(borrowLendMarkets, asset) {
|
|
|
9867
9867
|
result
|
|
9868
9868
|
);
|
|
9869
9869
|
}
|
|
9870
|
-
function calculateAccountSummaryBatch(userAccounts, MarginCalculationState, useWeightedEquity =
|
|
9870
|
+
function calculateAccountSummaryBatch(userAccounts, MarginCalculationState, useWeightedEquity = true) {
|
|
9871
9871
|
const userAccountsObject = serialize(userAccounts);
|
|
9872
9872
|
const MarginCalculationStateObject = serialize(MarginCalculationState);
|
|
9873
9873
|
const result = BulletWasm.calculate_account_summary_batch(
|