veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::btc::GetBlockTxnMsg Struct Reference

Detailed Description

Definition at line 110 of file messages.hpp.

+ Collaboration diagram for altintegration::btc::GetBlockTxnMsg:

Public Member Functions

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

Public Attributes

BlockTransactionsRequest req
 
 ADD_SERIALIZE_METHODS
 

Friends

bool operator== (const GetBlockTxnMsg &a, const GetBlockTxnMsg &b)
 
bool operator!= (const GetBlockTxnMsg &a, const GetBlockTxnMsg &b)
 

Member Function Documentation

◆ SerializationOp()

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

Definition at line 116 of file messages.hpp.

116 {
117 READWRITE(this->req);
118 }

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const GetBlockTxnMsg a,
const GetBlockTxnMsg b 
)
friend

Definition at line 123 of file messages.hpp.

123 {
124 return !(a == b);
125 }

◆ operator==

bool operator== ( const GetBlockTxnMsg a,
const GetBlockTxnMsg b 
)
friend

Definition at line 120 of file messages.hpp.

120 {
121 return a.req == b.req;
122 }

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

altintegration::btc::GetBlockTxnMsg::ADD_SERIALIZE_METHODS

Definition at line 113 of file messages.hpp.

◆ req

BlockTransactionsRequest altintegration::btc::GetBlockTxnMsg::req

Definition at line 111 of file messages.hpp.


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