Status of a script verification call, mirroring btck_ScriptVerifyStatus.
Declared in <kernel/bitcoinkernel_wrapper.h>
enum class ScriptVerifyStatus : btck_ScriptVerifyStatus;
| Name | Description |
|---|---|
OK | Verification ran successfully. |
ERROR_INVALID_FLAGS_COMBINATION | The supplied verification flags are inconsistent. |
ERROR_SPENT_OUTPUTS_REQUIRED | Spent outputs are required for the requested flags but were not provided. |