![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Private key that includes an expiration date in case it never gets used. More...
#include <wallet.h>
Public Member Functions | |
| CWalletKey (int64_t nExpires=0) | |
| todo: add something to note what created it (user, getnewaddress, change) maybe should have a map<string, string> property map More... | |
| template<typename Stream , typename Operation > | |
| void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
| CPrivKey | vchPrivKey |
| int64_t | nTimeCreated |
| int64_t | nTimeExpires |
| std::string | strComment |
| ADD_SERIALIZE_METHODS | |
Private key that includes an expiration date in case it never gets used.
| CWalletKey::CWalletKey | ( | int64_t | nExpires = 0 | ) |
todo: add something to note what created it (user, getnewaddress, change) maybe should have a map<string, string> property map
Definition at line 4471 of file wallet.cpp.
|
inline |
1.8.11