xrpld
Loading...
Searching...
No Matches
noop.h
1#pragma once
2
3#include <test/jtx/flags.h>
4
5namespace xrpl::test::jtx {
6
8inline json::Value
9noop(Account const& account)
10{
11 return fset(account, 0);
12}
13
14} // namespace xrpl::test::jtx
Immutable cryptographic account descriptor.
Definition jtx/Account.h:17
json::Value noop(Account const &account)
The null transaction.
Definition noop.h:9
json::Value fset(Account const &account, std::uint32_t on, std::uint32_t off=0)
Add and/or remove flag.
Definition flags.cpp:15