refactor: Decouple net from xrpld and move rpc-related classes to the rpc folder (#5477)

As a step of modularisation, this change moves code from `xrpld` to `libxrpl`.
This commit is contained in:
Jingchen
2025-08-16 00:27:13 +01:00
committed by GitHub
parent fb89213d4d
commit ceb0ce5634
33 changed files with 83 additions and 64 deletions

View File

@@ -19,7 +19,7 @@
#include <test/jtx/utility.h>
#include <xrpld/net/RPCCall.h>
#include <xrpld/rpc/RPCCall.h>
#include <xrpl/basics/contract.h>
#include <xrpl/json/Object.h>