UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

5 lines (4 loc) • 263 B
import { BigintIsh } from '../constants/constants'; import { Currency } from '../entities/currency'; import { CurrencyAmount } from '../amounts/currency-amount'; export declare function toCurrencyAmount(currency: Currency, amount: BigintIsh): CurrencyAmount;