UNPKG

@multiversx/sdk-dapp-swap

Version:

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

7 lines 206 B
import { SwapRouteType } from 'types'; export declare type SwapFormType = { firstAmount: string; secondAmount: string; activeRoute: SwapRouteType; }; //# sourceMappingURL=swapForm.types.d.ts.map