handle string ledger_index values in doAccountTx (#162)

* handle string ledger_index values in doAccountTx

* return ledgerInfo when ledger_hash is specified
This commit is contained in:
Nathan Nichols
2022-06-02 15:53:12 -05:00
committed by GitHub
parent f90dac2f85
commit 31cc06d4f4
4 changed files with 1464 additions and 22 deletions

View File

@@ -6,6 +6,7 @@
#include <cstdint>
#include <shared_mutex>
#include <string>
#include <unordered_map>
namespace RPC {