Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
wallet::WalletDescriptor Class Reference

Descriptor with some wallet metadata. More...

#include <walletutil.h>

Collaboration diagram for wallet::WalletDescriptor:
[legend]

Public Member Functions

void DeserializeDescriptor (const std::string &str)
 
 SERIALIZE_METHODS (WalletDescriptor, obj)
 
 WalletDescriptor ()
 
 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 84 of file walletutil.h.

Constructor & Destructor Documentation

◆ WalletDescriptor() [1/2]

wallet::WalletDescriptor::WalletDescriptor ( )
inline

Definition at line 114 of file walletutil.h.

◆ 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 115 of file walletutil.h.

Member Function Documentation

◆ DeserializeDescriptor()

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

Definition at line 95 of file walletutil.h.

Here is the call graph for this function:

◆ SERIALIZE_METHODS()

wallet::WalletDescriptor::SERIALIZE_METHODS ( WalletDescriptor  ,
obj   
)
inline

Definition at line 106 of file walletutil.h.

Member Data Documentation

◆ cache

DescriptorCache wallet::WalletDescriptor::cache

Definition at line 93 of file walletutil.h.

◆ creation_time

uint64_t wallet::WalletDescriptor::creation_time = 0

Definition at line 89 of file walletutil.h.

◆ descriptor

std::shared_ptr<Descriptor> wallet::WalletDescriptor::descriptor

Definition at line 87 of file walletutil.h.

◆ id

uint256 wallet::WalletDescriptor::id

Definition at line 88 of file walletutil.h.

◆ next_index

int32_t wallet::WalletDescriptor::next_index = 0

Definition at line 92 of file walletutil.h.

◆ range_end

int32_t wallet::WalletDescriptor::range_end = 0

Definition at line 91 of file walletutil.h.

◆ range_start

int32_t wallet::WalletDescriptor::range_start = 0

Definition at line 90 of file walletutil.h.


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