account_info implementation in new RPC framework (#573)

Fixes #574
This commit is contained in:
cyan317
2023-04-03 17:03:48 +01:00
committed by GitHub
parent 232acaeff2
commit a1f93b09f7
14 changed files with 736 additions and 8 deletions

View File

@@ -219,3 +219,6 @@ CreateNFTBuyOffer(std::string_view tokenID, std::string_view account);
[[nodiscard]] ripple::STObject
CreateNFTSellOffer(std::string_view tokenID, std::string_view account);
ripple::STObject
CreateSignerLists(std::vector<std::pair<std::string, uint32_t>> const& signers);