Dash Core  0.12.2.1
P2P Digital Currency
RecentRequestEntry Class Reference

#include <recentrequeststablemodel.h>

Public Member Functions

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

Public Attributes

int nVersion
 
int64_t id
 
QDateTime date
 
SendCoinsRecipient recipient
 
 ADD_SERIALIZE_METHODS
 

Static Public Attributes

static const int CURRENT_VERSION = 1
 

Detailed Description

Definition at line 16 of file recentrequeststablemodel.h.

Constructor & Destructor Documentation

◆ RecentRequestEntry()

RecentRequestEntry::RecentRequestEntry ( )
inline

Definition at line 19 of file recentrequeststablemodel.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 30 of file recentrequeststablemodel.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

RecentRequestEntry::ADD_SERIALIZE_METHODS

Definition at line 27 of file recentrequeststablemodel.h.

◆ CURRENT_VERSION

const int RecentRequestEntry::CURRENT_VERSION = 1
static

Definition at line 21 of file recentrequeststablemodel.h.

◆ date

◆ id

◆ nVersion

int RecentRequestEntry::nVersion

Definition at line 22 of file recentrequeststablemodel.h.

Referenced by SerializationOp().

◆ recipient


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