Append a new input to this transaction.
Synopsis
Declared in <psbt.h>
bool
AddInput(PSBTInput const& psbtin);
Return Value
True if the input was added.
Parameters
Name |
Description |
psbtin |
The input to append. |
Created with MrDocs