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
Name |
Description |
psbtout |
The output to append. |
Created with MrDocs