Skip to main content

compile

Function compile 

Source
pub fn compile(template_id: &str) -> Result<Vec<u8>, String>
Expand description

The Blueprint. Resolves a built-in template ID or raw template JSON and harvests entropy to produce an opaque byte-array blueprint.

§Errors

Returns Err if the input is neither a known built-in template ID nor valid QssmTemplate JSON, or if hardware entropy is unavailable.