UNPKG
@ultron.foundation/v3-sdk
Version:
latest (3.7.6)
3.7.6
3.7.5
⚒️ An SDK for building applications on top of Ultron V3
@ultron.foundation/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