UNPKG

@multiversx/sdk-dapp-swap

Version:

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

7 lines 307 B
import { SwapRouteType } from 'types'; export declare const swapQuery: import("@apollo/client").DocumentNode; export declare const swapWithoutTransactionsQuery: import("@apollo/client").DocumentNode; export interface SwapRouteQueryResponseType { swap: SwapRouteType; } //# sourceMappingURL=swap.d.ts.map