PartiallySignedTransaction::AddOutput

Append a new output to this transaction.

Synopsis

Declared in <psbt.h>

bool
AddOutput(PSBTOutput const& psbtout);

Return Value

True if the output was added.

Parameters

NameDescription
psbtoutThe output to append.