rippled
Loading...
Searching...
No Matches
ledgerStateFix.h
1#pragma once
2
3#include <test/jtx/Account.h>
4#include <test/jtx/Env.h>
5
6namespace xrpl {
7namespace test {
8namespace jtx {
9
11namespace ledgerStateFix {
12
15nftPageLinks(jtx::Account const& acct, jtx::Account const& owner);
16
17} // namespace ledgerStateFix
18
19} // namespace jtx
20
21} // namespace test
22} // namespace xrpl
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:5