[#GetBlockScriptFlags] = GetBlockScriptFlags :mrdocs: Return the script flags which should be checked for a given block. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:script_verify_flags.adoc[script_verify_flags] GetBlockScriptFlags( xref:CBlockIndex.adoc[CBlockIndex] const& block_index, xref:ChainstateManager.adoc[ChainstateManager] const& chainman); ---- == Return Value The script verification flags to apply to the block. == Parameters [cols="1,4"] |=== | Name| Description | *block_index* | Block index entry of the block whose script flags are computed. | *chainman* | The chainstate manager providing deployment status. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#