Like Add(), but for a Merkle node with a given hash to the tree.
Declared in <script/signingprovider.h>
TaprootBuilder&
AddOmitted(
int depth,
uint256 const& hash);
A reference to this builder for chaining.
| Name | Description |
|---|---|
| depth | The depth in the Merkle tree to add the node at. |
| hash | The Merkle hash of the omitted subtree. |