Descriptor with some wallet metadata.
More...
#include <walletutil.h>
Descriptor with some wallet metadata.
Definition at line 63 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 |
◆ DecNext()
| void wallet::WalletDescriptor::DecNext |
( |
| ) |
|
|
inline |
Increments the next_index of the descriptor.
Definition at line 86 of file walletutil.h.
◆ DeserializeDescriptor()
| void wallet::WalletDescriptor::DeserializeDescriptor |
( |
const std::string & |
str | ) |
|
|
inline |
◆ GetEnd()
| int32_t wallet::WalletDescriptor::GetEnd |
( |
| ) |
const |
|
inline |
◆ GetNext()
| int32_t wallet::WalletDescriptor::GetNext |
( |
| ) |
const |
|
inline |
◆ GetStart()
| int32_t wallet::WalletDescriptor::GetStart |
( |
| ) |
const |
|
inline |
◆ IncNext()
| void wallet::WalletDescriptor::IncNext |
( |
| ) |
|
|
inline |
Increments the next_index of the descriptor.
Definition at line 80 of file walletutil.h.
◆ SERIALIZE_METHODS()
◆ SetEnd()
| void wallet::WalletDescriptor::SetEnd |
( |
int32_t |
end | ) |
|
|
inline |
Sets the range_end of the descriptor.
Definition at line 92 of file walletutil.h.
◆ 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 |
|
private |
◆ range_end
| int32_t wallet::WalletDescriptor::range_end = 0 |
|
private |
◆ range_start
| int32_t wallet::WalletDescriptor::range_start = 0 |
|
private |
The documentation for this class was generated from the following file: