Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

BlockTransactionsRequest Class Reference

#include <blockencodings.h>

+ Collaboration diagram for BlockTransactionsRequest:

Public Member Functions

template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

uint256 blockhash
 
std::vector< uint16_t > indexes
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 29 of file blockencodings.h.

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void BlockTransactionsRequest::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 38 of file blockencodings.h.

References blockhash, COMPACTSIZE, indexes, and READWRITE.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

BlockTransactionsRequest::ADD_SERIALIZE_METHODS

Definition at line 35 of file blockencodings.h.

◆ blockhash

uint256 BlockTransactionsRequest::blockhash

Definition at line 32 of file blockencodings.h.

Referenced by ProcessMessage(), and SerializationOp().

◆ indexes

std::vector<uint16_t> BlockTransactionsRequest::indexes

Definition at line 33 of file blockencodings.h.

Referenced by ProcessMessage(), SendBlockTransactions(), and SerializationOp().


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