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

Information about a descriptor to be imported. More...

#include <imports.h>

Public Attributes

std::string descriptor
 
std::string label
 
std::optional< int64_t > timestamp
 
bool active {false}
 
std::optional< bool > internal
 
std::optional< std::pair< int64_t, int64_t > > range
 
std::optional< int64_t > next_index
 

Detailed Description

Information about a descriptor to be imported.

Definition at line 49 of file imports.h.

Member Data Documentation

◆ active

bool wallet::ImportDescriptorRequest::active {false}

Definition at line 53 of file imports.h.

◆ descriptor

std::string wallet::ImportDescriptorRequest::descriptor

Definition at line 50 of file imports.h.

◆ internal

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

Definition at line 54 of file imports.h.

◆ label

std::string wallet::ImportDescriptorRequest::label

Definition at line 51 of file imports.h.

◆ next_index

std::optional<int64_t> wallet::ImportDescriptorRequest::next_index

Definition at line 56 of file imports.h.

◆ range

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

Definition at line 55 of file imports.h.

◆ timestamp

std::optional<int64_t> wallet::ImportDescriptorRequest::timestamp

Definition at line 52 of file imports.h.


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