UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

3 lines (2 loc) 140 B
import { Uint128String, Int128String } from '../int'; export declare function addDelta(_x: Uint128String, _y: Int128String): Uint128String;