rippled
Loading...
Searching...
No Matches
GetCounts.h
1#pragma once
2
3#include <xrpld/app/main/Application.h>
4
5namespace xrpl {
6
8getCountsJson(Application& app, int minObjectCount);
9
10}
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:5
Json::Value getCountsJson(Application &app, int minObjectCount)
Definition GetCounts.cpp:39