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.

7 lines (6 loc) 278 B
import type { RouteExtended } from '@openocean.finance/widget-sdk'; export declare const useToAddressRequirements: (route?: RouteExtended) => { requiredToAddress: boolean; requiredToChainType: import("@openocean.finance/widget-sdk").ChainType; toAddress: string; };