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