1#include <test/jtx/Account.h>
2#include <test/jtx/ledgerStateFix.h>
4#include <xrpl/basics/base_uint.h>
5#include <xrpl/json/json_value.h>
6#include <xrpl/protocol/SField.h>
7#include <xrpl/protocol/jss.h>
8#include <xrpl/tx/transactors/system/LedgerStateFix.h>
19 jv[sfAccount.jsonName] = acct.
human();
21 jv[sfOwner.jsonName] = owner.
human();
22 jv[sfTransactionType.jsonName] = jss::LedgerStateFix;
31 jv[sfAccount.jsonName] = acct.
human();
33 jv[sfBookDirectory.jsonName] =
to_string(bookDir);
34 jv[sfTransactionType.jsonName] = jss::LedgerStateFix;
Immutable cryptographic account descriptor.
std::string const & human() const
Returns the human readable public key.
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.
std::string to_string(BaseUInt< Bits, Tag > const &a)