Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
RecentRequestEntry Class Reference

#include <recentrequeststablemodel.h>

Collaboration diagram for RecentRequestEntry:
[legend]

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
 

Detailed Description

Definition at line 17 of file recentrequeststablemodel.h.

Constructor & Destructor Documentation

◆ RecentRequestEntry()

RecentRequestEntry::RecentRequestEntry ( )
inline

Definition at line 20 of file recentrequeststablemodel.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 31 of file recentrequeststablemodel.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

RecentRequestEntry::ADD_SERIALIZE_METHODS

Definition at line 28 of file recentrequeststablemodel.h.

◆ CURRENT_VERSION

const int RecentRequestEntry::CURRENT_VERSION = 1
static

Definition at line 22 of file recentrequeststablemodel.h.

◆ date

QDateTime RecentRequestEntry::date

Definition at line 25 of file recentrequeststablemodel.h.

◆ id

int64_t RecentRequestEntry::id

Definition at line 24 of file recentrequeststablemodel.h.

◆ nVersion

int RecentRequestEntry::nVersion

Definition at line 23 of file recentrequeststablemodel.h.

◆ recipient

SendCoinsRecipient RecentRequestEntry::recipient

Definition at line 26 of file recentrequeststablemodel.h.


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