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
/
fullMath.d.ts
8 lines
•
234 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
abstract
class
FullMath
{
/** * Cannot be constructed. */
private
constructor
(
);
static
mulDivRoundingUp
(
a
:
bigint
,
b
:
bigint
,
denominator
:
bigint
):
bigint
; }
//# sourceMappingURL=fullMath.d.ts.map