pub fn verify_script(
    script: &CompiledScript,
    check_signature: FnCheckScriptSignature
) -> VMResult<()>
Expand description

This function checks the extra requirements on the signature of the main function of a script.