From aefc1ac864f7a52fcce577f4fa9e758530ec390e Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 30 Jul 2014 15:40:14 -0700 Subject: [PATCH] re-added server_info and server_state to the list of methods --- websocket_api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/websocket_api.md b/websocket_api.md index d83082d094..644b4c2b2c 100644 --- a/websocket_api.md +++ b/websocket_api.md @@ -372,6 +372,8 @@ This page deals with all the Public Commands available. * [`ping` - Confirm connectivity with the server](#ping) * [`random` - Generate a random number](#random) * [`ripple_path_find` - Find a path for payment between two accounts, once](#ripple-path-find) +* [`server_info` - Retrieve status of the server in human-readable format](#server-info) +* [`server_state` - Retrieve status of the server in machine-readable format](#server-state) * [`sign` - Cryptographically sign a transaction](#sign) * [`submit` - Send a transaction to the network](#submit) * [`subscribe` - Listen for updates about a particular subject](#subscribe)