rippled
Loading...
Searching...
No Matches
rate.h
1#ifndef XRPL_TEST_JTX_RATE_H_INCLUDED
2#define XRPL_TEST_JTX_RATE_H_INCLUDED
3
4#include <test/jtx/Account.h>
5
6#include <xrpl/json/json_value.h>
7
8namespace ripple {
9namespace test {
10namespace jtx {
11
14rate(Account const& account, double multiplier);
15
16} // namespace jtx
17} // namespace test
18} // namespace ripple
19
20#endif
Represents a JSON value.
Definition json_value.h:130
Json::Value rate(Account const &account, double multiplier)
Set a transfer rate.
Definition rate.cpp:13
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6