UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

4 lines (3 loc) 272 B
import { Uint256String } from '../int'; export declare function mulDiv(a: Uint256String, b: Uint256String, denominator: Uint256String): Uint256String; export declare function mulDivRoundingUp(a: Uint256String, b: Uint256String, denominator: Uint256String): Uint256String;