UNPKG

goosefx-amm-sdk

Version:

SDK for the GooseFx AMM

9 lines (6 loc) 282 B
import BN from 'bn.js'; declare const ZERO: BN; declare function checkedRem(dividend: BN, divisor: BN): BN; declare function checkedCeilDiv(dividend: BN, rhs: BN): BN[]; declare function saturatingSub(a: BN, b: BN): BN; export { ZERO, checkedCeilDiv, checkedRem, saturatingSub };