rippled
Loading...
Searching...
No Matches
ledgerStateFix.h
1#ifndef XRPL_TEST_JTX_LEDGER_STATE_FIX_H_INCLUDED
2#define XRPL_TEST_JTX_LEDGER_STATE_FIX_H_INCLUDED
3
4#include <test/jtx/Account.h>
5#include <test/jtx/Env.h>
6
7namespace ripple {
8namespace test {
9namespace jtx {
10
12namespace ledgerStateFix {
13
16nftPageLinks(jtx::Account const& acct, jtx::Account const& owner);
17
18} // namespace ledgerStateFix
19
20} // namespace jtx
21
22} // namespace test
23} // namespace ripple
24
25#endif
Represents a JSON value.
Definition json_value.h:130
Json::Value nftPageLinks(jtx::Account const &acct, jtx::Account const &owner)
Repair the links in an NFToken directory.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6