mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 10:35:50 +00:00
first
This commit is contained in:
16
UniqueNodeList.h
Normal file
16
UniqueNodeList.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __UNIQUE_NODE_LIST__
|
||||
#define __UNIQUE_NODE_LIST__
|
||||
#include "newcoin.pb.h"
|
||||
|
||||
class UniqueNodeList
|
||||
{
|
||||
public:
|
||||
void load();
|
||||
void save();
|
||||
|
||||
bool findHanko(const std::string& hanko);
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user