pub fn store(events: &TransactionEvents) -> ValueExpand description
Build a StoredEvents row from a transaction’s events.
BCS-encode failures here would indicate either OOM or a bug in
the type’s Serialize impl; we panic rather than thread a
Result through every call site.