Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
TaprootBuilder::NodeInfo Struct Reference

Information associated with a node in the Merkle tree. More...

Collaboration diagram for TaprootBuilder::NodeInfo:
[legend]

Public Attributes

uint256 hash
 Merkle hash of this node. More...
 
std::vector< LeafInfoleaves
 Tracked leaves underneath this node (either from the node itself, or its children). More...
 

Detailed Description

Information associated with a node in the Merkle tree.

Definition at line 57 of file signingprovider.h.

Member Data Documentation

◆ hash

uint256 TaprootBuilder::NodeInfo::hash

Merkle hash of this node.

Definition at line 60 of file signingprovider.h.

◆ leaves

std::vector<LeafInfo> TaprootBuilder::NodeInfo::leaves

Tracked leaves underneath this node (either from the node itself, or its children).

The merkle_branch field of each is the partners to get to this node.

Definition at line 63 of file signingprovider.h.


The documentation for this struct was generated from the following file: