store

Function store 

Source
pub fn store(object: &Object) -> Value
Expand description

Build a live StoredObject row from a canonical Object.

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.