rippled
Loading...
Searching...
No Matches
noop.h
1#pragma once
2
3#include <test/jtx/flags.h>
4
5namespace xrpl {
6namespace test {
7namespace jtx {
8
10inline Json::Value
11noop(Account const& account)
12{
13 return fset(account, 0);
14}
15
16} // namespace jtx
17} // namespace test
18} // namespace xrpl
Represents a JSON value.
Definition json_value.h:130
Immutable cryptographic account descriptor.
Definition Account.h:19
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:5