Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
TxDocOptions Struct Reference

#include <rawtransaction_util.h>

Public Attributes

std::string txid_field_doc {"The transaction id"}
 The description of the txid field. More...
 
bool wallet {false}
 Include wallet-related fields (e.g. ischange on outputs) More...
 
std::optional< std::string > elision_description {}
 Treat this as an elided Result in the help. More...
 

Detailed Description

Definition at line 59 of file rawtransaction_util.h.

Member Data Documentation

◆ elision_description

std::optional<std::string> TxDocOptions::elision_description {}

Treat this as an elided Result in the help.

Definition at line 65 of file rawtransaction_util.h.

◆ txid_field_doc

std::string TxDocOptions::txid_field_doc {"The transaction id"}

The description of the txid field.

Definition at line 61 of file rawtransaction_util.h.

◆ wallet

bool TxDocOptions::wallet {false}

Include wallet-related fields (e.g. ischange on outputs)

Definition at line 63 of file rawtransaction_util.h.


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