#include <eventlog.h>
|
| EventLog () |
| EventLog Constructor. More...
|
|
| ~EventLog () |
| ~EventLog Destructor More...
|
|
bool | searchTokenTx (int64_t fromBlock, int64_t toBlock, std::string strContractAddress, std::string strSenderAddress, QVariant &result) |
| searchTokenTx Search the event log for token transactions More...
|
|
bool | search (int64_t fromBlock, int64_t toBlock, const std::vector< std::string > addresses, const std::vector< std::string > topics, QVariant &result) |
| search Search for log events More...
|
|
Definition at line 10 of file eventlog.h.
bool EventLog::search |
( |
int64_t |
fromBlock, |
|
|
int64_t |
toBlock, |
|
|
const std::vector< std::string > |
addresses, |
|
|
const std::vector< std::string > |
topics, |
|
|
QVariant & |
result |
|
) |
| |
search Search for log events
- Parameters
-
fromBlock | Begin from block |
toBlock | End to block |
addresses | Contract address |
topics | Event topics |
result | Result of the performed call |
- Returns
- success of the operation
Definition at line 75 of file eventlog.cpp.
bool EventLog::searchTokenTx |
( |
int64_t |
fromBlock, |
|
|
int64_t |
toBlock, |
|
|
std::string |
strContractAddress, |
|
|
std::string |
strSenderAddress, |
|
|
QVariant & |
result |
|
) |
| |
searchTokenTx Search the event log for token transactions
- Parameters
-
fromBlock | Begin from block |
toBlock | End to block |
strContractAddress | Token contract address |
strSenderAddress | Token sender address |
result | Result of the performed call |
- Returns
- success of the operation
Definition at line 58 of file eventlog.cpp.
void EventLog::setAddresses |
( |
const std::vector< std::string > |
addresses | ) |
|
|
private |
void EventLog::setEndBlock |
( |
int64_t |
toBlock | ) |
|
|
private |
void EventLog::setStartBlock |
( |
int64_t |
fromBlock | ) |
|
|
private |
void EventLog::setTopics |
( |
const std::vector< std::string > |
topics | ) |
|
|
private |
QMap<QString, QString> EventLog::m_lstParams |
|
private |
The documentation for this class was generated from the following files: