A "reason" why a package was invalid. It may be that one or more of the included transactions is invalid or the package itself violates our rules. We don't distinguish between consensus and policy violations right now.
Synopsis
Declared in <policy/packages.h>
enum class PackageValidationResult : int;
Members
Name |
Description |
|
Initial value. The package has not yet been rejected. |
|
The package itself is invalid (e.g. too many transactions). |
|
At least one tx is invalid. |
|
Mempool logic error. |
Created with MrDocs