rippled
Loading...
Searching...
No Matches
rate.h
1#pragma once
2
3#include <test/jtx/Account.h>
4
5#include <xrpl/json/json_value.h>
6
7namespace xrpl {
8namespace test {
9namespace jtx {
10
13rate(Account const& account, double multiplier);
14
15} // namespace jtx
16} // namespace test
17} // namespace xrpl
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:5