Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
TaprootBuilder::LeafInfo Struct Reference

Information about a tracked leaf in the Merkle tree. More...

Public Attributes

std::vector< unsigned char > script
 The script.
int leaf_version
 The leaf version for that script.
std::vector< uint256merkle_branch
 The hashing partners above this leaf.

Detailed Description

Information about a tracked leaf in the Merkle tree.

Definition at line 53 of file signingprovider.h.

Member Data Documentation

◆ leaf_version

int TaprootBuilder::LeafInfo::leaf_version

The leaf version for that script.

Definition at line 56 of file signingprovider.h.

◆ merkle_branch

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

The hashing partners above this leaf.

Definition at line 57 of file signingprovider.h.

◆ script

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

The script.

Definition at line 55 of file signingprovider.h.


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