UNPKG

@multiversx/sdk-dapp-swap

Version:

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

6 lines 269 B
import { EsdtType, UserEsdtType } from 'types'; export declare const getSortedTokensByUsdValue: ({ tokens, wrappedEgld }: { tokens: UserEsdtType[]; wrappedEgld?: EsdtType | undefined; }) => UserEsdtType[]; //# sourceMappingURL=getSortedTokensByUsdValue.d.ts.map