xrpld
Loading...
Searching...
No Matches
test
jtx
noop.h
1
#pragma once
2
3
#include <test/jtx/flags.h>
4
5
namespace
xrpl::test::jtx
{
6
8
inline
json::Value
9
noop
(
Account
const
& account)
10
{
11
return
fset
(account, 0);
12
}
13
14
}
// namespace xrpl::test::jtx
xrpl::test::jtx::Account
Immutable cryptographic account descriptor.
Definition
jtx/Account.h:17
xrpl::test::jtx
Definition
Oracle_test.cpp:34
xrpl::test::jtx::noop
json::Value noop(Account const &account)
The null transaction.
Definition
noop.h:9
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