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
6namespace xrpl {
7
9getCountsJson(Application& app, int minObjectCount);
10
11}
12
13#endif
Represents a JSON value.
Definition json_value.h:131
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