![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
| TokenItemEntry () | |
| TokenItemEntry (uint256 tokenHash, CTokenInfo tokenInfo) | |
| TokenItemEntry (const TokenItemEntry &obj) | |
| bool | update (Token *tokenAbi) |
| bool | update (Token *tokenAbi, bool &modified) |
| ~TokenItemEntry () | |
Public Attributes | |
| uint256 | hash |
| QDateTime | createTime |
| QString | contractAddress |
| QString | tokenName |
| QString | tokenSymbol |
| quint8 | decimals |
| QString | senderAddress |
| int256_t | balance |
Definition at line 14 of file tokenitemmodel.cpp.
|
inline |
Definition at line 17 of file tokenitemmodel.cpp.
|
inline |
Definition at line 20 of file tokenitemmodel.cpp.
|
inline |
Definition at line 31 of file tokenitemmodel.cpp.
|
inline |
Definition at line 74 of file tokenitemmodel.cpp.
|
inline |
|
inline |
| int256_t TokenItemEntry::balance |
Definition at line 84 of file tokenitemmodel.cpp.
| QString TokenItemEntry::contractAddress |
Definition at line 79 of file tokenitemmodel.cpp.
| QDateTime TokenItemEntry::createTime |
Definition at line 78 of file tokenitemmodel.cpp.
| quint8 TokenItemEntry::decimals |
Definition at line 82 of file tokenitemmodel.cpp.
| uint256 TokenItemEntry::hash |
Definition at line 77 of file tokenitemmodel.cpp.
| QString TokenItemEntry::senderAddress |
Definition at line 83 of file tokenitemmodel.cpp.
| QString TokenItemEntry::tokenName |
Definition at line 80 of file tokenitemmodel.cpp.
| QString TokenItemEntry::tokenSymbol |
Definition at line 81 of file tokenitemmodel.cpp.
1.8.11