Reorganize transactors into feature subdirectories

- Rename subdirs to lowercase (AMM→amm, Check→check, NFT→nft, etc.)
- Merge AMM and Offer into dex/, add PermissionedDEXHelpers
- Rename mpt→token, add SetTrust and Clawback
- Group: account, bridge, oracle, payment, system, escrow, did,
  credentials, payment_channel, permissioned_domain, vault, lending

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vito
2026-03-05 14:35:24 +01:00
parent 08e734457f
commit bd7d9efa03
165 changed files with 217 additions and 217 deletions

View File

@@ -13,7 +13,7 @@
#include <xrpl/protocol/jss.h>
#include <xrpl/server/NetworkOPs.h>
#include <xrpl/tx/apply.h>
#include <xrpl/tx/transactors/Batch.h>
#include <xrpl/tx/transactors/system/Batch.h>
namespace xrpl {
namespace test {