GatewayBalances RPC command

RPC command to get a gateway's hot wallet balances
and total obligations.
This commit is contained in:
JoelKatz
2015-05-13 09:44:19 -07:00
committed by Nik Bougalis
parent 17020ffc54
commit e0907ede4f
9 changed files with 283 additions and 1 deletions

View File

@@ -2967,6 +2967,9 @@
<ClCompile Include="..\..\src\ripple\rpc\handlers\FetchInfo.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\GatewayBalances.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\GetCounts.cpp">
<ExcludedFromBuild>True</ExcludedFromBuild>
</ClCompile>

View File

@@ -3651,6 +3651,9 @@
<ClCompile Include="..\..\src\ripple\rpc\handlers\FetchInfo.cpp">
<Filter>ripple\rpc\handlers</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\GatewayBalances.cpp">
<Filter>ripple\rpc\handlers</Filter>
</ClCompile>
<ClCompile Include="..\..\src\ripple\rpc\handlers\GetCounts.cpp">
<Filter>ripple\rpc\handlers</Filter>
</ClCompile>