UNPKG

moonwalkerswap-v1-sdk

Version:

An SDK for building applications on top of the Moonwalkerswap V1 protocol

3 lines (2 loc) 211 B
import { TokenAmountNormalized, _AnyRate } from '../types'; export declare function calculateDecimalRate(numerator: TokenAmountNormalized, denominator: TokenAmountNormalized, keepAsDecimal?: boolean): _AnyRate;