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
Name |
Description |
input |
The input to check. |
Created with MrDocs