Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Private Member Functions | List of all members
WaitForLogsParams Class Reference

Public Member Functions

 WaitForLogsParams (const UniValue &params)
 

Public Attributes

int fromBlock
 
int toBlock
 
int minconf
 
std::set< dev::h160addresses
 
std::vector< boost::optional< dev::h256 > > topics
 

Private Member Functions

void parseFilter (const UniValue &val)
 

Detailed Description

Definition at line 1247 of file blockchain.cpp.

Constructor & Destructor Documentation

WaitForLogsParams::WaitForLogsParams ( const UniValue params)
inline

Definition at line 1259 of file blockchain.cpp.

Here is the call graph for this function:

Member Function Documentation

void WaitForLogsParams::parseFilter ( const UniValue val)
inlineprivate

Definition at line 1270 of file blockchain.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

std::set<dev::h160> WaitForLogsParams::addresses

Definition at line 1254 of file blockchain.cpp.

int WaitForLogsParams::fromBlock

Definition at line 1249 of file blockchain.cpp.

int WaitForLogsParams::minconf

Definition at line 1252 of file blockchain.cpp.

int WaitForLogsParams::toBlock

Definition at line 1250 of file blockchain.cpp.

std::vector<boost::optional<dev::h256> > WaitForLogsParams::topics

Definition at line 1255 of file blockchain.cpp.


The documentation for this class was generated from the following file: