@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
7 lines • 349 B
TypeScript
import { EsdtType, SwapActionTypesEnum } from 'types';
export declare const getSwapActionType: ({ firstTokenId, secondTokenId, wrappedEgld }: {
firstTokenId?: string | undefined;
secondTokenId?: string | undefined;
wrappedEgld?: EsdtType | undefined;
}) => SwapActionTypesEnum | undefined;
//# sourceMappingURL=getSwapActionType.d.ts.map