Status of a script verification call, mirroring btck_ScriptVerifyStatus.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

enum class ScriptVerifyStatus : btck_ScriptVerifyStatus;

Members

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.

Created with MrDocs