Bitcoin Core 28.99.0
P2P Digital Currency
|
Information about a tracked leaf in the Merkle tree. More...
Public Attributes | |
std::vector< unsigned char > | script |
The script. More... | |
int | leaf_version |
The leaf version for that script. More... | |
std::vector< uint256 > | merkle_branch |
The hashing partners above this leaf. More... | |
Information about a tracked leaf in the Merkle tree.
Definition at line 49 of file signingprovider.h.
int TaprootBuilder::LeafInfo::leaf_version |
The leaf version for that script.
Definition at line 52 of file signingprovider.h.
std::vector<uint256> TaprootBuilder::LeafInfo::merkle_branch |
The hashing partners above this leaf.
Definition at line 53 of file signingprovider.h.
std::vector<unsigned char> TaprootBuilder::LeafInfo::script |
The script.
Definition at line 51 of file signingprovider.h.