UNPKG

@dolltoken/v2-sdk

Version:

⚒️ An SDK for building applications on top of Doll V2

9 lines (8 loc) 221 B
import JSBI from 'jsbi'; export declare abstract class FullMath { /** * Cannot be constructed. */ private constructor(); static mulDivRoundingUp(a: JSBI, b: JSBI, denominator: JSBI): JSBI; }