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
Name |
Description |
flags |
The verification flag bit set to describe. |
Created with MrDocs