Enum to specify what *TransactionSignatureChecker's behavior should be when dealing with missing transaction data.

Synopsis

Declared in <script/interpreter.h>

enum class MissingDataBehavior : int;

Members

Name

Description

ASSERT_FAIL

Abort execution through assertion failure (for consensus code)

FAIL

Just act as if the signature was invalid

Created with MrDocs