mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
start reworking API
This commit is contained in:
@@ -1813,6 +1813,12 @@ Json::Value RPCServer::doRippleLinesGet(const Json::Value ¶ms)
|
||||
return ret;
|
||||
}
|
||||
|
||||
// submit any transaction to the network
|
||||
Json::Value RPCServer::doSubmit(const Json::Value& params)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// send regular_seed paying_account account_id amount [currency] [issuer] [send_max] [send_currency] [send_issuer]
|
||||
Json::Value RPCServer::doSend(const Json::Value& params)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user