#include <wallet2_api.h>
Definition at line 286 of file wallet2_api.h.
◆ 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.
293 m_unlockedBalance(_unlockedBalance),
294 m_old_balance(_old_balance),
295 m_old_unlocked_balance(_old_unlocked_balance){}
◆ getAddress()
| std::string Electroneum::SubaddressAccountRow::getAddress |
( |
| ) |
const |
|
inline |
◆ getBalance()
| std::string Electroneum::SubaddressAccountRow::getBalance |
( |
| ) |
const |
|
inline |
◆ getLabel()
| std::string Electroneum::SubaddressAccountRow::getLabel |
( |
| ) |
const |
|
inline |
◆ getOldBalance()
| std::string Electroneum::SubaddressAccountRow::getOldBalance |
( |
| ) |
const |
|
inline |
◆ 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 |
◆ getUnlockedBalance()
| std::string Electroneum::SubaddressAccountRow::getUnlockedBalance |
( |
| ) |
const |
|
inline |
◆ extra
| std::string Electroneum::SubaddressAccountRow::extra |
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/wallet/api/wallet2_api.h