haedal-vault-sdk 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1261,7 +1261,7 @@ declare function parseVaultsVestInfo(res: SuiObjectResponse): VaultsVestInfo;
|
|
|
1261
1261
|
*/
|
|
1262
1262
|
declare function parseVaultVestNFT(res: SuiObjectResponse): VaultVestNFT;
|
|
1263
1263
|
|
|
1264
|
-
declare function buildDLMMMarket(data: any): DLMMMarket;
|
|
1264
|
+
declare function buildDLMMMarket(data: any): DLMMMarket | undefined;
|
|
1265
1265
|
declare function buildDLMMMarketPosition(data: any): DLMMMarketPosition;
|
|
1266
1266
|
declare function buildPoolV2Data(data: any): VaultPool;
|
|
1267
1267
|
declare function calculateAumV2(sdk: VolatileVaultsSDK, pool: VaultPool, balances: Balances[], usePriceCache?: boolean): Promise<string>;
|