wallet::CKeyMetadata::CKeyMetadata

Constructors

Synopses

Declared in <wallet/walletdb.h>

Constructs metadata initialized to the null state.

CKeyMetadata();
» more...

Constructs metadata with the given creation time.

explicit
CKeyMetadata(int64_t nCreateTime_);
» more...

Parameters

NameDescription
nCreateTime_Key creation time as a unix timestamp.