rippled
Loading...
Searching...
No Matches
GetCounts.h
1#ifndef XRPL_RPC_HANDLERS_GETCOUNTS_H_INCLUDED
2#define XRPL_RPC_HANDLERS_GETCOUNTS_H_INCLUDED
3
4#include <xrpld/app/main/Application.h>
5
6#include <xrpl/json/Object.h>
7
8namespace ripple {
9
11getCountsJson(Application& app, int minObjectCount);
12
13}
14
15#endif
Represents a JSON value.
Definition json_value.h:130
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
Json::Value getCountsJson(Application &app, int minObjectCount)
Definition GetCounts.cpp:43