Monero
Loading...
Searching...
No Matches
Monero::SubaddressAccountRow Struct Reference

#include <wallet2_api.h>

Public Member Functions

 SubaddressAccountRow (std::size_t _rowId, const std::string &_address, const std::string &_label, const std::string &_balance, const std::string &_unlockedBalance)
std::string getAddress () const
std::string getLabel () const
std::string getBalance () const
std::string getUnlockedBalance () const
std::size_t getRowId () const

Public Attributes

std::string extra

Private Attributes

std::size_t m_rowId
std::string m_address
std::string m_label
std::string m_balance
std::string m_unlockedBalance

Constructor & Destructor Documentation

◆ SubaddressAccountRow()

Monero::SubaddressAccountRow::SubaddressAccountRow ( std::size_t _rowId,
const std::string & _address,
const std::string & _label,
const std::string & _balance,
const std::string & _unlockedBalance )
inline

Member Function Documentation

◆ getAddress()

std::string Monero::SubaddressAccountRow::getAddress ( ) const
inline

◆ getBalance()

std::string Monero::SubaddressAccountRow::getBalance ( ) const
inline

◆ getLabel()

std::string Monero::SubaddressAccountRow::getLabel ( ) const
inline

◆ getRowId()

std::size_t Monero::SubaddressAccountRow::getRowId ( ) const
inline

◆ getUnlockedBalance()

std::string Monero::SubaddressAccountRow::getUnlockedBalance ( ) const
inline

Member Data Documentation

◆ extra

std::string Monero::SubaddressAccountRow::extra

◆ m_address

std::string Monero::SubaddressAccountRow::m_address
private

◆ m_balance

std::string Monero::SubaddressAccountRow::m_balance
private

◆ m_label

std::string Monero::SubaddressAccountRow::m_label
private

◆ m_rowId

std::size_t Monero::SubaddressAccountRow::m_rowId
private

◆ m_unlockedBalance

std::string Monero::SubaddressAccountRow::m_unlockedBalance
private

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