UNPKG

@accret/bridge-sdk

Version:
3 lines 276 B
import type { getQuoteParamsBase, CrossChainQuoteResponse, SingleChainQuoteResponse } from "../../types/deBridge"; export declare function getQuote(params: getQuoteParamsBase): Promise<CrossChainQuoteResponse | SingleChainQuoteResponse>; //# sourceMappingURL=getQuote.d.ts.map