rippled
Loading...
Searching...
No Matches
noop.h
1#ifndef XRPL_TEST_JTX_NOOP_H_INCLUDED
2#define XRPL_TEST_JTX_NOOP_H_INCLUDED
3
4#include <test/jtx/flags.h>
5
6namespace ripple {
7namespace test {
8namespace jtx {
9
11inline Json::Value
12noop(Account const& account)
13{
14 return fset(account, 0);
15}
16
17} // namespace jtx
18} // namespace test
19} // namespace ripple
20
21#endif
Represents a JSON value.
Definition json_value.h:130
Immutable cryptographic account descriptor.
Definition Account.h:20
Json::Value fset(Account const &account, std::uint32_t on, std::uint32_t off=0)
Add and/or remove flag.
Definition flags.cpp:10
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6