![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Information associated with a node in the Merkle tree. More...
Public Attributes | |
| uint256 | hash |
| Merkle hash of this node. More... | |
| std::vector< LeafInfo > | leaves |
| Tracked leaves underneath this node (either from the node itself, or its children). More... | |
Information associated with a node in the Merkle tree.
Definition at line 250 of file standard.h.
| uint256 TaprootBuilder::NodeInfo::hash |
Merkle hash of this node.
Definition at line 253 of file standard.h.
| std::vector<LeafInfo> TaprootBuilder::NodeInfo::leaves |
Tracked leaves underneath this node (either from the node itself, or its children).
The merkle_branch field for each is the partners to get to this node.
Definition at line 256 of file standard.h.
1.8.14