Bitcoin Core 28.99.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 57 of file signingprovider.h.
uint256 TaprootBuilder::NodeInfo::hash |
Merkle hash of this node.
Definition at line 60 of file signingprovider.h.
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.