xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::ledgerStateFix Namespace Reference

LedgerStateFix operations. More...

Functions

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.

Detailed Description

LedgerStateFix operations.

Function Documentation

◆ nftPageLinks()

json::Value xrpl::test::jtx::ledgerStateFix::nftPageLinks ( jtx::Account const & acct,
jtx::Account const & owner )

Repair the links in an NFToken directory.

Definition at line 16 of file ledgerStateFixes.cpp.

◆ bookExchangeRate()

json::Value xrpl::test::jtx::ledgerStateFix::bookExchangeRate ( jtx::Account const & acct,
uint256 const & bookDir )

Repair sfExchangeRate on a book directory's first page.

Definition at line 28 of file ledgerStateFixes.cpp.