Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
wallet::WalletDescInfo Struct Reference

#include <export.h>

Public Attributes

std::string descriptor
 
uint64_t creation_time
 
bool active
 
std::optional< bool > internal
 
std::optional< std::pair< int64_t, int64_t > > range
 
int64_t next_index
 

Detailed Description

Definition at line 19 of file export.h.

Member Data Documentation

◆ active

bool wallet::WalletDescInfo::active

Definition at line 22 of file export.h.

◆ creation_time

uint64_t wallet::WalletDescInfo::creation_time

Definition at line 21 of file export.h.

◆ descriptor

std::string wallet::WalletDescInfo::descriptor

Definition at line 20 of file export.h.

◆ internal

std::optional<bool> wallet::WalletDescInfo::internal

Definition at line 23 of file export.h.

◆ next_index

int64_t wallet::WalletDescInfo::next_index

Definition at line 25 of file export.h.

◆ range

std::optional<std::pair<int64_t,int64_t> > wallet::WalletDescInfo::range

Definition at line 24 of file export.h.


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