PIVX Core  5.6.99
P2P Digital Currency
Functions | Variables
invalid_out Namespace Reference

Functions

UniValue read_json (const std::string &jsondata)
 
bool LoadOutpoints ()
 
bool ContainsOutPoint (const COutPoint &out)
 

Variables

std::set< COutPointsetInvalidOutPoints
 

Function Documentation

◆ ContainsOutPoint()

bool invalid_out::ContainsOutPoint ( const COutPoint out)

Definition at line 57 of file invalid.cpp.

Here is the caller graph for this function:

◆ LoadOutpoints()

bool invalid_out::LoadOutpoints ( )

Definition at line 27 of file invalid.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ read_json()

UniValue invalid_out::read_json ( const std::string &  jsondata)

Definition at line 16 of file invalid.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ setInvalidOutPoints

std::set< COutPoint > invalid_out::setInvalidOutPoints

Definition at line 14 of file invalid.cpp.