xrpld
Loading...
Searching...
No Matches
test
jtx
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
8
namespace
xrpl::test::jtx
{
9
13
inline
json::Value
14
noop
(
Account
const
& account)
15
{
16
return
fset
(account, 0);
17
}
18
19
}
// namespace xrpl::test::jtx
xrpl::test::jtx::Account
Immutable cryptographic account descriptor.
Definition
jtx/Account.h:21
xrpl::test::jtx
Definition
Oracle_test.cpp:34
xrpl::test::jtx::noop
json::Value noop(Account const &account)
The null transaction.
Definition
noop.h:14
xrpl::test::jtx::fset
json::Value fset(Account const &account, std::uint32_t on, std::uint32_t off=0)
Add and/or remove flag.
Definition
flags.cpp:15
Generated by
1.16.1