From 4857c02db53b5dfb63a1e38b8a7194a289fcab2d Mon Sep 17 00:00:00 2001 From: Gareth Davies Date: Tue, 27 Aug 2019 13:43:20 -0700 Subject: [PATCH] Update to 2.0.7 --- addmultisigaddress.html | 42 ++- addnode.html | 42 ++- backupwallet.html | 42 ++- clearbanned.html | 42 ++- createmultisig.html | 42 ++- createrawtransaction.html | 44 ++- decoderawtransaction.html | 42 ++- decodescript.html | 42 ++- disconnectnode.html | 42 ++- dumpprivkey.html | 42 ++- dumpwallet.html | 42 ++- encryptwallet.html | 42 ++- estimatefee.html | 42 ++- estimatepriority.html | 42 ++- fundrawtransaction.html | 42 ++- generate.html | 42 ++- getaccount.html | 42 ++- getaccountaddress.html | 42 ++- getaddednodeinfo.html | 42 ++- getaddressbalance.html | 561 +++++++++++++++++++++++++++++ getaddressdeltas.html | 598 +++++++++++++++++++++++++++++++ getaddressesbyaccount.html | 42 ++- getaddressmempool.html | 568 +++++++++++++++++++++++++++++ getaddresstxids.html | 565 +++++++++++++++++++++++++++++ getaddressutxos.html | 586 ++++++++++++++++++++++++++++++ getbalance.html | 42 ++- getbestblockhash.html | 42 ++- getblock.html | 42 ++- getblockchaininfo.html | 43 ++- getblockcount.html | 42 ++- getblockdeltas.html | 587 ++++++++++++++++++++++++++++++ getblockhash.html | 42 ++- getblockhashes.html | 568 +++++++++++++++++++++++++++++ getblockheader.html | 42 ++- getblocksubsidy.html | 42 ++- getblocktemplate.html | 42 ++- getchaintips.html | 42 ++- getconnectioncount.html | 42 ++- getdeprecationinfo.html | 42 ++- getdifficulty.html | 42 ++- getgenerate.html | 42 ++- getinfo.html | 42 ++- getlocalsolps.html | 42 ++- getmempoolinfo.html | 42 ++- getmininginfo.html | 42 ++- getnettotals.html | 42 ++- getnetworkhashps.html | 42 ++- getnetworkinfo.html | 42 ++- getnetworksolps.html | 42 ++- getnewaddress.html | 42 ++- getpeerinfo.html | 42 ++- getrawchangeaddress.html | 42 ++- getrawmempool.html | 42 ++- getrawtransaction.html | 42 ++- getreceivedbyaccount.html | 42 ++- getreceivedbyaddress.html | 42 ++- getspentinfo.html | 557 ++++++++++++++++++++++++++++ gettransaction.html | 42 ++- gettxout.html | 42 ++- gettxoutproof.html | 42 ++- gettxoutsetinfo.html | 42 ++- getunconfirmedbalance.html | 42 ++- getwalletinfo.html | 42 ++- help.html | 42 ++- importaddress.html | 42 ++- importprivkey.html | 42 ++- importwallet.html | 42 ++- index.html | 42 ++- keypoolrefill.html | 42 ++- listaccounts.html | 42 ++- listaddressgroupings.html | 42 ++- listbanned.html | 42 ++- listlockunspent.html | 42 ++- listreceivedbyaccount.html | 42 ++- listreceivedbyaddress.html | 42 ++- listsinceblock.html | 42 ++- listtransactions.html | 42 ++- listunspent.html | 42 ++- lockunspent.html | 42 ++- move.html | 42 ++- ping.html | 42 ++- prioritisetransaction.html | 42 ++- script/template.html | 8 +- sendfrom.html | 42 ++- sendmany.html | 42 ++- sendrawtransaction.html | 42 ++- sendtoaddress.html | 42 ++- setaccount.html | 42 ++- setban.html | 42 ++- setgenerate.html | 42 ++- settxfee.html | 42 ++- signmessage.html | 42 ++- signrawtransaction.html | 42 ++- stop.html | 42 ++- submitblock.html | 42 ++- validateaddress.html | 42 ++- verifychain.html | 42 ++- verifymessage.html | 42 ++- verifytxoutproof.html | 42 ++- z_exportkey.html | 42 ++- z_exportviewingkey.html | 42 ++- z_exportwallet.html | 42 ++- z_getbalance.html | 42 ++- z_getmigrationstatus.html | 42 ++- z_getnewaddress.html | 42 ++- z_getoperationresult.html | 42 ++- z_getoperationstatus.html | 42 ++- z_getpaymentdisclosure.html | 42 ++- z_gettotalbalance.html | 46 ++- z_importkey.html | 42 ++- z_importviewingkey.html | 42 ++- z_importwallet.html | 42 ++- z_listaddresses.html | 42 ++- z_listoperationids.html | 42 ++- z_listreceivedbyaddress.html | 42 ++- z_listunspent.html | 42 ++- z_mergetoaddress.html | 42 ++- z_sendmany.html | 42 ++- z_setmigration.html | 42 ++- z_shieldcoinbase.html | 42 ++- z_validateaddress.html | 42 ++- z_validatepaymentdisclosure.html | 42 ++- zcbenchmark.html | 42 ++- zcrawjoinsplit.html | 42 ++- zcrawkeygen.html | 42 ++- zcrawreceive.html | 42 ++- zcsamplejoinsplit.html | 42 ++- 127 files changed, 9081 insertions(+), 480 deletions(-) create mode 100644 getaddressbalance.html create mode 100644 getaddressdeltas.html create mode 100644 getaddressmempool.html create mode 100644 getaddresstxids.html create mode 100644 getaddressutxos.html create mode 100644 getblockdeltas.html create mode 100644 getblockhashes.html create mode 100644 getspentinfo.html diff --git a/addmultisigaddress.html b/addmultisigaddress.html index 46f408b..d3c8db0 100644 --- a/addmultisigaddress.html +++ b/addmultisigaddress.html @@ -3,10 +3,10 @@ - + - addmultisigaddress - Zcash 2.0.6 RPC Docs + addmultisigaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

addmultisigaddress - Zcash 2.0.6 RPC

+

addmultisigaddress - Zcash 2.0.7 RPC

addmultisigaddress nrequired ["key",...] ( "account" )
 
@@ -72,6 +72,31 @@ As json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -90,9 +115,15 @@ As json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -108,6 +139,9 @@ As json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/addnode.html b/addnode.html index f9e0f61..80d659f 100644 --- a/addnode.html +++ b/addnode.html @@ -3,10 +3,10 @@ - + - addnode - Zcash 2.0.6 RPC Docs + addnode - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

addnode - Zcash 2.0.6 RPC

+

addnode - Zcash 2.0.7 RPC

addnode "node" "add|remove|onetry"
 
@@ -59,6 +59,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -77,9 +102,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -95,6 +126,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/backupwallet.html b/backupwallet.html index d270bee..40f3561 100644 --- a/backupwallet.html +++ b/backupwallet.html @@ -3,10 +3,10 @@ - + - backupwallet - Zcash 2.0.6 RPC Docs + backupwallet - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

backupwallet - Zcash 2.0.6 RPC

+

backupwallet - Zcash 2.0.7 RPC

backupwallet "destination"
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/clearbanned.html b/clearbanned.html index fccc1ee..17f3638 100644 --- a/clearbanned.html +++ b/clearbanned.html @@ -3,10 +3,10 @@ - + - clearbanned - Zcash 2.0.6 RPC Docs + clearbanned - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

clearbanned - Zcash 2.0.6 RPC

+

clearbanned - Zcash 2.0.7 RPC

clearbanned
 
@@ -54,6 +54,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -72,9 +97,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -90,6 +121,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/createmultisig.html b/createmultisig.html index 6a310aa..02da8f6 100644 --- a/createmultisig.html +++ b/createmultisig.html @@ -3,10 +3,10 @@ - + - createmultisig - Zcash 2.0.6 RPC Docs + createmultisig - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

createmultisig - Zcash 2.0.6 RPC

+

createmultisig - Zcash 2.0.7 RPC

createmultisig nrequired ["key",...]
 
@@ -73,6 +73,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -91,9 +116,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -109,6 +140,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/createrawtransaction.html b/createrawtransaction.html index 4299321..ca922ee 100644 --- a/createrawtransaction.html +++ b/createrawtransaction.html @@ -3,10 +3,10 @@ - + - createrawtransaction - Zcash 2.0.6 RPC Docs + createrawtransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

createrawtransaction - Zcash 2.0.6 RPC

+

createrawtransaction - Zcash 2.0.7 RPC

createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime ) ( expiryheight )
 
@@ -57,7 +57,7 @@ Arguments:
       ,...
     }
 3. locktime              (numeric, optional, default=0) Raw locktime. Non-0 value also locktime-activates inputs
-4. expiryheight          (numeric, optional, default=nextblockheight+20) Expiry height of transaction (if Overwinter is active)
+4. expiryheight          (numeric, optional, default=nextblockheight+20 (pre-Blossom) or nextblockheight+40 (post-Blossom)) Expiry height of transaction (if Overwinter is active)
 
 Result:
 "transaction"            (string) hex string of the transaction
@@ -78,6 +78,31 @@ Examples
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -96,9 +121,15 @@ Examples getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -114,6 +145,9 @@ Examples getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/decoderawtransaction.html b/decoderawtransaction.html index 4ed14ba..292871b 100644 --- a/decoderawtransaction.html +++ b/decoderawtransaction.html @@ -3,10 +3,10 @@ - + - decoderawtransaction - Zcash 2.0.6 RPC Docs + decoderawtransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

decoderawtransaction - Zcash 2.0.6 RPC

+

decoderawtransaction - Zcash 2.0.7 RPC

decoderawtransaction "hexstring"
 
@@ -123,6 +123,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -141,9 +166,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -159,6 +190,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/decodescript.html b/decodescript.html index a3e8e34..c9b95e6 100644 --- a/decodescript.html +++ b/decodescript.html @@ -3,10 +3,10 @@ - + - decodescript - Zcash 2.0.6 RPC Docs + decodescript - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

decodescript - Zcash 2.0.6 RPC

+

decodescript - Zcash 2.0.7 RPC

decodescript "hex"
 
