Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
BlockTransactions Class Reference
#include <blockencodings.h>

Public Member Functions | |
BlockTransactions () | |
BlockTransactions (const BlockTransactionsRequest &req) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
uint256 | blockhash |
std::vector< CTransactionRef > | txn |
ADD_SERIALIZE_METHODS | |
Detailed Description
Definition at line 71 of file blockencodings.h.
Constructor & Destructor Documentation
◆ BlockTransactions() [1/2]
|
inline |
Definition at line 77 of file blockencodings.h.
◆ BlockTransactions() [2/2]
|
inlineexplicit |
Definition at line 78 of file blockencodings.h.
Member Function Documentation
◆ SerializationOp()
template<typename Stream , typename Operation >
|
inline |
Definition at line 84 of file blockencodings.h.
References blockhash, COMPACTSIZE, READWRITE, REF(), and txn.
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
BlockTransactions::ADD_SERIALIZE_METHODS |
Definition at line 81 of file blockencodings.h.
◆ blockhash
uint256 BlockTransactions::blockhash |
Definition at line 74 of file blockencodings.h.
Referenced by ProcessMessage(), and SerializationOp().
◆ txn
std::vector<CTransactionRef> BlockTransactions::txn |
Definition at line 75 of file blockencodings.h.
Referenced by SendBlockTransactions(), and SerializationOp().
The documentation for this class was generated from the following file:
- src/blockencodings.h