UNPKG

@multiversx/sdk-dapp-swap

Version:

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

3 lines 222 B
import { IPlainTransactionObject } from 'lib'; export declare const calculateSwapTransactionsFee: (transactions?: IPlainTransactionObject[]) => string | undefined; //# sourceMappingURL=calculateSwapTransactionsFee.d.ts.map