mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 10:35:50 +00:00
Add gRPC support (#3127):
* add support for AccountInfo, Fee and Submit RPCs * add partial support for Tx RPC (only supports Payments)
This commit is contained in:
@@ -49,7 +49,7 @@ namespace ripple {
|
||||
|
||||
// gateway_balances [<ledger>] <account> [<howallet> [<hotwallet [...
|
||||
|
||||
Json::Value doGatewayBalances (RPC::Context& context)
|
||||
Json::Value doGatewayBalances (RPC::JsonContext& context)
|
||||
{
|
||||
auto& params = context.params;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user