![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
Validation result for package mempool acceptance. More...
#include <validation.h>
Public Member Functions | |
| PackageMempoolAcceptResult (PackageValidationState state, std::map< const uint256, const MempoolAcceptResult > &&results) | |
| PackageMempoolAcceptResult (const uint256 &wtxid, const MempoolAcceptResult &result) | |
| Constructor to create a PackageMempoolAcceptResult from a single MempoolAcceptResult. More... | |
Public Attributes | |
| const PackageValidationState | m_state |
| std::map< const uint256, const MempoolAcceptResult > | m_tx_results |
| Map from wtxid to finished MempoolAcceptResults. More... | |
Validation result for package mempool acceptance.
Definition at line 208 of file validation.h.
|
inlineexplicit |
Definition at line 218 of file validation.h.
|
inlineexplicit |
Constructor to create a PackageMempoolAcceptResult from a single MempoolAcceptResult.
Definition at line 223 of file validation.h.
| const PackageValidationState PackageMempoolAcceptResult::m_state |
Definition at line 210 of file validation.h.
| std::map<const uint256, const MempoolAcceptResult> PackageMempoolAcceptResult::m_tx_results |
Map from wtxid to finished MempoolAcceptResults.
The client is responsible for keeping track of the transaction objects themselves. If a result is not present, it means validation was unfinished for that transaction.
Definition at line 216 of file validation.h.
1.8.14