@@ -70,6 +70,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -88,9 +113,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -106,6 +137,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/disconnectnode.html b/disconnectnode.html index ff9aff3..b4b6457 100644 --- a/disconnectnode.html +++ b/disconnectnode.html @@ -3,10 +3,10 @@ - + - disconnectnode - Zcash 2.0.6 RPC Docs + disconnectnode - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

disconnectnode - Zcash 2.0.6 RPC

+

disconnectnode - Zcash 2.0.7 RPC

disconnectnode "node" 
 
@@ -57,6 +57,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/dumpprivkey.html b/dumpprivkey.html index b49d0d1..6be4896 100644 --- a/dumpprivkey.html +++ b/dumpprivkey.html @@ -3,10 +3,10 @@ - + - dumpprivkey - Zcash 2.0.6 RPC Docs + dumpprivkey - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

dumpprivkey - Zcash 2.0.6 RPC

+

dumpprivkey - Zcash 2.0.7 RPC

dumpprivkey "t-addr"
 
@@ -62,6 +62,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -80,9 +105,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -98,6 +129,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/dumpwallet.html b/dumpwallet.html index f5f5e0c..e2eecd3 100644 --- a/dumpwallet.html +++ b/dumpwallet.html @@ -3,10 +3,10 @@ - + - dumpwallet - Zcash 2.0.6 RPC Docs + dumpwallet - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

dumpwallet - Zcash 2.0.6 RPC

+

dumpwallet - Zcash 2.0.7 RPC

dumpwallet "filename"
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/encryptwallet.html b/encryptwallet.html index b599b82..f6389fe 100644 --- a/encryptwallet.html +++ b/encryptwallet.html @@ -3,10 +3,10 @@ - + - encryptwallet - Zcash 2.0.6 RPC Docs + encryptwallet - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

encryptwallet - Zcash 2.0.6 RPC

+

encryptwallet - Zcash 2.0.7 RPC

encryptwallet "passphrase"
 
@@ -83,6 +83,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -101,9 +126,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -119,6 +150,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/estimatefee.html b/estimatefee.html index 9ac1bb9..92120bd 100644 --- a/estimatefee.html +++ b/estimatefee.html @@ -3,10 +3,10 @@ - + - estimatefee - Zcash 2.0.6 RPC Docs + estimatefee - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

estimatefee - Zcash 2.0.6 RPC

+

estimatefee - Zcash 2.0.7 RPC

estimatefee nblocks
 
@@ -64,6 +64,31 @@ Example:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -82,9 +107,15 @@ Example: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -100,6 +131,9 @@ Example: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/estimatepriority.html b/estimatepriority.html index 49bf6c6..a314003 100644 --- a/estimatepriority.html +++ b/estimatepriority.html @@ -3,10 +3,10 @@ - + - estimatepriority - Zcash 2.0.6 RPC Docs + estimatepriority - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

estimatepriority - Zcash 2.0.6 RPC

+

estimatepriority - Zcash 2.0.7 RPC

estimatepriority nblocks
 
@@ -64,6 +64,31 @@ Example:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -82,9 +107,15 @@ Example: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -100,6 +131,9 @@ Example: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/fundrawtransaction.html b/fundrawtransaction.html index 08fee65..e192289 100644 --- a/fundrawtransaction.html +++ b/fundrawtransaction.html @@ -3,10 +3,10 @@ - + - fundrawtransaction - Zcash 2.0.6 RPC Docs + fundrawtransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

fundrawtransaction - Zcash 2.0.6 RPC

+

fundrawtransaction - Zcash 2.0.7 RPC

fundrawtransaction "hexstring"
 
@@ -78,6 +78,31 @@ Send the transaction
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -96,9 +121,15 @@ Send the transaction getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -114,6 +145,9 @@ Send the transaction getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/generate.html b/generate.html index 50ee5de..839e909 100644 --- a/generate.html +++ b/generate.html @@ -3,10 +3,10 @@ - + - generate - Zcash 2.0.6 RPC Docs + generate - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

generate - Zcash 2.0.6 RPC

+

generate - Zcash 2.0.7 RPC

generate numblocks
 
@@ -63,6 +63,31 @@ Generate 11 blocks
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Generate 11 blocks getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Generate 11 blocks getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getaccount.html b/getaccount.html index 439e09f..ce4e9c7 100644 --- a/getaccount.html +++ b/getaccount.html @@ -3,10 +3,10 @@ - + - getaccount - Zcash 2.0.6 RPC Docs + getaccount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getaccount - Zcash 2.0.6 RPC

+

getaccount - Zcash 2.0.7 RPC

getaccount "zcashaddress"
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getaccountaddress.html b/getaccountaddress.html index 39765ba..9cc6b73 100644 --- a/getaccountaddress.html +++ b/getaccountaddress.html @@ -3,10 +3,10 @@ - + - getaccountaddress - Zcash 2.0.6 RPC Docs + getaccountaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getaccountaddress - Zcash 2.0.6 RPC

+

getaccountaddress - Zcash 2.0.7 RPC

getaccountaddress "account"
 
@@ -62,6 +62,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -80,9 +105,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -98,6 +129,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getaddednodeinfo.html b/getaddednodeinfo.html index bbe3aab..92b9feb 100644 --- a/getaddednodeinfo.html +++ b/getaddednodeinfo.html @@ -3,10 +3,10 @@ - + - getaddednodeinfo - Zcash 2.0.6 RPC Docs + getaddednodeinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getaddednodeinfo - Zcash 2.0.6 RPC

+

getaddednodeinfo - Zcash 2.0.7 RPC

getaddednodeinfo dns ( "node" )
 
@@ -78,6 +78,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -96,9 +121,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -114,6 +145,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getaddressbalance.html b/getaddressbalance.html new file mode 100644 index 0000000..857f26a --- /dev/null +++ b/getaddressbalance.html @@ -0,0 +1,561 @@ + + + + + + + + + getaddressbalance - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getaddressbalance - Zcash 2.0.7 RPC

+ +
getaddressbalance {"addresses": ["taddr", ...]}
+
+Returns the balance for addresses.
+
+WARNING: getaddressbalance is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+{
+  "addresses:"
+    [
+      "address"  (string) The base58check encoded address
+      ,...
+    ]
+}
+(or)
+"address"  (string) The base58check encoded address
+
+Result:
+{
+  "balance"  (string) The current balance in zatoshis
+  "received"  (string) The total number of zatoshis received (including change)
+}
+
+Examples:
+> zcash-cli getaddressbalance '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}'
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressbalance", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getaddressdeltas.html b/getaddressdeltas.html new file mode 100644 index 0000000..554d26b --- /dev/null +++ b/getaddressdeltas.html @@ -0,0 +1,598 @@ + + + + + + + + + getaddressdeltas - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getaddressdeltas - Zcash 2.0.7 RPC

+ +
getaddressdeltas {"addresses": ["taddr", ...], ("start": n), ("end": n), ("chainInfo": true|false)}
+
+Returns all changes for an address.
+
+Returns information about all changes to the given transparent addresses within the given (inclusive)
+
+block height range, default is the full blockchain.
+
+WARNING: getaddressdeltas is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+{
+  "addresses":
+    [
+      "address" (string) The base58check encoded address
+      ,...
+    ]
+  "start"       (number, optional) The start block height
+  "end"         (number, optional) The end block height
+  "chainInfo"   (boolean, optional, default=false) Include chain info in results, only applies if start and end specified
+}
+(or)
+"address"       (string) The base58check encoded address
+
+Result:
+[
+  {
+    "satoshis"  (number) The difference of zatoshis
+    "txid"      (string) The related txid
+    "index"     (number) The related input or output index
+    "height"    (number) The block height
+    "address"   (string) The base58check encoded address
+  }, ...
+]
+
+(or, if chainInfo is true):
+
+{
+  "deltas":
+    [
+      {
+        "satoshis"    (number) The difference of zatoshis
+        "txid"        (string) The related txid
+        "index"       (number) The related input or output index
+        "height"      (number) The block height
+        "address"     (string)  The address base58check encoded
+      }, ...
+    ],
+  "start":
+    {
+      "hash"          (string)  The start block hash
+      "height"        (numeric) The height of the start block
+    }
+  "end":
+    {
+      "hash"          (string)  The end block hash
+      "height"        (numeric) The height of the end block
+    }
+}
+
+Examples:
+> zcash-cli getaddressdeltas '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000, "chainInfo": true}'
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressdeltas", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000, "chainInfo": true}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getaddressesbyaccount.html b/getaddressesbyaccount.html index 650506c..653c217 100644 --- a/getaddressesbyaccount.html +++ b/getaddressesbyaccount.html @@ -3,10 +3,10 @@ - + - getaddressesbyaccount - Zcash 2.0.6 RPC Docs + getaddressesbyaccount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getaddressesbyaccount - Zcash 2.0.6 RPC

+

getaddressesbyaccount - Zcash 2.0.7 RPC

getaddressesbyaccount "account"
 
@@ -63,6 +63,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getaddressmempool.html b/getaddressmempool.html new file mode 100644 index 0000000..70b0e56 --- /dev/null +++ b/getaddressmempool.html @@ -0,0 +1,568 @@ + + + + + + + + + getaddressmempool - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getaddressmempool - Zcash 2.0.7 RPC

+ +
getaddressmempool {"addresses": ["taddr", ...]}
+
+Returns all mempool deltas for an address.
+
+WARNING: getaddressmempool is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+{
+  "addresses":
+    [
+      "address"  (string) The base58check encoded address
+      ,...
+    ]
+}
+(or)
+"address"  (string) The base58check encoded address
+
+Result:
+[
+  {
+    "address"  (string) The base58check encoded address
+    "txid"  (string) The related txid
+    "index"  (number) The related input or output index
+    "satoshis"  (number) The difference of zatoshis
+    "timestamp"  (number) The time the transaction entered the mempool (seconds)
+    "prevtxid"  (string) The previous txid (if spending)
+    "prevout"  (string) The previous transaction output index (if spending)
+  }
+]
+
+Examples:
+> zcash-cli getaddressmempool '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}'
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressmempool", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getaddresstxids.html b/getaddresstxids.html new file mode 100644 index 0000000..427106b --- /dev/null +++ b/getaddresstxids.html @@ -0,0 +1,565 @@ + + + + + + + + + getaddresstxids - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getaddresstxids - Zcash 2.0.7 RPC

