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

#include <wallet2_api.h>

Collaboration diagram for Electroneum::SubaddressAccountRow:

Public Member Functions

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

Public Attributes

std::string extra

Detailed Description

Definition at line 286 of file wallet2_api.h.

Constructor & Destructor Documentation

◆ SubaddressAccountRow()

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

Definition at line 288 of file wallet2_api.h.

288 :
289 m_rowId(_rowId),
290 m_address(_address),
291 m_label(_label),
292 m_balance(_balance),
293 m_unlockedBalance(_unlockedBalance),
294 m_old_balance(_old_balance),
295 m_old_unlocked_balance(_old_unlocked_balance){}

Member Function Documentation

◆ getAddress()

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

Definition at line 307 of file wallet2_api.h.

307{return m_address;}

◆ getBalance()

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

Definition at line 309 of file wallet2_api.h.

309{return m_balance;}

◆ getLabel()

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

Definition at line 308 of file wallet2_api.h.

308{return m_label;}

◆ getOldBalance()

std::string Electroneum::SubaddressAccountRow::getOldBalance ( ) const
inline

Definition at line 311 of file wallet2_api.h.

311{return m_old_balance;}

◆ getOldUnlockedBalance()

std::string Electroneum::SubaddressAccountRow::getOldUnlockedBalance ( ) const
inline

Definition at line 312 of file wallet2_api.h.

312{return m_old_unlocked_balance;}

◆ getRowId()

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

Definition at line 313 of file wallet2_api.h.

313{return m_rowId;}

◆ getUnlockedBalance()

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

Definition at line 310 of file wallet2_api.h.

310{return m_unlockedBalance;}

Member Data Documentation

◆ extra

std::string Electroneum::SubaddressAccountRow::extra

Definition at line 306 of file wallet2_api.h.


The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/api/wallet2_api.h