Feature complete oracles CC

This commit is contained in:
jl777
2018-09-03 03:06:45 -11:00
parent 71d6c154a5
commit 26ca942ec5
7 changed files with 300 additions and 41 deletions

View File

@@ -230,6 +230,7 @@ extern UniValue oraclescreate(const UniValue& params, bool fHelp);
extern UniValue oraclesregister(const UniValue& params, bool fHelp);
extern UniValue oraclessubscribe(const UniValue& params, bool fHelp);
extern UniValue oraclesdata(const UniValue& params, bool fHelp);
extern UniValue oraclessamples(const UniValue& params, bool fHelp);
extern UniValue pricesaddress(const UniValue& params, bool fHelp);
extern UniValue pegsaddress(const UniValue& params, bool fHelp);
extern UniValue triggersaddress(const UniValue& params, bool fHelp);