A key pool entry.
More...
#include <wallet.h>
|
| int64_t | nTime |
| | The time at which the key was generated. Set in AddKeypoolPubKeyWithDB. More...
|
| |
| CPubKey | vchPubKey |
| | The public key. More...
|
| |
| uint8_t | type |
| | Whether this keypool entry is in the internal, external or staking keypool. More...
|
| |
| bool | m_pre_split |
| | Whether this key was generated for a keypool before the wallet was upgraded to HD-split. More...
|
| |
A key pool entry.
Definition at line 124 of file wallet.h.
◆ CKeyPool() [1/2]
◆ CKeyPool() [2/2]
| CKeyPool::CKeyPool |
( |
const CPubKey & |
vchPubKeyIn, |
|
|
const uint8_t & |
type |
|
) |
| |
◆ IsExternal()
| bool CKeyPool::IsExternal |
( |
| ) |
const |
|
inline |
◆ IsInternal()
| bool CKeyPool::IsInternal |
( |
| ) |
const |
|
inline |
◆ IsStaking()
| bool CKeyPool::IsStaking |
( |
| ) |
const |
|
inline |
◆ Serialize()
template<typename Stream >
| void CKeyPool::Serialize |
( |
Stream & |
s | ) |
const |
|
inline |
◆ Unserialize()
template<typename Stream >
| void CKeyPool::Unserialize |
( |
Stream & |
s | ) |
|
|
inline |
◆ m_pre_split
| bool CKeyPool::m_pre_split |
Whether this key was generated for a keypool before the wallet was upgraded to HD-split.
Definition at line 134 of file wallet.h.
◆ nTime
The time at which the key was generated. Set in AddKeypoolPubKeyWithDB.
Definition at line 128 of file wallet.h.
◆ type
Whether this keypool entry is in the internal, external or staking keypool.
Definition at line 132 of file wallet.h.
◆ vchPubKey
The public key.
Definition at line 130 of file wallet.h.
The documentation for this class was generated from the following files: