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