+ +
getaddresstxids {"addresses": ["taddr", ...], ("start": n), ("end": n)}
+
+Returns the txids for given transparent addresses within the given (inclusive)
+
+block height range, default is the full blockchain.
+
+WARNING: getaddresstxids is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+{
+  "addresses":
+    [
+      "taddr"  (string) The base58check encoded address
+      ,...
+    ]
+  "start" (number, optional) The start block height
+  "end" (number, optional) The end block height
+}
+(or)
+"address"  (string) The base58check encoded address
+
+Result:
+[
+  "transactionid"  (string) The transaction id
+  ,...
+]
+
+Examples:
+> zcash-cli getaddresstxids '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000}'
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddresstxids", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getaddressutxos.html b/getaddressutxos.html new file mode 100644 index 0000000..6406acc --- /dev/null +++ b/getaddressutxos.html @@ -0,0 +1,586 @@ + + + + + + + + + getaddressutxos - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getaddressutxos - Zcash 2.0.7 RPC

+ +
getaddressutxos {"addresses": ["taddr", ...], ("chainInfo": true|false)}
+
+Returns all unspent outputs for an address.
+
+WARNING: getaddressutxos is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+{
+  "addresses":
+    [
+      "address"  (string) The base58check encoded address
+      ,...
+    ],
+  "chainInfo"  (boolean, optional, default=false) Include chain info with results
+}
+(or)
+"address"  (string) The base58check encoded address
+
+Result
+[
+  {
+    "address"  (string) The address base58check encoded
+    "txid"  (string) The output txid
+    "height"  (number) The block height
+    "outputIndex"  (number) The output index
+    "script"  (string) The script hex encoded
+    "satoshis"  (number) The number of zatoshis of the output
+  }, ...
+]
+
+(or, if chainInfo is true):
+
+{
+  "utxos":
+    [
+      {
+        "address"     (string)  The address base58check encoded
+        "txid"        (string)  The output txid
+        "height"      (number)  The block height
+        "outputIndex" (number)  The output index
+        "script"      (string)  The script hex encoded
+        "satoshis"    (number)  The number of zatoshis of the output
+      }, ...
+    ],
+  "hash"              (string)  The block hash
+  "height"            (numeric) The block height
+}
+
+Examples:
+> zcash-cli getaddressutxos '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "chainInfo": true}'
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressutxos", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "chainInfo": true}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getbalance.html b/getbalance.html index e24a7cb..f5e6ee6 100644 --- a/getbalance.html +++ b/getbalance.html @@ -3,10 +3,10 @@ - + - getbalance - Zcash 2.0.6 RPC Docs + getbalance - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getbalance - Zcash 2.0.6 RPC

+

getbalance - Zcash 2.0.7 RPC

getbalance ( "account" minconf includeWatchonly )
 
@@ -69,6 +69,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -87,9 +112,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -105,6 +136,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getbestblockhash.html b/getbestblockhash.html index c8566a0..da2fd2a 100644 --- a/getbestblockhash.html +++ b/getbestblockhash.html @@ -3,10 +3,10 @@ - + - getbestblockhash - Zcash 2.0.6 RPC Docs + getbestblockhash - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getbestblockhash - Zcash 2.0.6 RPC

+

getbestblockhash - Zcash 2.0.7 RPC

getbestblockhash
 
@@ -57,6 +57,31 @@ Examples
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Examples getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Examples getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblock.html b/getblock.html index 66e59ff..5d22acf 100644 --- a/getblock.html +++ b/getblock.html @@ -3,10 +3,10 @@ - + - getblock - Zcash 2.0.6 RPC Docs + getblock - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblock - Zcash 2.0.6 RPC

+

getblock - Zcash 2.0.7 RPC

getblock "hash|height" ( verbosity )
 
@@ -95,6 +95,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -113,9 +138,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -131,6 +162,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblockchaininfo.html b/getblockchaininfo.html index 84868ef..6100858 100644 --- a/getblockchaininfo.html +++ b/getblockchaininfo.html @@ -3,10 +3,10 @@ - + - getblockchaininfo - Zcash 2.0.6 RPC Docs + getblockchaininfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblockchaininfo - Zcash 2.0.6 RPC

+

getblockchaininfo - Zcash 2.0.7 RPC

getblockchaininfo
 Returns an object containing various state info regarding block chain processing.
@@ -48,7 +48,6 @@ Result:
   "bestblockhash": "...", (string) the hash of the currently best block
   "difficulty": xxxxxx,     (numeric) the current difficulty
   "verificationprogress": xxxx, (numeric) estimate of verification progress [0..1]
-  "estimatedheight": xxxx,  (numeric) if syncing, the estimated height of the chain, else the number of blocks processed
   "chainwork": "xxxx"     (string) total amount of work in active chain, in hexadecimal
   "size_on_disk": xxxxxx,       (numeric) the estimated size of the block and undo files on disk
   "commitments": xxxxxx,    (numeric) the current number of note commitments in the commitment tree
@@ -95,6 +94,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -113,9 +137,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -131,6 +161,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblockcount.html b/getblockcount.html index 986bd22..36064cc 100644 --- a/getblockcount.html +++ b/getblockcount.html @@ -3,10 +3,10 @@ - + - getblockcount - Zcash 2.0.6 RPC Docs + getblockcount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblockcount - Zcash 2.0.6 RPC

+

getblockcount - Zcash 2.0.7 RPC

getblockcount
 
@@ -57,6 +57,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblockdeltas.html b/getblockdeltas.html new file mode 100644 index 0000000..e252f00 --- /dev/null +++ b/getblockdeltas.html @@ -0,0 +1,587 @@ + + + + + + + + + getblockdeltas - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getblockdeltas - Zcash 2.0.7 RPC

+ +
getblockdeltas "blockhash"
+
+Returns information about the given block and its transactions.
+
+WARNING: getblockdeltas is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+1. "hash"          (string, required) The block hash
+
+Result:
+{
+  "hash": "hash",              (string) block ID
+  "confirmations": n,          (numeric) number of confirmations
+  "size": n,                   (numeric) block size in bytes
+  "height": n,                 (numeric) block height
+  "version": n,                (numeric) block version (e.g. 4)
+  "merkleroot": "hash",        (hexstring) block Merkle root
+  "deltas": [
+    {
+      "txid": "hash",          (hexstring) transaction ID
+      "index": n,              (numeric) The offset of the tx in the block
+      "inputs": [                (array of json objects)
+        {
+          "address": "taddr",  (string) transparent address
+          "satoshis": n,       (numeric) negative of spend amount
+          "index": n,          (numeric) vin index
+          "prevtxid": "hash",  (string) source utxo tx ID
+          "prevout": n         (numeric) source utxo index
+        }, ...
+      ],
+      "outputs": [             (array of json objects)
+        {
+          "address": "taddr",  (string) transparent address
+          "satoshis": n,       (numeric) amount
+          "index": n           (numeric) vout index
+        }, ...
+      ]
+    }, ...
+  ],
+  "time" : n,                  (numeric) The block version
+  "mediantime": n,             (numeric) The most recent blocks' ave time
+  "nonce" : "nonce",           (hex string) The nonce
+  "bits" : "1d00ffff",         (hex string) The bits
+  "difficulty": n,             (numeric) the current difficulty
+  "chainwork": "xxxx"          (hex string) total amount of work in active chain
+  "previousblockhash" : "hash",(hex string) The hash of the previous block
+  "nextblockhash" : "hash"     (hex string) The hash of the next block
+}
+
+Examples:
+> zcash-cli getblockdeltas 00227e566682aebd6a7a5b772c96d7a999cadaebeaf1ce96f4191a3aad58b00b
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockdeltas", "params": ["00227e566682aebd6a7a5b772c96d7a999cadaebeaf1ce96f4191a3aad58b00b"] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getblockhash.html b/getblockhash.html index 52a65c7..7a0cc3b 100644 --- a/getblockhash.html +++ b/getblockhash.html @@ -3,10 +3,10 @@ - + - getblockhash - Zcash 2.0.6 RPC Docs + getblockhash - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblockhash - Zcash 2.0.6 RPC

+

getblockhash - Zcash 2.0.7 RPC

getblockhash index
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblockhashes.html b/getblockhashes.html new file mode 100644 index 0000000..5d197aa --- /dev/null +++ b/getblockhashes.html @@ -0,0 +1,568 @@ + + + + + + + + + getblockhashes - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getblockhashes - Zcash 2.0.7 RPC

+ +
getblockhashes high low ( {"noOrphans": true|false, "logicalTimes": true|false} )
+
+Returns array of hashes of blocks within the timestamp range provided,
+
+greater or equal to low, less than high.
+
+WARNING: getblockhashes is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+1. high                            (numeric, required) The newer block timestamp
+2. low                             (numeric, required) The older block timestamp
+3. options                         (string, optional) A json object
+    {
+      "noOrphans": true|false      (boolean) will only include blocks on the main chain
+      "logicalTimes": true|false   (boolean) will include logical timestamps with hashes
+    }
+
+Result:
+[
+  "xxxx"                   (hex string) The block hash
+]
+or
+[
+  {
+    "blockhash": "xxxx"    (hex string) The block hash
+    "logicalts": n         (numeric) The logical timestamp
+  }
+]
+
+Examples:
+> zcash-cli getblockhashes 1558141697 1558141576
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockhashes", "params": [1558141697, 1558141576] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+> zcash-cli getblockhashes 1558141697 1558141576 '{"noOrphans":false, "logicalTimes":true}'
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/getblockheader.html b/getblockheader.html index a8d5e65..d3a2f3e 100644 --- a/getblockheader.html +++ b/getblockheader.html @@ -3,10 +3,10 @@ - + - getblockheader - Zcash 2.0.6 RPC Docs + getblockheader - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblockheader - Zcash 2.0.6 RPC

+

getblockheader - Zcash 2.0.7 RPC

getblockheader "hash" ( verbose )
 
@@ -78,6 +78,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -96,9 +121,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -114,6 +145,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblocksubsidy.html b/getblocksubsidy.html index 135f199..779a891 100644 --- a/getblocksubsidy.html +++ b/getblocksubsidy.html @@ -3,10 +3,10 @@ - + - getblocksubsidy - Zcash 2.0.6 RPC Docs + getblocksubsidy - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblocksubsidy - Zcash 2.0.6 RPC

+

getblocksubsidy - Zcash 2.0.7 RPC

