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