Script verification flags.
Declared in <script/interpreter.h>
inline constexpr script_verify_flags SCRIPT_VERIFY_NONE = SCRIPT_VERIFY_NONE{0};
All flags are intended to be soft forks: the set of acceptable scripts under flags (A | B) is a subset of the acceptable scripts under flag (A).