UNPKG
@solsdk/liquidity_sdk
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
Orca Whirlpool clmm library for automated position management
@solsdk/liquidity_sdk
/
dist
/
types.js
6 lines
(5 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isPositionBundle
=
void
0
;
const
isPositionBundle
= (
position
) => position.
isPositionBundle
;
exports
.
isPositionBundle
= isPositionBundle;