getblocksubsidy height
 
@@ -63,6 +63,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getblocktemplate.html b/getblocktemplate.html index ece3b63..fad5376 100644 --- a/getblocktemplate.html +++ b/getblocktemplate.html @@ -3,10 +3,10 @@ - + - getblocktemplate - Zcash 2.0.6 RPC Docs + getblocktemplate - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getblocktemplate - Zcash 2.0.6 RPC

+

getblocktemplate - Zcash 2.0.7 RPC

getblocktemplate ( "jsonrequestobject" )
 
@@ -101,6 +101,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -119,9 +144,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -137,6 +168,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getchaintips.html b/getchaintips.html index 7de802c..c006865 100644 --- a/getchaintips.html +++ b/getchaintips.html @@ -3,10 +3,10 @@ - + - getchaintips - Zcash 2.0.6 RPC Docs + getchaintips - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getchaintips - Zcash 2.0.6 RPC

+

getchaintips - Zcash 2.0.7 RPC

getchaintips
 Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
@@ -75,6 +75,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -93,9 +118,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -111,6 +142,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getconnectioncount.html b/getconnectioncount.html index d6db096..cae69ae 100644 --- a/getconnectioncount.html +++ b/getconnectioncount.html @@ -3,10 +3,10 @@ - + - getconnectioncount - Zcash 2.0.6 RPC Docs + getconnectioncount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getconnectioncount - Zcash 2.0.6 RPC

+

getconnectioncount - Zcash 2.0.7 RPC

getconnectioncount
 
@@ -57,6 +57,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getdeprecationinfo.html b/getdeprecationinfo.html index 781b08d..70a0d83 100644 --- a/getdeprecationinfo.html +++ b/getdeprecationinfo.html @@ -3,10 +3,10 @@ - + - getdeprecationinfo - Zcash 2.0.6 RPC Docs + getdeprecationinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getdeprecationinfo - Zcash 2.0.6 RPC

+

getdeprecationinfo - Zcash 2.0.7 RPC

getdeprecationinfo
 Returns an object containing current version and deprecation block height. Applicable only on mainnet.
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getdifficulty.html b/getdifficulty.html index db6300a..48ffc39 100644 --- a/getdifficulty.html +++ b/getdifficulty.html @@ -3,10 +3,10 @@ - + - getdifficulty - Zcash 2.0.6 RPC Docs + getdifficulty - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getdifficulty - Zcash 2.0.6 RPC

+

getdifficulty - Zcash 2.0.7 RPC

getdifficulty
 
@@ -57,6 +57,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getgenerate.html b/getgenerate.html index aa49068..9a4a032 100644 --- a/getgenerate.html +++ b/getgenerate.html @@ -3,10 +3,10 @@ - + - getgenerate - Zcash 2.0.6 RPC Docs + getgenerate - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getgenerate - Zcash 2.0.6 RPC

+

getgenerate - Zcash 2.0.7 RPC

getgenerate
 
@@ -59,6 +59,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -77,9 +102,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -95,6 +126,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getinfo.html b/getinfo.html index b9e4889..d9a49e2 100644 --- a/getinfo.html +++ b/getinfo.html @@ -3,10 +3,10 @@ - + - getinfo - Zcash 2.0.6 RPC Docs + getinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getinfo - Zcash 2.0.6 RPC

+

getinfo - Zcash 2.0.7 RPC

getinfo
 Returns an object containing various state info.
@@ -73,6 +73,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -91,9 +116,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -109,6 +140,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getlocalsolps.html b/getlocalsolps.html index 3f6e98f..4dbfebf 100644 --- a/getlocalsolps.html +++ b/getlocalsolps.html @@ -3,10 +3,10 @@ - + - getlocalsolps - Zcash 2.0.6 RPC Docs + getlocalsolps - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getlocalsolps - Zcash 2.0.6 RPC

+

getlocalsolps - Zcash 2.0.7 RPC

getlocalsolps
 
@@ -58,6 +58,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -76,9 +101,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -94,6 +125,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getmempoolinfo.html b/getmempoolinfo.html index 65f9799..ddb51d1 100644 --- a/getmempoolinfo.html +++ b/getmempoolinfo.html @@ -3,10 +3,10 @@ - + - getmempoolinfo - Zcash 2.0.6 RPC Docs + getmempoolinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getmempoolinfo - Zcash 2.0.6 RPC

+

getmempoolinfo - Zcash 2.0.7 RPC

getmempoolinfo
 
@@ -61,6 +61,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -79,9 +104,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -97,6 +128,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getmininginfo.html b/getmininginfo.html index 89873d5..3b4c464 100644 --- a/getmininginfo.html +++ b/getmininginfo.html @@ -3,10 +3,10 @@ - + - getmininginfo - Zcash 2.0.6 RPC Docs + getmininginfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getmininginfo - Zcash 2.0.6 RPC

+

getmininginfo - Zcash 2.0.7 RPC

getmininginfo
 
@@ -69,6 +69,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -87,9 +112,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -105,6 +136,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getnettotals.html b/getnettotals.html index 1697eca..35f242a 100644 --- a/getnettotals.html +++ b/getnettotals.html @@ -3,10 +3,10 @@ - + - getnettotals - Zcash 2.0.6 RPC Docs + getnettotals - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getnettotals - Zcash 2.0.6 RPC

+

getnettotals - Zcash 2.0.7 RPC

getnettotals
 
@@ -62,6 +62,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -80,9 +105,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -98,6 +129,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getnetworkhashps.html b/getnetworkhashps.html index 1976961..e02b58d 100644 --- a/getnetworkhashps.html +++ b/getnetworkhashps.html @@ -3,10 +3,10 @@ - + - getnetworkhashps - Zcash 2.0.6 RPC Docs + getnetworkhashps - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getnetworkhashps - Zcash 2.0.6 RPC

+

getnetworkhashps - Zcash 2.0.7 RPC

getnetworkhashps ( blocks height )
 
@@ -65,6 +65,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -83,9 +108,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -101,6 +132,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getnetworkinfo.html b/getnetworkinfo.html index 9c0a152..a0ce2a0 100644 --- a/getnetworkinfo.html +++ b/getnetworkinfo.html @@ -3,10 +3,10 @@ - + - getnetworkinfo - Zcash 2.0.6 RPC Docs + getnetworkinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getnetworkinfo - Zcash 2.0.6 RPC

+

getnetworkinfo - Zcash 2.0.7 RPC

getnetworkinfo
 Returns an object containing various state info regarding P2P networking.
@@ -82,6 +82,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -100,9 +125,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -118,6 +149,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getnetworksolps.html b/getnetworksolps.html index cf2c643..9447396 100644 --- a/getnetworksolps.html +++ b/getnetworksolps.html @@ -3,10 +3,10 @@ - + - getnetworksolps - Zcash 2.0.6 RPC Docs + getnetworksolps - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getnetworksolps - Zcash 2.0.6 RPC

+

getnetworksolps - Zcash 2.0.7 RPC

getnetworksolps ( blocks height )
 
@@ -63,6 +63,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getnewaddress.html b/getnewaddress.html index c7e4847..2d7ab7f 100644 --- a/getnewaddress.html +++ b/getnewaddress.html @@ -3,10 +3,10 @@ - + - getnewaddress - Zcash 2.0.6 RPC Docs + getnewaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getnewaddress - Zcash 2.0.6 RPC

+

getnewaddress - Zcash 2.0.7 RPC

getnewaddress ( "account" )
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getpeerinfo.html b/getpeerinfo.html index 8f02ac2..32e8f9c 100644 --- a/getpeerinfo.html +++ b/getpeerinfo.html @@ -3,10 +3,10 @@ - + - getpeerinfo - Zcash 2.0.6 RPC Docs + getpeerinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getpeerinfo - Zcash 2.0.6 RPC

+

getpeerinfo - Zcash 2.0.7 RPC

getpeerinfo
 
@@ -84,6 +84,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -102,9 +127,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -120,6 +151,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getrawchangeaddress.html b/getrawchangeaddress.html index 0114441..b36533c 100644 --- a/getrawchangeaddress.html +++ b/getrawchangeaddress.html @@ -3,10 +3,10 @@ - + - getrawchangeaddress - Zcash 2.0.6 RPC Docs + getrawchangeaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getrawchangeaddress - Zcash 2.0.6 RPC

+

getrawchangeaddress - Zcash 2.0.7 RPC

getrawchangeaddress
 
@@ -58,6 +58,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -76,9 +101,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -94,6 +125,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getrawmempool.html b/getrawmempool.html index 94f8e16..eafdd0d 100644 --- a/getrawmempool.html +++ b/getrawmempool.html @@ -3,10 +3,10 @@ - + - getrawmempool - Zcash 2.0.6 RPC Docs + getrawmempool - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getrawmempool - Zcash 2.0.6 RPC

+

getrawmempool - Zcash 2.0.7 RPC

getrawmempool ( verbose )
 
@@ -78,6 +78,31 @@ Examples
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -96,9 +121,15 @@ Examples getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -114,6 +145,9 @@ Examples getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getrawtransaction.html b/getrawtransaction.html index dad886a..d96af06 100644 --- a/getrawtransaction.html +++ b/getrawtransaction.html @@ -3,10 +3,10 @@ - + - getrawtransaction - Zcash 2.0.6 RPC Docs + getrawtransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getrawtransaction - Zcash 2.0.6 RPC

+

getrawtransaction - Zcash 2.0.7 RPC

getrawtransaction "txid" ( verbose )
 
@@ -138,6 +138,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -156,9 +181,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -174,6 +205,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getreceivedbyaccount.html b/getreceivedbyaccount.html index e8c495a..a15c4f7 100644 --- a/getreceivedbyaccount.html +++ b/getreceivedbyaccount.html @@ -3,10 +3,10 @@ - + - getreceivedbyaccount - Zcash 2.0.6 RPC Docs + getreceivedbyaccount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getreceivedbyaccount - Zcash 2.0.6 RPC

+

getreceivedbyaccount - Zcash 2.0.7 RPC

getreceivedbyaccount "account" ( minconf )
 
@@ -71,6 +71,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getreceivedbyaddress.html b/getreceivedbyaddress.html index 94ddd30..c2d61d2 100644 --- a/getreceivedbyaddress.html +++ b/getreceivedbyaddress.html @@ -3,10 +3,10 @@ - + - getreceivedbyaddress - Zcash 2.0.6 RPC Docs + getreceivedbyaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getreceivedbyaddress - Zcash 2.0.6 RPC

