Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
HasJSON Class Reference

Public Member Functions

 HasJSON (std::string json)
 
bool operator() (const UniValue &value) const
 

Private Attributes

const std::string m_json
 

Detailed Description

Definition at line 27 of file rpc_tests.cpp.

Constructor & Destructor Documentation

◆ HasJSON()

HasJSON::HasJSON ( std::string  json)
inlineexplicit

Definition at line 30 of file rpc_tests.cpp.

Member Function Documentation

◆ operator()()

bool HasJSON::operator() ( const UniValue value) const
inline

Definition at line 31 of file rpc_tests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_json

const std::string HasJSON::m_json
private

Definition at line 39 of file rpc_tests.cpp.


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