Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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 ()
 
 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
 
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 80 of file walletutil.h.

Constructor & Destructor Documentation

◆ WalletDescriptor() [1/2]

WalletDescriptor::WalletDescriptor ( )
inline

Definition at line 111 of file walletutil.h.

◆ 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

Definition at line 112 of file walletutil.h.

Member Function Documentation

◆ DeserializeDescriptor()

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

Definition at line 94 of file walletutil.h.

Here is the call graph for this function:

◆ SERIALIZE_METHODS()

WalletDescriptor::SERIALIZE_METHODS ( WalletDescriptor  ,
obj   
)
inline

Definition at line 103 of file walletutil.h.

Member Data Documentation

◆ cache

DescriptorCache WalletDescriptor::cache

Definition at line 92 of file walletutil.h.

◆ creation_time

uint64_t WalletDescriptor::creation_time = 0

Definition at line 83 of file walletutil.h.

◆ descriptor

std::shared_ptr<Descriptor> WalletDescriptor::descriptor

Definition at line 82 of file walletutil.h.

◆ next_index

int32_t WalletDescriptor::next_index = 0

Definition at line 91 of file walletutil.h.

◆ range_end

int32_t WalletDescriptor::range_end = 0

Definition at line 89 of file walletutil.h.

◆ range_start

int32_t WalletDescriptor::range_start = 0

Definition at line 86 of file walletutil.h.


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