![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#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... | |
Definition at line 59 of file rawtransaction_util.h.
| 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.
| std::string TxDocOptions::txid_field_doc {"The transaction id"} |
The description of the txid field.
Definition at line 61 of file rawtransaction_util.h.
| bool TxDocOptions::wallet {false} |
Include wallet-related fields (e.g. ischange on outputs)
Definition at line 63 of file rawtransaction_util.h.