[#wallet-CKeyMetadata-2constructor-0e] = xref:wallet.adoc[wallet]::xref:wallet/CKeyMetadata.adoc[CKeyMetadata]::CKeyMetadata :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/walletdb.h>` Constructs metadata initialized to the null state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/CKeyMetadata/2constructor-04.adoc[CKeyMetadata](); ---- [.small]#xref:wallet/CKeyMetadata/2constructor-04.adoc[_» more..._]# Constructs metadata with the given creation time. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:wallet/CKeyMetadata/2constructor-01.adoc[CKeyMetadata](int64_t nCreateTime_); ---- [.small]#xref:wallet/CKeyMetadata/2constructor-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *nCreateTime_* | Key creation time as a unix timestamp. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#