Bitcoin Core 28.99.0
P2P Digital Currency
Public Attributes | List of all members
node::RejectedTxTodo Struct Reference

#include <txdownloadman.h>

Public Attributes

bool m_should_add_extra_compact_tx
 
std::vector< uint256m_unique_parents
 
std::optional< PackageToValidatem_package_to_validate
 

Detailed Description

Definition at line 92 of file txdownloadman.h.

Member Data Documentation

◆ m_package_to_validate

std::optional<PackageToValidate> node::RejectedTxTodo::m_package_to_validate

Definition at line 96 of file txdownloadman.h.

◆ m_should_add_extra_compact_tx

bool node::RejectedTxTodo::m_should_add_extra_compact_tx

Definition at line 94 of file txdownloadman.h.

◆ m_unique_parents

std::vector<uint256> node::RejectedTxTodo::m_unique_parents

Definition at line 95 of file txdownloadman.h.


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