UNPKG

@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.

10 lines (9 loc) 403 B
import { ChainType, type TokenExtended } from '@lifi/sdk'; import type { FormType } from '../stores/form/types.js'; export declare const useFilteredTokensByBalance: (accountsWithTokens?: Record<string, { chainType: ChainType; tokens: Record<number, TokenExtended[]>; }>, formType?: FormType) => { data: Record<string, Record<number, TokenExtended[]>> | undefined; isLoading: boolean; };