Descriptor with some wallet metadata.
More...
#include <walletutil.h>
Descriptor with some wallet metadata.
Definition at line 84 of file walletutil.h.
◆ WalletDescriptor() [1/2]
wallet::WalletDescriptor::WalletDescriptor |
( |
| ) |
|
|
default |
◆ WalletDescriptor() [2/2]
wallet::WalletDescriptor::WalletDescriptor |
( |
std::shared_ptr< Descriptor > |
descriptor, |
|
|
uint64_t |
creation_time, |
|
|
int32_t |
range_start, |
|
|
int32_t |
range_end, |
|
|
int32_t |
next_index |
|
) |
| |
|
inline |
◆ DeserializeDescriptor()
void wallet::WalletDescriptor::DeserializeDescriptor |
( |
const std::string & |
str | ) |
|
|
inline |
◆ SERIALIZE_METHODS()
◆ cache
◆ creation_time
uint64_t wallet::WalletDescriptor::creation_time = 0 |
◆ descriptor
std::shared_ptr<Descriptor> wallet::WalletDescriptor::descriptor |
◆ id
uint256 wallet::WalletDescriptor::id |
◆ next_index
int32_t wallet::WalletDescriptor::next_index = 0 |
◆ range_end
int32_t wallet::WalletDescriptor::range_end = 0 |
◆ range_start
int32_t wallet::WalletDescriptor::range_start = 0 |
The documentation for this class was generated from the following file: