PartiallySignedTransaction::MergeGlobalXPubs

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

NameDescription
psbtThe PSBT whose global xpubs are merged in.