rippled
Loading...
Searching...
No Matches
xrpld
rpc
handlers
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
8
namespace
ripple
{
9
10
Json::Value
11
getCountsJson
(Application& app,
int
minObjectCount);
12
13
}
14
15
#endif
Json::Value
Represents a JSON value.
Definition
json_value.h:130
ripple
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:6
ripple::getCountsJson
Json::Value getCountsJson(Application &app, int minObjectCount)
Definition
GetCounts.cpp:43
Generated by
1.9.8