Fabcoin Core
0.16.2
P2P Digital Currency
|
#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 |
Definition at line 16 of file recentrequeststablemodel.h.
|
inline |
Definition at line 19 of file recentrequeststablemodel.h.
|
inline |
Definition at line 30 of file recentrequeststablemodel.h.
RecentRequestEntry::ADD_SERIALIZE_METHODS |
Definition at line 27 of file recentrequeststablemodel.h.
|
static |
Definition at line 21 of file recentrequeststablemodel.h.
QDateTime RecentRequestEntry::date |
Definition at line 24 of file recentrequeststablemodel.h.
int64_t RecentRequestEntry::id |
Definition at line 23 of file recentrequeststablemodel.h.
int RecentRequestEntry::nVersion |
Definition at line 22 of file recentrequeststablemodel.h.
SendCoinsRecipient RecentRequestEntry::recipient |
Definition at line 25 of file recentrequeststablemodel.h.