xrpld
Loading...
Searching...
No Matches
ledgerStateFix.h
1#pragma once
2
3#include <test/jtx/Account.h>
4#include <test/jtx/Env.h>
5
8
10json::Value
11nftPageLinks(jtx::Account const& acct, jtx::Account const& owner);
12
14json::Value
15bookExchangeRate(jtx::Account const& acct, uint256 const& bookDir);
16
17} // namespace xrpl::test::jtx::ledgerStateFix
LedgerStateFix operations.
json::Value bookExchangeRate(jtx::Account const &acct, uint256 const &bookDir)
Repair sfExchangeRate on a book directory's first page.
json::Value nftPageLinks(jtx::Account const &acct, jtx::Account const &owner)
Repair the links in an NFToken directory.
BaseUInt< 256 > uint256
Definition base_uint.h:562