Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
BlockTransactionsRequest Class Reference

#include <blockencodings.h>

Collaboration diagram for BlockTransactionsRequest:
[legend]

Public Member Functions

 SERIALIZE_METHODS (BlockTransactionsRequest, obj)
 

Public Attributes

BlockHash blockhash
 
std::vector< uint32_t > indices
 

Detailed Description

Definition at line 23 of file blockencodings.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

BlockTransactionsRequest::SERIALIZE_METHODS ( BlockTransactionsRequest  ,
obj   
)
inline

Definition at line 29 of file blockencodings.h.

Here is the call graph for this function:

Member Data Documentation

◆ blockhash

BlockHash BlockTransactionsRequest::blockhash

Definition at line 26 of file blockencodings.h.

◆ indices

std::vector<uint32_t> BlockTransactionsRequest::indices

Definition at line 27 of file blockencodings.h.


The documentation for this class was generated from the following file: