script_eval

Function script_eval 

Source
pub fn script_eval(
    script: &str,
    ctx: &Map<String, Value>,
) -> Result<String, ChimesError>