UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
stores
/
library
/
core
/
full_math.d.ts
4 lines
(3 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
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
;