+

getreceivedbyaddress - Zcash 2.0.7 RPC

getreceivedbyaddress "zcashaddress" ( minconf )
 
@@ -71,6 +71,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getspentinfo.html b/getspentinfo.html new file mode 100644 index 0000000..1399d5e --- /dev/null +++ b/getspentinfo.html @@ -0,0 +1,557 @@ + + + + + + + + + getspentinfo - Zcash 2.0.7 RPC Docs + + + + + + + + + + +
+ +
+
+

getspentinfo - Zcash 2.0.7 RPC

+ +
getspentinfo {"txid": "txidhex", "index": n}
+
+Returns the txid and index where an output is spent.
+
+WARNING: getspentinfo is disabled.
+To enable it, restart zcashd with the -experimentalfeatures and
+-insightexplorer commandline options, or add these two lines
+to the zcash.conf file:
+
+experimentalfeatures=1
+insightexplorer=1
+
+Arguments:
+{
+  "txid"   (string) The hex string of the txid
+  "index"  (number) The vout (output) index
+}
+
+Result:
+{
+  "txid"   (string) The transaction id
+  "index"  (number) The spending (vin, input) index
+  ,...
+}
+
+Examples:
+> zcash-cli getspentinfo '{"txid": "0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9", "index": 0}'
+> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getspentinfo", "params": [{"txid": "0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9", "index": 0}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
+
+
+
+ +

+ Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) +

+

+ Note it uses a mainnet node +

+
+
+ +
+
+ Addressindex +
+ +
+
+ + +
+ +
+
+ Control +
+
+ + getinfo +
+ + help +
+ + stop +
+ +
+
+
+ +
+
+ Disclosure +
+ +
+
+ +
+
+ Generating +
+
+ + generate +
+ + getgenerate +
+ + setgenerate +
+ +
+
+
+ + +
+ +
+
+ Network +
+ +
+
+ + +
+ +
+
+ Util +
+ +
+
+ + +
+ +
+
+
+ + diff --git a/gettransaction.html b/gettransaction.html index 0274466..6cb9b8f 100644 --- a/gettransaction.html +++ b/gettransaction.html @@ -3,10 +3,10 @@ - + - gettransaction - Zcash 2.0.6 RPC Docs + gettransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

gettransaction - Zcash 2.0.6 RPC

+

gettransaction - Zcash 2.0.7 RPC

gettransaction "txid" ( includeWatchonly )
 
@@ -93,6 +93,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -111,9 +136,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -129,6 +160,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/gettxout.html b/gettxout.html index dfaedf3..2fa6583 100644 --- a/gettxout.html +++ b/gettxout.html @@ -3,10 +3,10 @@ - + - gettxout - Zcash 2.0.6 RPC Docs + gettxout - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

gettxout - Zcash 2.0.6 RPC

+

gettxout - Zcash 2.0.7 RPC

gettxout "txid" n ( includemempool )
 
@@ -85,6 +85,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -103,9 +128,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -121,6 +152,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/gettxoutproof.html b/gettxoutproof.html index 4b0504e..7a89731 100644 --- a/gettxoutproof.html +++ b/gettxoutproof.html @@ -3,10 +3,10 @@ - + - gettxoutproof - Zcash 2.0.6 RPC Docs + gettxoutproof - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

gettxoutproof - Zcash 2.0.6 RPC

+

gettxoutproof - Zcash 2.0.7 RPC

gettxoutproof ["txid",...] ( blockhash )
 
@@ -68,6 +68,31 @@ Result:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -86,9 +111,15 @@ Result: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -104,6 +135,9 @@ Result: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/gettxoutsetinfo.html b/gettxoutsetinfo.html index 8036fc1..08dba62 100644 --- a/gettxoutsetinfo.html +++ b/gettxoutsetinfo.html @@ -3,10 +3,10 @@ - + - gettxoutsetinfo - Zcash 2.0.6 RPC Docs + gettxoutsetinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

gettxoutsetinfo - Zcash 2.0.6 RPC

+

gettxoutsetinfo - Zcash 2.0.7 RPC

gettxoutsetinfo
 
@@ -66,6 +66,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -84,9 +109,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -102,6 +133,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getunconfirmedbalance.html b/getunconfirmedbalance.html index 8a31ca1..b93a70c 100644 --- a/getunconfirmedbalance.html +++ b/getunconfirmedbalance.html @@ -3,10 +3,10 @@ - + - getunconfirmedbalance - Zcash 2.0.6 RPC Docs + getunconfirmedbalance - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getunconfirmedbalance - Zcash 2.0.6 RPC

+

getunconfirmedbalance - Zcash 2.0.7 RPC

getunconfirmedbalance
 Returns the server's total unconfirmed balance
@@ -49,6 +49,31 @@ Returns the server's total unconfirmed balance
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -67,9 +92,15 @@ Returns the server's total unconfirmed balance getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -85,6 +116,9 @@ Returns the server's total unconfirmed balance getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/getwalletinfo.html b/getwalletinfo.html index 097e886..7b5ed6b 100644 --- a/getwalletinfo.html +++ b/getwalletinfo.html @@ -3,10 +3,10 @@ - + - getwalletinfo - Zcash 2.0.6 RPC Docs + getwalletinfo - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

getwalletinfo - Zcash 2.0.6 RPC

+

getwalletinfo - Zcash 2.0.7 RPC

getwalletinfo
 Returns an object containing various wallet state info.
@@ -67,6 +67,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -85,9 +110,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -103,6 +134,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/help.html b/help.html index 0724f36..82cbcb5 100644 --- a/help.html +++ b/help.html @@ -3,10 +3,10 @@ - + - help - Zcash 2.0.6 RPC Docs + help - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

help - Zcash 2.0.6 RPC

+

help - Zcash 2.0.7 RPC

help ( "command" )
 
@@ -56,6 +56,31 @@ Result:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -74,9 +99,15 @@ Result: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -92,6 +123,9 @@ Result: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/importaddress.html b/importaddress.html index 88bea3a..0d1f994 100644 --- a/importaddress.html +++ b/importaddress.html @@ -3,10 +3,10 @@ - + - importaddress - Zcash 2.0.6 RPC Docs + importaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

importaddress - Zcash 2.0.6 RPC

+

importaddress - Zcash 2.0.7 RPC

importaddress "address" ( "label" rescan )
 
@@ -68,6 +68,31 @@ As a JSON-RPC call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -86,9 +111,15 @@ As a JSON-RPC call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -104,6 +135,9 @@ As a JSON-RPC call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/importprivkey.html b/importprivkey.html index 4b15b9b..4ecea0d 100644 --- a/importprivkey.html +++ b/importprivkey.html @@ -3,10 +3,10 @@ - + - importprivkey - Zcash 2.0.6 RPC Docs + importprivkey - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

importprivkey - Zcash 2.0.6 RPC

+

importprivkey - Zcash 2.0.7 RPC

importprivkey "zcashprivkey" ( "label" rescan )
 
@@ -71,6 +71,31 @@ As a JSON-RPC call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ As a JSON-RPC call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ As a JSON-RPC call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/importwallet.html b/importwallet.html index 5307b1c..458b413 100644 --- a/importwallet.html +++ b/importwallet.html @@ -3,10 +3,10 @@ - + - importwallet - Zcash 2.0.6 RPC Docs + importwallet - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

importwallet - Zcash 2.0.6 RPC

+

importwallet - Zcash 2.0.7 RPC

importwallet "filename"
 
@@ -64,6 +64,31 @@ Import using the json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -82,9 +107,15 @@ Import using the json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -100,6 +131,9 @@ Import using the json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/index.html b/index.html index cbbcfb7..4f9e2c0 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,10 @@ - + - Zcash 2.0.6 RPC Docs + Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

Zcash 2.0.6 RPC

+

Zcash 2.0.7 RPC

Made by @karel_3d; license of the docs is MIT (see zcash repo), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (github repo) @@ -43,6 +43,31 @@

+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -61,9 +86,15 @@ getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -79,6 +110,9 @@ getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/keypoolrefill.html b/keypoolrefill.html index 9bfb4b7..7275dcf 100644 --- a/keypoolrefill.html +++ b/keypoolrefill.html @@ -3,10 +3,10 @@ - + - keypoolrefill - Zcash 2.0.6 RPC Docs + keypoolrefill - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

keypoolrefill - Zcash 2.0.6 RPC

+

keypoolrefill - Zcash 2.0.7 RPC

keypoolrefill ( newsize )
 
@@ -57,6 +57,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listaccounts.html b/listaccounts.html index e1e2195..e04499b 100644 --- a/listaccounts.html +++ b/listaccounts.html @@ -3,10 +3,10 @@ - + - listaccounts - Zcash 2.0.6 RPC Docs + listaccounts - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listaccounts - Zcash 2.0.6 RPC

+

listaccounts - Zcash 2.0.7 RPC

listaccounts ( minconf includeWatchonly)
 
@@ -74,6 +74,31 @@ As json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -92,9 +117,15 @@ As json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -110,6 +141,9 @@ As json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listaddressgroupings.html b/listaddressgroupings.html index e17963b..9a1f970 100644 --- a/listaddressgroupings.html +++ b/listaddressgroupings.html @@ -3,10 +3,10 @@ - + - listaddressgroupings - Zcash 2.0.6 RPC Docs + listaddressgroupings - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listaddressgroupings - Zcash 2.0.6 RPC

+

listaddressgroupings - Zcash 2.0.7 RPC

listaddressgroupings
 
@@ -69,6 +69,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -87,9 +112,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -105,6 +136,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listbanned.html b/listbanned.html index 760c1c3..b3c9818 100644 --- a/listbanned.html +++ b/listbanned.html @@ -3,10 +3,10 @@ - + - listbanned - Zcash 2.0.6 RPC Docs + listbanned - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listbanned - Zcash 2.0.6 RPC

+

listbanned - Zcash 2.0.7 RPC

listbanned
 
@@ -54,6 +54,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -72,9 +97,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -90,6 +121,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listlockunspent.html b/listlockunspent.html index 2993db4..80efcf7 100644 --- a/listlockunspent.html +++ b/listlockunspent.html @@ -3,10 +3,10 @@ - + - listlockunspent - Zcash 2.0.6 RPC Docs + listlockunspent - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listlockunspent - Zcash 2.0.6 RPC

