![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Descriptor with some wallet metadata. More...
#include <walletutil.h>
Public Member Functions | |
| void | DeserializeDescriptor (const std::string &str) |
| SERIALIZE_METHODS (WalletDescriptor, obj) | |
| WalletDescriptor ()=default | |
| WalletDescriptor (std::shared_ptr< Descriptor > descriptor, uint64_t creation_time, int32_t range_start, int32_t range_end, int32_t next_index) | |
Public Attributes | |
| std::shared_ptr< Descriptor > | descriptor |
| uint256 | id |
| uint64_t | creation_time = 0 |
| int32_t | range_start = 0 |
| int32_t | range_end = 0 |
| int32_t | next_index = 0 |
| DescriptorCache | cache |
Descriptor with some wallet metadata.
Definition at line 63 of file walletutil.h.
|
default |
|
inline |
Definition at line 98 of file walletutil.h.
|
inline |
Definition at line 74 of file walletutil.h.
|
inline |
Definition at line 89 of file walletutil.h.
Definition at line 72 of file walletutil.h.
| uint64_t wallet::WalletDescriptor::creation_time = 0 |
Definition at line 68 of file walletutil.h.
| std::shared_ptr<Descriptor> wallet::WalletDescriptor::descriptor |
Definition at line 66 of file walletutil.h.
Definition at line 67 of file walletutil.h.
| int32_t wallet::WalletDescriptor::next_index = 0 |
Definition at line 71 of file walletutil.h.
| int32_t wallet::WalletDescriptor::range_end = 0 |
Definition at line 70 of file walletutil.h.
| int32_t wallet::WalletDescriptor::range_start = 0 |
Definition at line 69 of file walletutil.h.