Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

llmq::CInstantSendManager::NonLockedTxInfo Struct Reference
+ Collaboration diagram for llmq::CInstantSendManager::NonLockedTxInfo:

Public Attributes

const CBlockIndexpindexMined {nullptr}
 
CTransactionRef tx
 
std::unordered_set< uint256, StaticSaltedHasherchildren
 

Detailed Description

Definition at line 104 of file quorums_instantsend.h.

Member Data Documentation

◆ children

std::unordered_set<uint256, StaticSaltedHasher> llmq::CInstantSendManager::NonLockedTxInfo::children

Definition at line 107 of file quorums_instantsend.h.

◆ pindexMined

const CBlockIndex* llmq::CInstantSendManager::NonLockedTxInfo::pindexMined {nullptr}

Definition at line 105 of file quorums_instantsend.h.

◆ tx

CTransactionRef llmq::CInstantSendManager::NonLockedTxInfo::tx

Definition at line 106 of file quorums_instantsend.h.


The documentation for this struct was generated from the following file:
Released under the MIT license