RPC - Add getspecialtxes RPC (#108)

* RPC - Add getspecialtxes RPC
 Related to dashpay/dash#2688

* RPC - Add getspecialtxes to RPC summary table
This commit is contained in:
thephez 2019-03-06 10:24:50 -05:00 committed by GitHub
parent c2e6fae3cf
commit 5387d8ec44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 242 additions and 1 deletions

View file

@ -250,6 +250,7 @@ devsearches:
- 'GetRawTransaction': "/en/developer-reference#getrawtransaction"
- 'GetReceivedByAccount': "/en/developer-reference#getreceivedbyaccount"
- 'GetReceivedByAddress': "/en/developer-reference#getreceivedbyaddress"
- 'GetSpecialTxes': "/en/developer-reference#getspecialtxes"
- 'GetSpentInfo': "/en/developer-reference#getspentinfo"
- 'GetSuperblockBudget': "/en/developer-reference#getsuperblockbudget"
- 'GetTransaction': "/en/developer-reference#gettransaction"