Merge the global xpubs of psbt into this, keeping the existing origin for an xpub seen again with a different one, as the serialized records are keyed by xpub.

Synopsis

Declared in <psbt.h>

void
MergeGlobalXPubs(PartiallySignedTransaction const& psbt);

Parameters

Name

Description

psbt

The PSBT whose global xpubs are merged in.

Created with MrDocs