TaprootSpendData::Merge

Merge other TaprootSpendData (for the same scriptPubKey) into this.

Synopsis

Declared in <script/signingprovider.h>

void
Merge(TaprootSpendData other);

Parameters

NameDescription
otherThe spend data to merge into this instance.