pub fn encode_state_frame(states: &[State]) -> Result<Vec<u8>, CompactError>Expand description
Encode states as lossless columns, omitting only the derivable state id.
Format-4 agent states keep their accepted stored id through
crate::object::State::accepts_stored_id after decode; the frame
stays HCS2.