UNPKG

@multiversx/sdk-dapp-swap

Version:

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

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