+

listlockunspent - Zcash 2.0.7 RPC

listlockunspent
 
@@ -77,6 +77,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -95,9 +120,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -113,6 +144,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listreceivedbyaccount.html b/listreceivedbyaccount.html index d1ae72d..c88911e 100644 --- a/listreceivedbyaccount.html +++ b/listreceivedbyaccount.html @@ -3,10 +3,10 @@ - + - listreceivedbyaccount - Zcash 2.0.6 RPC Docs + listreceivedbyaccount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listreceivedbyaccount - Zcash 2.0.6 RPC

+

listreceivedbyaccount - Zcash 2.0.7 RPC

listreceivedbyaccount ( minconf includeempty includeWatchonly)
 
@@ -71,6 +71,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listreceivedbyaddress.html b/listreceivedbyaddress.html index b9f5597..e4bd4b0 100644 --- a/listreceivedbyaddress.html +++ b/listreceivedbyaddress.html @@ -3,10 +3,10 @@ - + - listreceivedbyaddress - Zcash 2.0.6 RPC Docs + listreceivedbyaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listreceivedbyaddress - Zcash 2.0.6 RPC

+

listreceivedbyaddress - Zcash 2.0.7 RPC

listreceivedbyaddress ( minconf includeempty includeWatchonly)
 
@@ -72,6 +72,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -90,9 +115,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -108,6 +139,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listsinceblock.html b/listsinceblock.html index 3558755..77dea18 100644 --- a/listsinceblock.html +++ b/listsinceblock.html @@ -3,10 +3,10 @@ - + - listsinceblock - Zcash 2.0.6 RPC Docs + listsinceblock - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listsinceblock - Zcash 2.0.6 RPC

+

listsinceblock - Zcash 2.0.7 RPC

listsinceblock ( "blockhash" target-confirmations includeWatchonly)
 
@@ -82,6 +82,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -100,9 +125,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -118,6 +149,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listtransactions.html b/listtransactions.html index e49db6a..e04cb2f 100644 --- a/listtransactions.html +++ b/listtransactions.html @@ -3,10 +3,10 @@ - + - listtransactions - Zcash 2.0.6 RPC Docs + listtransactions - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listtransactions - Zcash 2.0.6 RPC

+

listtransactions - Zcash 2.0.7 RPC

listtransactions ( "account" count from includeWatchonly)
 
@@ -102,6 +102,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -120,9 +145,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -138,6 +169,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/listunspent.html b/listunspent.html index 971dc36..6668085 100644 --- a/listunspent.html +++ b/listunspent.html @@ -3,10 +3,10 @@ - + - listunspent - Zcash 2.0.6 RPC Docs + listunspent - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

listunspent - Zcash 2.0.6 RPC

+

listunspent - Zcash 2.0.7 RPC

listunspent ( minconf maxconf  ["address",...] )
 
@@ -85,6 +85,31 @@ Examples
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -103,9 +128,15 @@ Examples getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -121,6 +152,9 @@ Examples getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/lockunspent.html b/lockunspent.html index 9a7a972..75fcded 100644 --- a/lockunspent.html +++ b/lockunspent.html @@ -3,10 +3,10 @@ - + - lockunspent - Zcash 2.0.6 RPC Docs + lockunspent - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

lockunspent - Zcash 2.0.6 RPC

+

lockunspent - Zcash 2.0.7 RPC

lockunspent unlock [{"txid":"txid","vout":n},...]
 
@@ -86,6 +86,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -104,9 +129,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -122,6 +153,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/move.html b/move.html index 2ed28cc..e0cd20a 100644 --- a/move.html +++ b/move.html @@ -3,10 +3,10 @@ - + - move - Zcash 2.0.6 RPC Docs + move - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

move - Zcash 2.0.6 RPC

+

move - Zcash 2.0.7 RPC

move "fromaccount" "toaccount" amount ( minconf "comment" )
 
@@ -71,6 +71,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/ping.html b/ping.html index b1f1d3e..9a7a750 100644 --- a/ping.html +++ b/ping.html @@ -3,10 +3,10 @@ - + - ping - Zcash 2.0.6 RPC Docs + ping - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

ping - Zcash 2.0.6 RPC

+

ping - Zcash 2.0.7 RPC

ping
 
@@ -56,6 +56,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -74,9 +99,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -92,6 +123,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/prioritisetransaction.html b/prioritisetransaction.html index ded73c0..4467074 100644 --- a/prioritisetransaction.html +++ b/prioritisetransaction.html @@ -3,10 +3,10 @@ - + - prioritisetransaction - Zcash 2.0.6 RPC Docs + prioritisetransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

prioritisetransaction - Zcash 2.0.6 RPC

+

prioritisetransaction - Zcash 2.0.7 RPC

prioritisetransaction <txid> <priority delta> <fee delta>
 Accepts the transaction into mined blocks at a higher (or lower) priority
