[#TaprootBuilder-AddOmitted] = xref:TaprootBuilder.adoc[TaprootBuilder]::AddOmitted :relfileprefix: ../ :mrdocs: Like Add(), but for a Merkle node with a given hash to the tree. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:TaprootBuilder.adoc[TaprootBuilder]& AddOmitted( int depth, xref:uint256.adoc[uint256] const& hash); ---- == Return Value A reference to this builder for chaining. == Parameters [cols="1,4"] |=== | Name| Description | *depth* | The depth in the Merkle tree to add the node at. | *hash* | The Merkle hash of the omitted subtree. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#