dAppBooster
    Preparing search index...
    TokenBalance: ComponentType<TokenBalanceProps & WithSuspenseAndRetryProps> = ...

    Renders the token balance and USD value in a token list row.

    When LI.FI price/balance data is available (token.extensions), it displays the enriched balance and computed USD value. On chains LI.FI does not support (e.g. Sepolia), it falls back to on-chain balance via wagmi and renders "N/A" for the USD value.

    True while the LI.FI price/balance fetch is in flight.

    The token to display.

    While loading (triggers Suspense skeleton).