UNPKG
@iguanadex/v3-sdk
Version:
latest (3.8.2)
3.8.2
3.8.0
⚒️ An SDK for building applications on top of IguanaDEX V3
@iguanadex/v3-sdk
/
dist
/
utils
/
liquidityMath.d.ts
8 lines
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
abstract
class
LiquidityMath
{
/** * Cannot be constructed. */
private
constructor
(
);
static
addDelta
(
x
:
bigint
,
y
:
bigint
):
bigint
; }
//# sourceMappingURL=liquidityMath.d.ts.map