pub fn store(
effects: &TransactionEffects,
unchanged_loaded: &[ObjectKey],
) -> ValueExpand description
Build a StoredEffects row from a transaction’s effects and
the set of objects loaded but not modified during execution.
BCS-encode failures here would indicate either OOM or a bug in
the types’ Serialize impls; we panic rather than thread a
Result through every call site.