mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef __VALIDATION_COLLECTION__
|
||||
#define __VALIDATION_COLLECTION__
|
||||
|
||||
#include "newcoin.pb.h"
|
||||
#include "types.h"
|
||||
#include "uint256.h"
|
||||
|
||||
class ValidationCollection
|
||||
{
|
||||
@@ -14,4 +16,6 @@ public:
|
||||
void addValidation(newcoin::Validation& valid);
|
||||
|
||||
std::vector<newcoin::Validation>* getValidations(uint64 ledgerIndex);
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user