UNPKG

@multiversx/sdk-dapp-swap

Version:

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

6 lines 397 B
import { WrappingQueryResponseType } from 'types'; export declare const useWrapEgld: () => { wrapEgld: (options?: Partial<import("@apollo/client").LazyQueryHookOptions<WrappingQueryResponseType, import("@apollo/client").OperationVariables>> | undefined) => Promise<WrappingQueryResponseType | undefined>; isWrapEgldLoading: boolean | undefined; }; //# sourceMappingURL=useWrapEgld.d.ts.map