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