rippled
Loading...
Searching...
No Matches
acctdelete.h
1#ifndef XRPL_TEST_JTX_ACCTDELETE_H_INCLUDED
2#define XRPL_TEST_JTX_ACCTDELETE_H_INCLUDED
3
4#include <test/jtx/Account.h>
5#include <test/jtx/Env.h>
6
7#include <xrpl/beast/unit_test/suite.h>
8
9namespace ripple {
10namespace test {
11namespace jtx {
12
15acctdelete(Account const& account, Account const& dest);
16
17// Close the ledger until the ledger sequence is large enough to close
18// the account. If margin is specified, close the ledger so `margin`
19// more closes are needed
20void
22 jtx::Env& env,
23 jtx::Account const& acc,
24 std::uint32_t margin = 0);
25
26} // namespace jtx
27
28} // namespace test
29} // namespace ripple
30
31#endif
Represents a JSON value.
Definition json_value.h:130
void incLgrSeqForAccDel(jtx::Env &env, jtx::Account const &acc, std::uint32_t margin=0)
Json::Value acctdelete(Account const &account, Account const &dest)
Delete account.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6