![]() |
Bitcoin Core 30.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 53 of file signingprovider.h.
| int TaprootBuilder::LeafInfo::leaf_version |
The leaf version for that script.
Definition at line 56 of file signingprovider.h.
| std::vector<uint256> TaprootBuilder::LeafInfo::merkle_branch |
The hashing partners above this leaf.
Definition at line 57 of file signingprovider.h.
| std::vector<unsigned char> TaprootBuilder::LeafInfo::script |
The script.
Definition at line 55 of file signingprovider.h.