PayloadCard

fun PayloadCard(title: String, entries: ImmutableList<Pair<String, String>>, modifier: Modifier = Modifier)

A card that renders a labelled key/value table. Keys are muted labels; values are rendered in a monospace face so amounts, ids and hashes line up and read as machine data.

Extracted from PaymentsLab's core/designsystem/PayloadCard.kt (backlog #31).