Bitcoin
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
RecentRequestEntry Class Reference

#include <recentrequeststablemodel.h>

Public Member Functions

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

Public Attributes

int nVersion
 
int64_t id
 
QDateTime date
 
SendCoinsRecipient recipient
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Constructor & Destructor Documentation

◆ RecentRequestEntry()

RecentRequestEntry::RecentRequestEntry ( )
inline

Member Function Documentation

◆ SerializationOp()

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

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

RecentRequestEntry::ADD_SERIALIZE_METHODS

◆ CURRENT_VERSION

const int RecentRequestEntry::CURRENT_VERSION = 1
static

◆ date

QDateTime RecentRequestEntry::date

◆ id

int64_t RecentRequestEntry::id

◆ nVersion

int RecentRequestEntry::nVersion

◆ recipient

SendCoinsRecipient RecentRequestEntry::recipient

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