UNPKG

@multiversx/sdk-dapp-swap

Version:

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

6 lines 226 B
import { EsdtType, PairType } from 'types'; export declare const getTokensFromPairs: ({ pairs, tokenRoute }: { pairs: PairType[]; tokenRoute: string[]; }) => EsdtType[]; //# sourceMappingURL=getTokensFromPairs.d.ts.map