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