UNPKG

@multiversx/sdk-dapp-swap

Version:

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

3 lines 191 B
import { IPlainTransactionObject } from 'lib'; export declare const getTransactionFee: (rawTransaction: IPlainTransactionObject) => string | 0; //# sourceMappingURL=getTransactionFee.d.ts.map