Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
BlockTransactions Class Reference

#include <blockencodings.h>

Collaboration diagram for BlockTransactions:
[legend]

Public Member Functions

 BlockTransactions ()=default
 BlockTransactions (const BlockTransactionsRequest &req)
 SERIALIZE_METHODS (BlockTransactions, obj)

Public Attributes

uint256 blockhash
std::vector< CTransactionReftxn

Detailed Description

Definition at line 57 of file blockencodings.h.

Constructor & Destructor Documentation

◆ BlockTransactions() [1/2]

BlockTransactions::BlockTransactions ( )
default
Here is the caller graph for this function:

◆ BlockTransactions() [2/2]

BlockTransactions::BlockTransactions ( const BlockTransactionsRequest & req)
inlineexplicit

Definition at line 64 of file blockencodings.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

BlockTransactions::SERIALIZE_METHODS ( BlockTransactions ,
obj  )
inline

Definition at line 67 of file blockencodings.h.

Here is the call graph for this function:

Member Data Documentation

◆ blockhash

uint256 BlockTransactions::blockhash

Definition at line 60 of file blockencodings.h.

◆ txn

std::vector<CTransactionRef> BlockTransactions::txn

Definition at line 61 of file blockencodings.h.


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