Add rough RPC credit_set and transit_set.

This commit is contained in:
Arthur Britto
2012-05-21 17:29:35 -07:00
parent d76bb9834c
commit 5def79dda0
2 changed files with 213 additions and 23 deletions

View File

@@ -37,13 +37,16 @@ class RPCServer : public boost::enable_shared_from_this<RPCServer>
SerializedLedgerEntry::pointer& sleSrc);
Json::Value doAccountInfo(Json::Value& params);
Json::Value doBorrowSet(Json::Value& params);
Json::Value doConnect(Json::Value& params);
Json::Value doCreditSet(Json::Value& params);
Json::Value doLedger(Json::Value& params);
Json::Value doPeers(Json::Value& params);
Json::Value doSend(Json::Value& params);
Json::Value doSessionClose(Json::Value& params);
Json::Value doSessionOpen(Json::Value& params);
Json::Value doStop(Json::Value& params);
Json::Value doTransitSet(Json::Value& params);
Json::Value doTx(Json::Value& params);
Json::Value doUnlAdd(Json::Value& params);