Merge another output's fields into this one.
Synopsis
Declared in <psbt.h>
[[nodiscard]]
bool
Merge(PSBTOutput const& output);
Return Value
True if the merge succeeded.
|
Note
|
The return value should not be discarded. |
Parameters
Name |
Description |
output |
The output to merge from. |
Created with MrDocs