Enum to specify what *TransactionSignatureChecker's behavior should be when dealing with missing transaction data.
Declared in <script/interpreter.h>
enum class MissingDataBehavior : int;
| Name | Description |
|---|---|
ASSERT_FAIL | Abort execution through assertion failure (for consensus code) |
FAIL | Just act as if the signature was invalid |