Constructors
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...
| Name | Description |
|---|---|
| nCreateTime_ | Key creation time as a unix timestamp. |