UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

5 lines (4 loc) • 326 B
/// <reference types="jest" /> import { ChainId } from '../../constants/constants'; import { Fetch0xPriceResponse, Fetch0xQuoteQuery, Fetch0xQuoteResponse } from '../fetch-0x-quote'; export declare const fetch0xQuote: jest.Mock<Promise<Fetch0xPriceResponse | Fetch0xQuoteResponse>, [ChainId, boolean, Fetch0xQuoteQuery]>;