UNPKG

@openocean.finance/widget

Version:

Openocean Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

3 lines (2 loc) 293 B
import { type ChainId } from '@openocean.finance/widget-sdk'; export declare const useGasRecommendation: (toChainId?: ChainId, fromChain?: ChainId, fromToken?: string) => import("@tanstack/react-query").UseQueryResult<import("@openocean.finance/widget-sdk").GasRecommendationResponse, Error>;