CScriptCheck::operator()

Run the script verification for the configured input.

Synopsis

Declared in <validation.h>

std::optional<std::pair<ScriptError, std::string>>
operator()();

Return Value

std::nullopt on success, or the script error and a descriptive string on failure.