[#MissingDataBehavior] = MissingDataBehavior :mrdocs: Enum to specify what *TransactionSignatureChecker's behavior should be when dealing with missing transaction data. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class MissingDataBehavior : int; ---- == Members [cols="1,4"] |=== | Name| Description | `ASSERT_FAIL` | Abort execution through assertion failure (for consensus code) | `FAIL` | Just act as if the signature was invalid |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#