#include <masternodeconfig.h>
Definition at line 17 of file masternodeconfig.h.
◆ CMasternodeEntry()
CMasternodeConfig::CMasternodeEntry::CMasternodeEntry |
( |
std::string |
alias, |
|
|
std::string |
ip, |
|
|
std::string |
privKey, |
|
|
std::string |
txHash, |
|
|
std::string |
outputIndex |
|
) |
| |
|
inline |
◆ getAlias()
const std::string& CMasternodeConfig::CMasternodeEntry::getAlias |
( |
| ) |
const |
|
inline |
◆ getIp()
const std::string& CMasternodeConfig::CMasternodeEntry::getIp |
( |
| ) |
const |
|
inline |
◆ getOutputIndex()
const std::string& CMasternodeConfig::CMasternodeEntry::getOutputIndex |
( |
| ) |
const |
|
inline |
◆ getPrivKey()
const std::string& CMasternodeConfig::CMasternodeEntry::getPrivKey |
( |
| ) |
const |
|
inline |
◆ getTxHash()
const std::string& CMasternodeConfig::CMasternodeEntry::getTxHash |
( |
| ) |
const |
|
inline |
◆ setAlias()
void CMasternodeConfig::CMasternodeEntry::setAlias |
( |
const std::string & |
alias | ) |
|
|
inline |
◆ setIp()
void CMasternodeConfig::CMasternodeEntry::setIp |
( |
const std::string & |
ip | ) |
|
|
inline |
◆ setOutputIndex()
void CMasternodeConfig::CMasternodeEntry::setOutputIndex |
( |
const std::string & |
outputIndex | ) |
|
|
inline |
◆ setPrivKey()
void CMasternodeConfig::CMasternodeEntry::setPrivKey |
( |
const std::string & |
privKey | ) |
|
|
inline |
◆ setTxHash()
void CMasternodeConfig::CMasternodeEntry::setTxHash |
( |
const std::string & |
txHash | ) |
|
|
inline |
◆ alias
std::string CMasternodeConfig::CMasternodeEntry::alias |
|
private |
◆ ip
std::string CMasternodeConfig::CMasternodeEntry::ip |
|
private |
◆ outputIndex
std::string CMasternodeConfig::CMasternodeEntry::outputIndex |
|
private |
◆ privKey
std::string CMasternodeConfig::CMasternodeEntry::privKey |
|
private |
◆ txHash
std::string CMasternodeConfig::CMasternodeEntry::txHash |
|
private |
The documentation for this class was generated from the following file: