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