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

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< uint256merkle_branch
 The hashing partners above this leaf. More...
 

Detailed Description

Information about a tracked leaf in the Merkle tree.

Definition at line 49 of file signingprovider.h.

Member Data Documentation

◆ leaf_version

int TaprootBuilder::LeafInfo::leaf_version

The leaf version for that script.

Definition at line 52 of file signingprovider.h.

◆ merkle_branch

std::vector<uint256> TaprootBuilder::LeafInfo::merkle_branch

The hashing partners above this leaf.

Definition at line 53 of file signingprovider.h.

◆ script

std::vector<unsigned char> TaprootBuilder::LeafInfo::script

The script.

Definition at line 51 of file signingprovider.h.


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