pub fn validate_candidate(
    code: &[u8],
    params: &[u8]
) -> Result<Vec<u8>, Box<dyn Error>>
Expand description

A function that emulates the stitches together behaviors of the preparation and the execution worker in a single synchronous function.