PSBTInputSigned

Checks whether a PSBTInput is already signed by checking for non-null finalized fields.

Synopsis

Declared in <psbt.h>

bool
PSBTInputSigned(PSBTInput const& input);

Return Value

True if the input is already signed.

Parameters

NameDescription
inputThe input to check.