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

Name

Description

psbt

The PSBT to inspect.

Created with MrDocs