UNPKG

@multiversx/sdk-dapp-swap

Version:

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

10 lines 352 B
import { EsdtType } from 'types'; export declare const useFetchTokenPrices: ({ skip, isPollingEnabled }: { skip?: boolean | undefined; isPollingEnabled?: boolean | undefined; }) => { tokenPrices: EsdtType[] | undefined; isTokenPricesError: boolean; isTokenPricesLoading: boolean; }; //# sourceMappingURL=useFetchTokenPrices.d.ts.map