@lifi/widget
Version:
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
9 lines (8 loc) • 401 B
TypeScript
import type { FormType } from '../stores/form/types.js';
export declare const useTokenBalances: (selectedChainId?: number, formType?: FormType, isAllNetworks?: boolean, search?: string) => {
tokens: (import("../index.js").TokenAmount | import("@lifi/sdk").TokenExtended)[];
withCategories: boolean;
isTokensLoading: boolean;
isSearchLoading: boolean;
isBalanceLoading: boolean;
};