UNPKG

equation-sdk

Version:

🛠 An SDK for building applications on top of Equation.

12 lines (11 loc) • 512 B
import Decimal from 'decimal.js'; export declare const Q1: Decimal; export declare const Q32: Decimal; export declare const Q64: Decimal; export declare const Q96 = "79228162514264337593543950336"; export declare const BASIS_POINTS_DIVISOR = 100000000; export declare const BASIS_POINTS_DIVISOR_BIGINT = 100000000n; export declare const REFERRAL_MULTIPLIER_BIGINT = 110000000n; export declare const REWARD_CAP: bigint; export declare const Q64_BIGINT: bigint; export declare const Q96_BIGINT: bigint;