xrpld
Loading...
Searching...
No Matches
ledgerStateFix.h
1#pragma once
2
3#include <test/jtx/Account.h>
4
5#include <xrpl/basics/base_uint.h>
6#include <xrpl/json/json_value.h>
7
12
16json::Value
17nftPageLinks(jtx::Account const& acct, jtx::Account const& owner);
18
22json::Value
23bookExchangeRate(jtx::Account const& acct, uint256 const& bookDir);
24
25} // namespace xrpl::test::jtx::ledger_state_fix
json::Value nftPageLinks(jtx::Account const &acct, jtx::Account const &owner)
Repair the links in an NFToken directory.
json::Value bookExchangeRate(jtx::Account const &acct, uint256 const &bookDir)
Repair sfExchangeRate on a book directory's first page.
BaseUInt< 256 > uint256
Definition base_uint.h:580