Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
WalletDescriptor Class Reference

Descriptor with some wallet metadata. More...

#include <walletutil.h>

Collaboration diagram for WalletDescriptor:
[legend]

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< Descriptordescriptor
uint256 id
uint64_t creation_time = 0
int32_t range_start = 0
int32_t range_end = 0
int32_t next_index = 0
DescriptorCache cache

Detailed Description

Descriptor with some wallet metadata.

Definition at line 63 of file walletutil.h.

Constructor & Destructor Documentation

◆ WalletDescriptor() [1/2]

◆ 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

Definition at line 98 of file walletutil.h.

Member Function Documentation

◆ DeserializeDescriptor()

void wallet::WalletDescriptor::DeserializeDescriptor ( const std::string & str)
inline

Definition at line 74 of file walletutil.h.

◆ SERIALIZE_METHODS()

Definition at line 89 of file walletutil.h.

Member Data Documentation

◆ cache

◆ creation_time

Definition at line 68 of file walletutil.h.

◆ descriptor

Definition at line 66 of file walletutil.h.

◆ id

Definition at line 67 of file walletutil.h.

◆ next_index

Definition at line 71 of file walletutil.h.

◆ range_end

Definition at line 70 of file walletutil.h.

◆ range_start

Definition at line 69 of file walletutil.h.


The documentation for this class was generated from the following file: