Const
The component props.
Indicates if the token balance is currently being loaded.
The token object containing the amount, decimals, and price in USD.
If the token balance is still loading or if the token does not have balance information.
The rendered token balance component.
<TokenBalance isLoading={false} token={token} />
Renders the token balance in the token list row.