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.

4 lines (3 loc) 284 B
import type { Provider } from '@ethersproject/providers'; import type { Token, TokenAmount } from '@lifi/sdk'; export declare const useGetTokenBalancesWithRetry: (provider?: Provider) => (accountAddress: string, tokens: Token[], depth?: number) => Promise<TokenAmount[] | undefined>;