Skip to main content

operations_envelope

Function operations_envelope 

Source
pub fn operations_envelope(operations: &[AgentMessage]) -> Result<Value>
Expand description

The envelope as a Value, for callers that embed it in a larger payload.

ยงErrors

Returns Error::Json if an operation cannot be serialized.