NormalizedEventRow
Default row for any normalized event. Shows category badge, sub_kind, dapp_id, from/to addresses, amount (and amount_usd if present), and a “View transaction” link when explorerUrl is set.Props (NormalizedEventRowProps)
| Prop | Type | Description |
|---|---|---|
| event | NormalizedEvent | Required. The event to display. |
| explorerUrl | string or null | Base URL for tx link (e.g. https://explorer.alephium.org). |
| className | string | Root element class. |
| badgeClassName | string | Category badge class. |
| contentClassName | string | Content area class. |
| amountDecimals | number | Decimals for amount formatting (default 4). |

