UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

9 lines 303 B
import { PairType, SwapRouteType } from 'types'; export interface PriceImpactsType { pair: PairType; priceImpactPercentage: string; } export declare const getPriceImpacts: ({ activeRoute }: { activeRoute: SwapRouteType; }) => PriceImpactsType[]; //# sourceMappingURL=getPriceImpacts.d.ts.map