TaprootBuilder::Finalize

Finalize the construction. Can only be called when IsComplete() is true. internal_key.IsFullyValid() must be true.

Synopsis

Declared in <script/signingprovider.h>

TaprootBuilder&
Finalize(XOnlyPubKey const& internal_key);

Return Value

A reference to this builder for chaining.

Parameters

NameDescription
internal_keyThe BIP341 internal key to tweak with the tree.