Merge another input's fields into this one.

Synopsis

Declared in <psbt.h>

[[nodiscard]]
bool
Merge(PSBTInput const& input);

Return Value

True if the merge succeeded.

Note

The return value should not be discarded.

Parameters

Name

Description

input

The input to merge from.

Created with MrDocs