diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2014-12-01 12:38:42 +0100 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-04-21 20:26:49 +0200 |
commit | 97ee8665497c78aff2f30c2f652b7afd376b5323 (patch) | |
tree | cd3c73c54ec6e513d53a101d6f731eaea1b2a2ea /src/rpcserver.h | |
parent | b6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff) |
[REST] getutxos REST command (based on Bip64)
has parts of @mhearn #4351
* allows querying the utxos over REST
* same binary input and outputs as mentioned in Bip64
* input format = output format
* various rpc/rest regtests
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index c3200d8c35..8dcad26106 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -237,6 +237,7 @@ extern json_spirit::Value reconsiderblock(const json_spirit::Array& params, bool // in rest.cpp extern bool HTTPReq_REST(AcceptedConnection *conn, const std::string& strURI, + const std::string& strRequest, const std::map<std::string, std::string>& mapHeaders, bool fRun); |