Reason a transaction failed validation, mirroring btck_TxValidationResult.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
enum class TxValidationResult : btck_TxValidationResult;
Members
Name |
Description |
|
No result recorded. |
|
Invalid by consensus rules. |
|
One or more inputs are non‐standard. |
|
The transaction itself is non‐standard. |
|
A referenced input is missing or already spent. |
|
An input is spent before it is mature. |
|
The witness data was mutated. |
|
The witness data was stripped. |
|
Conflicts with an in‐mempool transaction. |
|
Rejected by mempool policy. |
|
No mempool is available. |
|
May become valid later and can be reconsidered. |
|
Unknown validation result. |
Created with MrDocs