GetScriptFlagNames

List the human-readable names of the set verification flags.

Synopsis

Declared in <script/interpreter.h>

std::vector<std::string>
GetScriptFlagNames(script_verify_flags flags);

Return Value

The names of the flags that are set.

Parameters

NameDescription
flagsThe verification flag bit set to describe.