UNPKG

@multiversx/sdk-dapp-swap

Version:

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

5 lines 198 B
import { SwapRouteType } from 'types'; export declare const getTotalFeesUsdValue: ({ activeRoute }: { activeRoute: SwapRouteType; }) => string; //# sourceMappingURL=getTotalFeesUsdValue.d.ts.map