PartiallySignedTransaction::AddInput

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

NameDescription
psbtinThe input to append.