rippled
Loading...
Searching...
No Matches
acctdelete.h
1#pragma once
2
3#include <test/jtx/Account.h>
4#include <test/jtx/Env.h>
5
6#include <xrpl/beast/unit_test/suite.h>
7
8namespace xrpl {
9namespace test {
10namespace jtx {
11
14acctdelete(Account const& account, Account const& dest);
15
16// Close the ledger until the ledger sequence is large enough to close
17// the account. If margin is specified, close the ledger so `margin`
18// more closes are needed
19void
20incLgrSeqForAccDel(jtx::Env& env, jtx::Account const& acc, std::uint32_t margin = 0);
21
22} // namespace jtx
23
24} // namespace test
25} // namespace xrpl
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:5