Home
last modified time | relevance | path

Searched refs:TokenTx (Results 1 – 9 of 9) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dtokentransactiondesc.h11 struct TokenTx;
21 …static QString toHTML(interfaces::Wallet& wallet, interfaces::TokenTx& wtx, TokenTransactionRecord…
26 static QString FormatTxStatus(interfaces::Wallet& wallet, const interfaces::TokenTx& wtx);
H A Dtokentransactionrecord.h13 struct TokenTx;
74 …ransactionRecord> decomposeTransaction(interfaces::Wallet &wallet, const interfaces::TokenTx &wtx);
H A Dtokentransactiondesc.cpp77 QString TokenTransactionDesc::FormatTxStatus(interfaces::Wallet &wallet, const interfaces::TokenTx in FormatTxStatus()
111 QString TokenTransactionDesc::toHTML(interfaces::Wallet &wallet, interfaces::TokenTx &wtx, TokenTra… in toHTML()
H A Dtokentransactionrecord.cpp15 …TransactionRecord::decomposeTransaction(interfaces::Wallet &wallet, const interfaces::TokenTx &wtx) in decomposeTransaction()
H A Dtokentransactiontablemodel.cpp79 for(interfaces::TokenTx wtokenTx : wallet.getTokenTxs()) in refreshWallet()
114 interfaces::TokenTx wtokenTx = wallet.getTokenTx(hash); in updateWallet()
240 interfaces::TokenTx wtokenTx = wallet.getTokenTx(rec->hash); in describe()
H A Dsendtokenpage.cpp198 interfaces::TokenTx tokenTx; in on_confirmClicked()
H A Dtokenitemmodel.cpp133 interfaces::TokenTx tokenTx; in updateTokenTx()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/interfaces/
H A Dwallet.h45 struct TokenTx;
290 virtual bool addTokenTxEntry(const TokenTx& tokenTx, bool fFlushOnClose=true) = 0;
302 virtual TokenTx getTokenTx(const uint256& txid) = 0;
305 virtual std::vector<TokenTx> getTokenTxs() = 0;
320 …virtual bool getTokenTxDetails(const TokenTx &wtx, uint256& credit, uint256& debit, std::string& t…
326 virtual bool isTokenTxMine(const TokenTx &wtx) = 0;
589 struct TokenTx struct
H A Dwallet.cpp145 CTokenTx MakeTokenTx(const TokenTx& tokenTx) in MakeTokenTx()
161 TokenTx MakeWalletTokenTx(const CTokenTx& tokenTx) in MakeWalletTokenTx()
163 TokenTx result; in MakeWalletTokenTx()
801 bool addTokenTxEntry(const TokenTx& tokenTx, bool fFlushOnClose) override in addTokenTxEntry()
837 TokenTx getTokenTx(const uint256& txid) override in getTokenTx()
848 std::vector<TokenTx> getTokenTxs() override in getTokenTxs()
853 std::vector<TokenTx> result; in getTokenTxs()
902 …bool getTokenTxDetails(const TokenTx &wtx, uint256& credit, uint256& debit, std::string& tokenSymb… in getTokenTxDetails()
906 bool isTokenTxMine(const TokenTx &wtx) override in isTokenTxMine()