Constructors
Synopses
Declared in <wallet/walletdb.h>
Constructs metadata initialized to the null state.
CKeyMetadata();
Constructs metadata with the given creation time.
explicit
CKeyMetadata(int64_t nCreateTime_);
Parameters
Name |
Description |
nCreateTime_ |
Key creation time as a unix timestamp. |
Created with MrDocs