mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Rework the way PF API request validity is checked against the ledger.
This commit is contained in:
@@ -61,10 +61,11 @@ public:
|
||||
|
||||
PFRequest(const boost::shared_ptr<InfoSub>& subscriber);
|
||||
|
||||
bool isValid(const boost::shared_ptr<Ledger>&);
|
||||
bool isValid();
|
||||
Json::Value getStatus();
|
||||
|
||||
Json::Value doCreate(const Json::Value&);
|
||||
Json::Value doCreate(const boost::shared_ptr<Ledger>&, const Json::Value&);
|
||||
Json::Value doClose(const Json::Value&);
|
||||
Json::Value doStatus(const Json::Value&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user