refactor: Rename (mostly keylet) functions to more closely match the docs (#7059)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mayukha Vadari
2026-06-26 06:24:12 -04:00
committed by GitHub
parent 0711a7b493
commit b9eee1d245
114 changed files with 825 additions and 812 deletions

View File

@@ -1511,7 +1511,7 @@ public:
env.close();
// Verify that the SignerList object was created correctly.
auto const& sle = env.le(keylet::signers(alice.id()));
auto const& sle = env.le(keylet::signerList(alice.id()));
BEAST_EXPECT(sle);
BEAST_EXPECT(sle->getFieldArray(sfSignerEntries).size() == 2);
if (features[fixIncludeKeyletFields])