refactor: move API functions from RPCHelpers.h to ApiVersion.h (#5889)

This change moves two functions, `setVersion` and `getAPIVersionNumber`, from `RPCHelpers.h` to `ApiVersion.h`.
This commit is contained in:
Mayukha Vadari
2025-11-03 14:09:14 -05:00
committed by GitHub
parent 63a08560ca
commit b18dece145
26 changed files with 93 additions and 96 deletions

View File

@@ -24,8 +24,8 @@
#include <test/jtx/pay.h>
#include <xrpld/rpc/RPCHandler.h>
#include <xrpld/rpc/detail/RPCHelpers.h>
#include <xrpl/protocol/ApiVersion.h>
#include <xrpl/protocol/STParsedJSON.h>
#include <xrpl/resource/Fees.h>