Skip to main content

operation_json

Function operation_json 

Source
pub fn operation_json(request: &str) -> Result<String, String>
Expand description

Execute one framework operation from a JSON request for language bindings.

The JSON bridge is intentionally a transport adapter, not a second implementation. It decodes byte arrays into EvidenceBundle, invokes VerifiableOperation, and serializes the typed result. Hosts still own storage access and may use the typed Rust API directly.