UNPKG

@multiversx/sdk-dapp-swap

Version:

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

6 lines 206 B
import { PairType } from 'types'; export declare const getTokenDecimals: ({ pairs, identifier }: { pairs: PairType[]; identifier: string; }) => number; //# sourceMappingURL=getTokenDecimals.d.ts.map