![]() |
Bitcoin Core
27.1.0
P2P Digital Currency
|
Helper for PackageV3Checks, storing info for a mempool or package parent. More...
Public Member Functions | |
| ParentInfo ()=delete | |
| ParentInfo (const Txid &txid, const Wtxid &wtxid, decltype(CTransaction::nVersion) version, bool has_mempool_descendant) | |
Public Attributes | |
| const Txid & | m_txid |
| Txid used to identify this parent by prevout. More... | |
| const Wtxid & | m_wtxid |
| Wtxid used for debug string. More... | |
| decltype(CTransaction::nVersion) | m_version |
| nVersion used to check inheritance of v3 and non-v3 More... | |
| bool | m_has_mempool_descendant |
| If parent is in mempool, whether it has any descendants in mempool. More... | |
Helper for PackageV3Checks, storing info for a mempool or package parent.
Definition at line 41 of file v3_policy.cpp.
|
delete |
|
inline |
Definition at line 52 of file v3_policy.cpp.
| bool ParentInfo::m_has_mempool_descendant |
If parent is in mempool, whether it has any descendants in mempool.
Definition at line 49 of file v3_policy.cpp.
| const Txid& ParentInfo::m_txid |
Txid used to identify this parent by prevout.
Definition at line 43 of file v3_policy.cpp.
| decltype(CTransaction::nVersion) ParentInfo::m_version |
nVersion used to check inheritance of v3 and non-v3
Definition at line 47 of file v3_policy.cpp.
| const Wtxid& ParentInfo::m_wtxid |
Wtxid used for debug string.
Definition at line 45 of file v3_policy.cpp.
1.8.14