Run the script verification for the configured input.
Declared in <validation.h>
<validation.h>
std::optional<std::pair<ScriptError, std::string>> operator()();
std::nullopt on success, or the script error and a descriptive string on failure.