mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
GatewayBalances RPC command
RPC command to get a gateway's hot wallet balances and total obligations.
This commit is contained in:
@@ -79,8 +79,10 @@ JSS ( age ); // out: UniqueNodeList, NetworkOPs
|
||||
JSS ( alternatives ); // out: PathRequest, RipplePathFind
|
||||
JSS ( amendment_blocked ); // out: NetworkOPs
|
||||
JSS ( asks ); // out: Subscribe
|
||||
JSS ( assets ); // out: GatewayBalances
|
||||
JSS ( authorized ); // out: AccountLines
|
||||
JSS ( balance ); // out: AccountLines
|
||||
JSS ( balances ); // out: GatewayBalances
|
||||
JSS ( base ); // out: LogLevel
|
||||
JSS ( base_fee ); // out: NetworkOPs
|
||||
JSS ( base_fee_xrp ); // out: NetworkOPs
|
||||
@@ -252,6 +254,7 @@ JSS ( node_reads_total ); // out: GetCounts
|
||||
JSS ( node_writes ); // out: GetCounts
|
||||
JSS ( node_written_bytes ); // out: GetCounts
|
||||
JSS ( nodes ); // out: LedgerEntrySet, PathState
|
||||
JSS ( obligations ); // out: GatewayBalances
|
||||
JSS ( offer ); // in: LedgerEntry
|
||||
JSS ( offers ); // out: NetworkOPs, AccountOffers, Subscribe
|
||||
JSS ( offline ); // in: TransactionSign
|
||||
|
||||
Reference in New Issue
Block a user