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

Name

Description

internal_key

The BIP341 internal key to tweak with the tree.

Created with MrDocs