Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
RPCConsole::TranslatedStrings Struct Reference

Public Attributes

const QString yes {tr("Yes")}
 
const QString no {tr("No")}
 
const QString to {tr("To")}
 
const QString from {tr("From")}
 
const QString ban_for {tr("Ban for")}
 
const QString na {tr("N/A")}
 
const QString unknown {tr("Unknown")}
 

Detailed Description

Definition at line 145 of file rpcconsole.h.

Member Data Documentation

◆ ban_for

const QString RPCConsole::TranslatedStrings::ban_for {tr("Ban for")}

Definition at line 147 of file rpcconsole.h.

◆ from

const QString RPCConsole::TranslatedStrings::from {tr("From")}

Definition at line 146 of file rpcconsole.h.

◆ na

const QString RPCConsole::TranslatedStrings::na {tr("N/A")}

Definition at line 147 of file rpcconsole.h.

◆ no

const QString RPCConsole::TranslatedStrings::no {tr("No")}

Definition at line 146 of file rpcconsole.h.

◆ to

const QString RPCConsole::TranslatedStrings::to {tr("To")}

Definition at line 146 of file rpcconsole.h.

◆ unknown

const QString RPCConsole::TranslatedStrings::unknown {tr("Unknown")}

Definition at line 147 of file rpcconsole.h.

◆ yes

const QString RPCConsole::TranslatedStrings::yes {tr("Yes")}

Definition at line 146 of file rpcconsole.h.


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