UNPKG

rubic-sdk

Version:
6 lines (5 loc) 428 B
import { UniZenOnChainQuoteResponse } from "../../../../../../common/providers/unizen/models/on-chain-models/unizen-on-chain-quote-response"; import { UniZenOnChainQuoteParams } from "../../../../../../common/providers/unizen/models/unizen-quote-params"; export declare class UniZenOnChainUtilsService { static getBestQuote(quoteSendParams: UniZenOnChainQuoteParams, chainId: number): Promise<UniZenOnChainQuoteResponse>; }