@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.
8 lines (7 loc) • 364 B
TypeScript
import type { ChainType } from '@openocean.finance/widget-sdk';
import type { FormType } from '../stores/form/types.js';
export declare const useChains: (type?: FormType, chainTypes?: ChainType[]) => {
chains: import("@openocean.finance/widget-sdk").ExtendedChain[];
getChainById: import("./useAvailableChains.js").GetChainById;
isLoading: boolean;
};