Of the form txn_
The individual debit and credit lines that posted. A refund reverses exactly these. Amounts
are debit-positive — the ledger's sign, not the account holder's, so a top-up's wallet leg
is negative; balanceDelta (from /store-kit) converts a leg to the signed change in that
account's balance. May be empty: a committed lifecycle operation (e.g. cancelSubscription)
posts a marker that moves no money.
For each account this transaction touched, how its tamper-evident hash chain advanced: prevHash was that account's latest hash before this posting, hash is the one after.
The posting's metadata, as the handler recorded it: the operation kind plus kind-specific
fields — a requestPayout carries the opened saga's sagaId, so the caller can follow its
payout without scanning read.payouts(). Empty for a lifecycle marker that posted nothing.
When it committed, in epoch milliseconds.
A committed posting: the record of money that actually moved.