@@ -65,6 +65,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -83,9 +108,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -101,6 +132,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/script/template.html b/script/template.html index fab6b70..5686319 100644 --- a/script/template.html +++ b/script/template.html @@ -3,10 +3,10 @@ - + - {{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.6 RPC Docs + {{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.6 RPC

+

{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.7 RPC

{{if .Command}}
{{.Command.Description}}

diff --git a/sendfrom.html b/sendfrom.html index 2e0b5f8..bb20c66 100644 --- a/sendfrom.html +++ b/sendfrom.html @@ -3,10 +3,10 @@ - + - sendfrom - Zcash 2.0.6 RPC Docs + sendfrom - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

sendfrom - Zcash 2.0.6 RPC

+

sendfrom - Zcash 2.0.7 RPC

sendfrom "fromaccount" "tozcashaddress" amount ( minconf "comment" "comment-to" )
 
@@ -76,6 +76,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -94,9 +119,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -112,6 +143,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/sendmany.html b/sendmany.html index b5e0785..7cc2478 100644 --- a/sendmany.html +++ b/sendmany.html @@ -3,10 +3,10 @@ - + - sendmany - Zcash 2.0.6 RPC Docs + sendmany - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

sendmany - Zcash 2.0.6 RPC

+

sendmany - Zcash 2.0.7 RPC

sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
 
@@ -86,6 +86,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -104,9 +129,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -122,6 +153,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/sendrawtransaction.html b/sendrawtransaction.html index 5700c45..7f0a420 100644 --- a/sendrawtransaction.html +++ b/sendrawtransaction.html @@ -3,10 +3,10 @@ - + - sendrawtransaction - Zcash 2.0.6 RPC Docs + sendrawtransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

sendrawtransaction - Zcash 2.0.6 RPC

+

sendrawtransaction - Zcash 2.0.7 RPC

sendrawtransaction "hexstring" ( allowhighfees )
 
@@ -72,6 +72,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -90,9 +115,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -108,6 +139,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/sendtoaddress.html b/sendtoaddress.html index 9c6dd42..a500e65 100644 --- a/sendtoaddress.html +++ b/sendtoaddress.html @@ -3,10 +3,10 @@ - + - sendtoaddress - Zcash 2.0.6 RPC Docs + sendtoaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

sendtoaddress - Zcash 2.0.6 RPC

+

sendtoaddress - Zcash 2.0.7 RPC

sendtoaddress "zcashaddress" amount ( "comment" "comment-to" subtractfeefromamount )
 
@@ -70,6 +70,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -88,9 +113,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -106,6 +137,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/setaccount.html b/setaccount.html index a197a1c..8d9d2bc 100644 --- a/setaccount.html +++ b/setaccount.html @@ -3,10 +3,10 @@ - + - setaccount - Zcash 2.0.6 RPC Docs + setaccount - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

setaccount - Zcash 2.0.6 RPC

+

setaccount - Zcash 2.0.7 RPC

setaccount "zcashaddress" "account"
 
@@ -58,6 +58,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -76,9 +101,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -94,6 +125,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/setban.html b/setban.html index 8a30628..929edd5 100644 --- a/setban.html +++ b/setban.html @@ -3,10 +3,10 @@ - + - setban - Zcash 2.0.6 RPC Docs + setban - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

setban - Zcash 2.0.6 RPC

+

setban - Zcash 2.0.7 RPC

setban "ip(/netmask)" "add|remove" (bantime) (absolute)
 
@@ -61,6 +61,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -79,9 +104,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -97,6 +128,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/setgenerate.html b/setgenerate.html index b3ff075..5208793 100644 --- a/setgenerate.html +++ b/setgenerate.html @@ -3,10 +3,10 @@ - + - setgenerate - Zcash 2.0.6 RPC Docs + setgenerate - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

setgenerate - Zcash 2.0.6 RPC

+

setgenerate - Zcash 2.0.7 RPC

setgenerate generate ( genproclimit )
 
@@ -70,6 +70,31 @@ Using json rpc
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -88,9 +113,15 @@ Using json rpc getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -106,6 +137,9 @@ Using json rpc getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/settxfee.html b/settxfee.html index 5696f6f..162e1f9 100644 --- a/settxfee.html +++ b/settxfee.html @@ -3,10 +3,10 @@ - + - settxfee - Zcash 2.0.6 RPC Docs + settxfee - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

settxfee - Zcash 2.0.6 RPC

+

settxfee - Zcash 2.0.7 RPC

settxfee amount
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/signmessage.html b/signmessage.html index 719eecf..5215015 100644 --- a/signmessage.html +++ b/signmessage.html @@ -3,10 +3,10 @@ - + - signmessage - Zcash 2.0.6 RPC Docs + signmessage - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

signmessage - Zcash 2.0.6 RPC

+

signmessage - Zcash 2.0.7 RPC

signmessage "t-addr" "message"
 
@@ -71,6 +71,31 @@ As json rpc
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ As json rpc getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ As json rpc getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/signrawtransaction.html b/signrawtransaction.html index f49a7bf..6fbd052 100644 --- a/signrawtransaction.html +++ b/signrawtransaction.html @@ -3,10 +3,10 @@ - + - signrawtransaction - Zcash 2.0.6 RPC Docs + signrawtransaction - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

signrawtransaction - Zcash 2.0.6 RPC

+

signrawtransaction - Zcash 2.0.7 RPC

signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
 
@@ -102,6 +102,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -120,9 +145,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -138,6 +169,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/stop.html b/stop.html index f85de2e..3fe0512 100644 --- a/stop.html +++ b/stop.html @@ -3,10 +3,10 @@ - + - stop - Zcash 2.0.6 RPC Docs + stop - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

stop - Zcash 2.0.6 RPC

+

stop - Zcash 2.0.7 RPC

stop
 
@@ -49,6 +49,31 @@ Stop Zcash server.
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -67,9 +92,15 @@ Stop Zcash server. getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -85,6 +116,9 @@ Stop Zcash server. getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/submitblock.html b/submitblock.html index 41b8c29..cd564ba 100644 --- a/submitblock.html +++ b/submitblock.html @@ -3,10 +3,10 @@ - + - submitblock - Zcash 2.0.6 RPC Docs + submitblock - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

submitblock - Zcash 2.0.6 RPC

+

submitblock - Zcash 2.0.7 RPC

submitblock "hexdata" ( "jsonparametersobject" )
 
@@ -71,6 +71,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/validateaddress.html b/validateaddress.html index 27fd780..2a3041f 100644 --- a/validateaddress.html +++ b/validateaddress.html @@ -3,10 +3,10 @@ - + - validateaddress - Zcash 2.0.6 RPC Docs + validateaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

validateaddress - Zcash 2.0.6 RPC

+

validateaddress - Zcash 2.0.7 RPC

validateaddress "zcashaddress"
 
@@ -69,6 +69,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -87,9 +112,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -105,6 +136,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/verifychain.html b/verifychain.html index 666ee03..fe06aac 100644 --- a/verifychain.html +++ b/verifychain.html @@ -3,10 +3,10 @@ - + - verifychain - Zcash 2.0.6 RPC Docs + verifychain - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

verifychain - Zcash 2.0.6 RPC

+

verifychain - Zcash 2.0.7 RPC

verifychain ( checklevel numblocks )
 
@@ -61,6 +61,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -79,9 +104,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -97,6 +128,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/verifymessage.html b/verifymessage.html index 1739208..b751ca8 100644 --- a/verifymessage.html +++ b/verifymessage.html @@ -3,10 +3,10 @@ - + - verifymessage - Zcash 2.0.6 RPC Docs + verifymessage - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

verifymessage - Zcash 2.0.6 RPC

+

verifymessage - Zcash 2.0.7 RPC

verifymessage "zcashaddress" "signature" "message"
 
@@ -72,6 +72,31 @@ As json rpc
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -90,9 +115,15 @@ As json rpc getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -108,6 +139,9 @@ As json rpc getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/verifytxoutproof.html b/verifytxoutproof.html index 1f2b1c1..734e925 100644 --- a/verifytxoutproof.html +++ b/verifytxoutproof.html @@ -3,10 +3,10 @@ - + - verifytxoutproof - Zcash 2.0.6 RPC Docs + verifytxoutproof - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

verifytxoutproof - Zcash 2.0.6 RPC

+

verifytxoutproof - Zcash 2.0.7 RPC

verifytxoutproof "proof"
 
@@ -57,6 +57,31 @@ Result:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Result: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Result: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_exportkey.html b/z_exportkey.html index fc8d232..8f155d6 100644 --- a/z_exportkey.html +++ b/z_exportkey.html @@ -3,10 +3,10 @@ - + - z_exportkey - Zcash 2.0.6 RPC Docs + z_exportkey - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_exportkey - Zcash 2.0.6 RPC

+

z_exportkey - Zcash 2.0.7 RPC

z_exportkey "zaddr"
 
@@ -62,6 +62,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -80,9 +105,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -98,6 +129,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_exportviewingkey.html b/z_exportviewingkey.html index 6c61b63..e4dffb4 100644 --- a/z_exportviewingkey.html +++ b/z_exportviewingkey.html @@ -3,10 +3,10 @@ - + - z_exportviewingkey - Zcash 2.0.6 RPC Docs + z_exportviewingkey - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_exportviewingkey - Zcash 2.0.6 RPC

+

z_exportviewingkey - Zcash 2.0.7 RPC

z_exportviewingkey "zaddr"
 
@@ -61,6 +61,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -79,9 +104,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -97,6 +128,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_exportwallet.html b/z_exportwallet.html index 5ec2527..1dafcb8 100644 --- a/z_exportwallet.html +++ b/z_exportwallet.html @@ -3,10 +3,10 @@ - + - z_exportwallet - Zcash 2.0.6 RPC Docs + z_exportwallet - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_exportwallet - Zcash 2.0.6 RPC

+

z_exportwallet - Zcash 2.0.7 RPC

z_exportwallet "filename"
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_getbalance.html b/z_getbalance.html index 970699f..505a148 100644 --- a/z_getbalance.html +++ b/z_getbalance.html @@ -3,10 +3,10 @@ - + - z_getbalance - Zcash 2.0.6 RPC Docs + z_getbalance - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_getbalance - Zcash 2.0.6 RPC

+

z_getbalance - Zcash 2.0.7 RPC

z_getbalance "address" ( minconf )
 
@@ -71,6 +71,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -89,9 +114,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -107,6 +138,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_getmigrationstatus.html b/z_getmigrationstatus.html index f7f3f12..51d9f3c 100644 --- a/z_getmigrationstatus.html +++ b/z_getmigrationstatus.html @@ -3,10 +3,10 @@ - + - z_getmigrationstatus - Zcash 2.0.6 RPC Docs + z_getmigrationstatus - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_getmigrationstatus - Zcash 2.0.6 RPC

+

z_getmigrationstatus - Zcash 2.0.7 RPC

z_getmigrationstatus
 Returns information about the status of the Sprout to Sapling migration.
@@ -64,6 +64,31 @@ Result:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -82,9 +107,15 @@ Result: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -100,6 +131,9 @@ Result: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_getnewaddress.html b/z_getnewaddress.html index 55cca3e..24c11c2 100644 --- a/z_getnewaddress.html +++ b/z_getnewaddress.html @@ -3,10 +3,10 @@ - + - z_getnewaddress - Zcash 2.0.6 RPC Docs + z_getnewaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_getnewaddress - Zcash 2.0.6 RPC

+

z_getnewaddress - Zcash 2.0.7 RPC

z_getnewaddress ( type )
 
@@ -63,6 +63,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_getoperationresult.html b/z_getoperationresult.html index 5877249..bab615a 100644 --- a/z_getoperationresult.html +++ b/z_getoperationresult.html @@ -3,10 +3,10 @@ - + - z_getoperationresult - Zcash 2.0.6 RPC Docs + z_getoperationresult - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_getoperationresult - Zcash 2.0.6 RPC

+

z_getoperationresult - Zcash 2.0.7 RPC

z_getoperationresult (["operationid", ... ]) 
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_getoperationstatus.html b/z_getoperationstatus.html index 9ccd172..f590392 100644 --- a/z_getoperationstatus.html +++ b/z_getoperationstatus.html @@ -3,10 +3,10 @@ - + - z_getoperationstatus - Zcash 2.0.6 RPC Docs + z_getoperationstatus - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_getoperationstatus - Zcash 2.0.6 RPC

+

z_getoperationstatus - Zcash 2.0.7 RPC

z_getoperationstatus (["operationid", ... ]) 
 
@@ -60,6 +60,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_getpaymentdisclosure.html b/z_getpaymentdisclosure.html index 53cff52..8652ca4 100644 --- a/z_getpaymentdisclosure.html +++ b/z_getpaymentdisclosure.html @@ -3,10 +3,10 @@ - + - z_getpaymentdisclosure - Zcash 2.0.6 RPC Docs + z_getpaymentdisclosure - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_getpaymentdisclosure - Zcash 2.0.6 RPC

+

z_getpaymentdisclosure - Zcash 2.0.7 RPC

z_getpaymentdisclosure "txid" "js_index" "output_index" ("message") 
 
@@ -73,6 +73,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -91,9 +116,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -109,6 +140,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_gettotalbalance.html b/z_gettotalbalance.html index b21308c..fc9b920 100644 --- a/z_gettotalbalance.html +++ b/z_gettotalbalance.html @@ -3,10 +3,10 @@ - + - z_gettotalbalance - Zcash 2.0.6 RPC Docs + z_gettotalbalance - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_gettotalbalance - Zcash 2.0.6 RPC

+

z_gettotalbalance - Zcash 2.0.7 RPC

z_gettotalbalance ( minconf includeWatchonly )
 
@@ -49,8 +49,8 @@ Arguments:
 Result:
 {
   "transparent": xxxxx,     (numeric) the total balance of transparent funds
-  "private": xxxxx,         (numeric) the total balance of private funds (in both Sprout and Sapling addresses)
-  "total": xxxxx,           (numeric) the total balance of both transparent and private funds
+  "private": xxxxx,         (numeric) the total balance of shielded funds (in both Sprout and Sapling addresses)
+  "total": xxxxx,           (numeric) the total balance of both transparent and shielded funds
 }
 
 Examples:
@@ -76,6 +76,31 @@ As a json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -94,9 +119,15 @@ As a json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -112,6 +143,9 @@ As a json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_importkey.html b/z_importkey.html index 28b1bf4..54d74bf 100644 --- a/z_importkey.html +++ b/z_importkey.html @@ -3,10 +3,10 @@ - + - z_importkey - Zcash 2.0.6 RPC Docs + z_importkey - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_importkey - Zcash 2.0.6 RPC

+

z_importkey - Zcash 2.0.7 RPC

z_importkey "zkey" ( rescan startHeight )
 
@@ -74,6 +74,31 @@ As a JSON-RPC call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -92,9 +117,15 @@ As a JSON-RPC call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -110,6 +141,9 @@ As a JSON-RPC call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_importviewingkey.html b/z_importviewingkey.html index ec0408f..ff957bf 100644 --- a/z_importviewingkey.html +++ b/z_importviewingkey.html @@ -3,10 +3,10 @@ - + - z_importviewingkey - Zcash 2.0.6 RPC Docs + z_importviewingkey - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_importviewingkey - Zcash 2.0.6 RPC

+

z_importviewingkey - Zcash 2.0.7 RPC

z_importviewingkey "vkey" ( rescan startHeight )
 
@@ -74,6 +74,31 @@ As a JSON-RPC call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -92,9 +117,15 @@ As a JSON-RPC call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -110,6 +141,9 @@ As a JSON-RPC call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_importwallet.html b/z_importwallet.html index b6d9d85..b64d058 100644 --- a/z_importwallet.html +++ b/z_importwallet.html @@ -3,10 +3,10 @@ - + - z_importwallet - Zcash 2.0.6 RPC Docs + z_importwallet - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_importwallet - Zcash 2.0.6 RPC

+

z_importwallet - Zcash 2.0.7 RPC

z_importwallet "filename"
 
@@ -64,6 +64,31 @@ Import using the json rpc call
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -82,9 +107,15 @@ Import using the json rpc call getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -100,6 +131,9 @@ Import using the json rpc call getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_listaddresses.html b/z_listaddresses.html index 11f84be..09dd4eb 100644 --- a/z_listaddresses.html +++ b/z_listaddresses.html @@ -3,10 +3,10 @@ - + - z_listaddresses - Zcash 2.0.6 RPC Docs + z_listaddresses - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_listaddresses - Zcash 2.0.6 RPC

+

z_listaddresses - Zcash 2.0.7 RPC

z_listaddresses ( includeWatchonly )
 
@@ -63,6 +63,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_listoperationids.html b/z_listoperationids.html index a5d555d..0a17d95 100644 --- a/z_listoperationids.html +++ b/z_listoperationids.html @@ -3,10 +3,10 @@ - + - z_listoperationids - Zcash 2.0.6 RPC Docs + z_listoperationids - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_listoperationids - Zcash 2.0.6 RPC

+

z_listoperationids - Zcash 2.0.7 RPC

z_listoperationids
 
@@ -63,6 +63,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -81,9 +106,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -99,6 +130,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_listreceivedbyaddress.html b/z_listreceivedbyaddress.html index c1a7bbd..3e8ffa4 100644 --- a/z_listreceivedbyaddress.html +++ b/z_listreceivedbyaddress.html @@ -3,10 +3,10 @@ - + - z_listreceivedbyaddress - Zcash 2.0.6 RPC Docs + z_listreceivedbyaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_listreceivedbyaddress - Zcash 2.0.6 RPC

+

z_listreceivedbyaddress - Zcash 2.0.7 RPC

z_listreceivedbyaddress "address" ( minconf )
 
@@ -69,6 +69,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -87,9 +112,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -105,6 +136,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_listunspent.html b/z_listunspent.html index 7a0151c..f1de698 100644 --- a/z_listunspent.html +++ b/z_listunspent.html @@ -3,10 +3,10 @@ - + - z_listunspent - Zcash 2.0.6 RPC Docs + z_listunspent - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_listunspent - Zcash 2.0.6 RPC

+

z_listunspent - Zcash 2.0.7 RPC

z_listunspent ( minconf maxconf includeWatchonly ["zaddr",...] )
 
@@ -87,6 +87,31 @@ Examples
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -105,9 +130,15 @@ Examples getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -123,6 +154,9 @@ Examples getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_mergetoaddress.html b/z_mergetoaddress.html index 58c36b8..67e0b3c 100644 --- a/z_mergetoaddress.html +++ b/z_mergetoaddress.html @@ -3,10 +3,10 @@ - + - z_mergetoaddress - Zcash 2.0.6 RPC Docs + z_mergetoaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_mergetoaddress - Zcash 2.0.6 RPC

+

z_mergetoaddress - Zcash 2.0.7 RPC

z_mergetoaddress ["fromaddress", ... ] "toaddress" ( fee ) ( transparent_limit ) ( shielded_limit ) ( memo )
 
@@ -105,6 +105,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -123,9 +148,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -141,6 +172,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_sendmany.html b/z_sendmany.html index c6e575d..bb9f6a8 100644 --- a/z_sendmany.html +++ b/z_sendmany.html @@ -3,10 +3,10 @@ - + - z_sendmany - Zcash 2.0.6 RPC Docs + z_sendmany - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_sendmany - Zcash 2.0.6 RPC

+

z_sendmany - Zcash 2.0.7 RPC

z_sendmany "fromaddress" [{"address":... ,"amount":...},...] ( minconf ) ( fee )
 
@@ -72,6 +72,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -90,9 +115,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -108,6 +139,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_setmigration.html b/z_setmigration.html index 2ebfe70..57b3d91 100644 --- a/z_setmigration.html +++ b/z_setmigration.html @@ -3,10 +3,10 @@ - + - z_setmigration - Zcash 2.0.6 RPC Docs + z_setmigration - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_setmigration - Zcash 2.0.6 RPC

+

z_setmigration - Zcash 2.0.7 RPC

z_setmigration enabled
 When enabled the Sprout to Sapling migration will attempt to migrate all funds from this wallet’s
@@ -60,6 +60,31 @@ Arguments:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -78,9 +103,15 @@ Arguments: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -96,6 +127,9 @@ Arguments: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_shieldcoinbase.html b/z_shieldcoinbase.html index abd7cc7..22823c3 100644 --- a/z_shieldcoinbase.html +++ b/z_shieldcoinbase.html @@ -3,10 +3,10 @@ - + - z_shieldcoinbase - Zcash 2.0.6 RPC Docs + z_shieldcoinbase - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_shieldcoinbase - Zcash 2.0.6 RPC

+

z_shieldcoinbase - Zcash 2.0.7 RPC

z_shieldcoinbase "fromaddress" "tozaddress" ( fee ) ( limit )
 
@@ -74,6 +74,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -92,9 +117,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -110,6 +141,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_validateaddress.html b/z_validateaddress.html index e876fda..491f233 100644 --- a/z_validateaddress.html +++ b/z_validateaddress.html @@ -3,10 +3,10 @@ - + - z_validateaddress - Zcash 2.0.6 RPC Docs + z_validateaddress - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_validateaddress - Zcash 2.0.6 RPC

+

z_validateaddress - Zcash 2.0.7 RPC

z_validateaddress "zaddr"
 
@@ -69,6 +69,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -87,9 +112,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -105,6 +136,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/z_validatepaymentdisclosure.html b/z_validatepaymentdisclosure.html index f972d1d..1db0b3a 100644 --- a/z_validatepaymentdisclosure.html +++ b/z_validatepaymentdisclosure.html @@ -3,10 +3,10 @@ - + - z_validatepaymentdisclosure - Zcash 2.0.6 RPC Docs + z_validatepaymentdisclosure - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

z_validatepaymentdisclosure - Zcash 2.0.6 RPC

+

z_validatepaymentdisclosure - Zcash 2.0.7 RPC

z_validatepaymentdisclosure "paymentdisclosure"
 
@@ -67,6 +67,31 @@ Examples:
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -85,9 +110,15 @@ Examples: getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -103,6 +134,9 @@ Examples: getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/zcbenchmark.html b/zcbenchmark.html index 5b3dfb6..f622adf 100644 --- a/zcbenchmark.html +++ b/zcbenchmark.html @@ -3,10 +3,10 @@ - + - zcbenchmark - Zcash 2.0.6 RPC Docs + zcbenchmark - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

zcbenchmark - Zcash 2.0.6 RPC

+

zcbenchmark - Zcash 2.0.7 RPC

zcbenchmark benchmarktype samplecount
 
@@ -61,6 +61,31 @@ Output: [
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -79,9 +104,15 @@ Output: [ getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -97,6 +128,9 @@ Output: [ getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/zcrawjoinsplit.html b/zcrawjoinsplit.html index 4dd5228..f7e2f87 100644 --- a/zcrawjoinsplit.html +++ b/zcrawjoinsplit.html @@ -3,10 +3,10 @@ - + - zcrawjoinsplit - Zcash 2.0.6 RPC Docs + zcrawjoinsplit - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

zcrawjoinsplit - Zcash 2.0.6 RPC

+

zcrawjoinsplit - Zcash 2.0.7 RPC

zcrawjoinsplit rawtx inputs outputs vpub_old vpub_new
   inputs: a JSON object mapping {note: zcsecretkey, ...}
@@ -66,6 +66,31 @@ Output: {
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -84,9 +109,15 @@ Output: { getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -102,6 +133,9 @@ Output: { getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/zcrawkeygen.html b/zcrawkeygen.html index 92dd605..e6039b5 100644 --- a/zcrawkeygen.html +++ b/zcrawkeygen.html @@ -3,10 +3,10 @@ - + - zcrawkeygen - Zcash 2.0.6 RPC Docs + zcrawkeygen - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

zcrawkeygen - Zcash 2.0.6 RPC

+

zcrawkeygen - Zcash 2.0.7 RPC

zcrawkeygen
 
@@ -56,6 +56,31 @@ Output: {
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -74,9 +99,15 @@ Output: { getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -92,6 +123,9 @@ Output: { getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/zcrawreceive.html b/zcrawreceive.html index 9cde64e..769693a 100644 --- a/zcrawreceive.html +++ b/zcrawreceive.html @@ -3,10 +3,10 @@ - + - zcrawreceive - Zcash 2.0.6 RPC Docs + zcrawreceive - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

zcrawreceive - Zcash 2.0.6 RPC

+

zcrawreceive - Zcash 2.0.7 RPC

zcrawreceive zcsecretkey encryptednote
 
@@ -57,6 +57,31 @@ Output: {
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -75,9 +100,15 @@ Output: { getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -93,6 +124,9 @@ Output: { getrawmempool
+ getspentinfo +
+ gettxout
diff --git a/zcsamplejoinsplit.html b/zcsamplejoinsplit.html index 201b732..71f6e46 100644 --- a/zcsamplejoinsplit.html +++ b/zcsamplejoinsplit.html @@ -3,10 +3,10 @@ - + - zcsamplejoinsplit - Zcash 2.0.6 RPC Docs + zcsamplejoinsplit - Zcash 2.0.7 RPC Docs @@ -25,14 +25,14 @@
-

zcsamplejoinsplit - Zcash 2.0.6 RPC

+

zcsamplejoinsplit - Zcash 2.0.7 RPC

zcsamplejoinsplit
 
@@ -50,6 +50,31 @@ Perform a joinsplit and return the JSDescription.
         
+
+
+ Addressindex +
+ +
+
+
Blockchain @@ -68,9 +93,15 @@ Perform a joinsplit and return the JSDescription. getblockcount
+ getblockdeltas +
+ getblockhash
+ getblockhashes +
+ getblockheader
@@ -86,6 +117,9 @@ Perform a joinsplit and return the JSDescription. getrawmempool
+ getspentinfo +
+ gettxout