CountPSBTUnsignedInputs

Counts the unsigned inputs of a PSBT.

Synopsis

Declared in <psbt.h>

size_t
CountPSBTUnsignedInputs(PartiallySignedTransaction const& psbt);

Return Value

The number of unsigned inputs.

Parameters

NameDescription
psbtThe PSBT to inspect.