@sky-mavis/katana-swap
Version:
Katana Swap SDK
7 lines • 365 B
TypeScript
import { Currency, CurrencyAmount } from '@uniswap/sdk-core';
/**
* Parses a CurrencyAmount from the passed string.
* Returns the CurrencyAmount, or undefined if parsing fails.
*/
export default function tryParseCurrencyAmount<T extends Currency>(value: string, currency: T): CurrencyAmount<T> | undefined;
//# sourceMappingURL=try-parse-currency-amount.d.ts.map