Return the mapping from verification flag names to their enum values.
Synopsis
Declared in <script/interpreter.h>
std::map<std::string, script_verify_flag_name> const&
ScriptFlagNamesToEnum();
Return Value
A reference to the shared name‐to‐flag map.
Created with MrDocs