-
addmultisigaddress - Zcash 5.0.0 RPC
+addmultisigaddress - Zcash 5.1.0 RPC
addmultisigaddress nrequired ["key",...] ( "" ) diff --git a/addnode.html b/addnode.html index f6ac8f1..1c6b9fa 100644 --- a/addnode.html +++ b/addnode.html @@ -3,10 +3,10 @@ - + -addnode - Zcash 5.0.0 RPC Docs +addnode - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -addnode - Zcash 5.0.0 RPC
+addnode - Zcash 5.1.0 RPC
addnode "node" "add|remove|onetry" diff --git a/backupwallet.html b/backupwallet.html index 43b855b..9c12457 100644 --- a/backupwallet.html +++ b/backupwallet.html @@ -3,10 +3,10 @@ - + -backupwallet - Zcash 5.0.0 RPC Docs +backupwallet - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -backupwallet - Zcash 5.0.0 RPC
+backupwallet - Zcash 5.1.0 RPC
backupwallet "destination" diff --git a/clearbanned.html b/clearbanned.html index af064f5..4b77ace 100644 --- a/clearbanned.html +++ b/clearbanned.html @@ -3,10 +3,10 @@ - + -clearbanned - Zcash 5.0.0 RPC Docs +clearbanned - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -clearbanned - Zcash 5.0.0 RPC
+clearbanned - Zcash 5.1.0 RPC
clearbanned diff --git a/createmultisig.html b/createmultisig.html index 9acf133..5401fec 100644 --- a/createmultisig.html +++ b/createmultisig.html @@ -3,10 +3,10 @@ - + -createmultisig - Zcash 5.0.0 RPC Docs +createmultisig - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -createmultisig - Zcash 5.0.0 RPC
+createmultisig - Zcash 5.1.0 RPC
createmultisig nrequired ["key",...] diff --git a/createrawtransaction.html b/createrawtransaction.html index eea4170..fe9ac13 100644 --- a/createrawtransaction.html +++ b/createrawtransaction.html @@ -3,10 +3,10 @@ - + -createrawtransaction - Zcash 5.0.0 RPC Docs +createrawtransaction - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -createrawtransaction - Zcash 5.0.0 RPC
+createrawtransaction - Zcash 5.1.0 RPC
createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime ) ( expiryheight ) diff --git a/decoderawtransaction.html b/decoderawtransaction.html index 6ec1249..c18790d 100644 --- a/decoderawtransaction.html +++ b/decoderawtransaction.html @@ -3,10 +3,10 @@ - + -decoderawtransaction - Zcash 5.0.0 RPC Docs +decoderawtransaction - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -decoderawtransaction - Zcash 5.0.0 RPC
+decoderawtransaction - Zcash 5.1.0 RPC
decoderawtransaction "hexstring" diff --git a/decodescript.html b/decodescript.html index 0ed6e2c..8218576 100644 --- a/decodescript.html +++ b/decodescript.html @@ -3,10 +3,10 @@ - + -decodescript - Zcash 5.0.0 RPC Docs +decodescript - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -decodescript - Zcash 5.0.0 RPC
+decodescript - Zcash 5.1.0 RPC
decodescript "hex" diff --git a/disconnectnode.html b/disconnectnode.html index 036a4e3..0575eb8 100644 --- a/disconnectnode.html +++ b/disconnectnode.html @@ -3,10 +3,10 @@ - + -disconnectnode - Zcash 5.0.0 RPC Docs +disconnectnode - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -disconnectnode - Zcash 5.0.0 RPC
+disconnectnode - Zcash 5.1.0 RPC
disconnectnode "node" diff --git a/dumpprivkey.html b/dumpprivkey.html index cf92eb6..f9a8cb7 100644 --- a/dumpprivkey.html +++ b/dumpprivkey.html @@ -3,10 +3,10 @@ - + -dumpprivkey - Zcash 5.0.0 RPC Docs +dumpprivkey - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -dumpprivkey - Zcash 5.0.0 RPC
+dumpprivkey - Zcash 5.1.0 RPC
dumpprivkey "t-addr" diff --git a/dumpwallet.html b/dumpwallet.html index b835c98..caf95d1 100644 --- a/dumpwallet.html +++ b/dumpwallet.html @@ -3,10 +3,10 @@ - + -dumpwallet - Zcash 5.0.0 RPC Docs +dumpwallet - Zcash 5.1.0 RPC Docs @@ -25,31 +25,20 @@ -dumpwallet - Zcash 5.0.0 RPC
+dumpwallet - Zcash 5.1.0 RPC
-dumpwallet "filename" - -DEPRECATED. Please use the z_exportwallet RPC instead. - -Dumps taddr wallet keys in a human-readable format. Overwriting an existing file is not permitted. - -Arguments: -1. "filename" (string, required) The filename, saved in folder set by zcashd -exportdir option - -Result: -"path" (string) The full path of the destination file - -Examples: -> zcash-cli dumpwallet "test" -> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "dumpwallet", "params": ["test"] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/ +dumpwallet is DEPRECATED and will be removed in a future release +Use z_exportwallet instead, or restart with `-allowdeprecated=dumpwallet` +if you require backward compatibility. +See https://zcash.github.io/zcash/user/deprecation.html for more information.
diff --git a/encryptwallet.html b/encryptwallet.html index 45ebb7b..28ff036 100644 --- a/encryptwallet.html +++ b/encryptwallet.html @@ -3,10 +3,10 @@ - + -encryptwallet - Zcash 5.0.0 RPC Docs +encryptwallet - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -encryptwallet - Zcash 5.0.0 RPC
+encryptwallet - Zcash 5.1.0 RPC
encryptwallet "passphrase" diff --git a/estimatefee.html b/estimatefee.html index 2ab7fc3..14badb7 100644 --- a/estimatefee.html +++ b/estimatefee.html @@ -3,10 +3,10 @@ - + -estimatefee - Zcash 5.0.0 RPC Docs +estimatefee - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -estimatefee - Zcash 5.0.0 RPC
+estimatefee - Zcash 5.1.0 RPC
estimatefee nblocks diff --git a/estimatepriority.html b/estimatepriority.html index d5b4dab..a4515fb 100644 --- a/estimatepriority.html +++ b/estimatepriority.html @@ -3,10 +3,10 @@ - + -estimatepriority - Zcash 5.0.0 RPC Docs +estimatepriority - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -estimatepriority - Zcash 5.0.0 RPC
+estimatepriority - Zcash 5.1.0 RPC
estimatepriority nblocks diff --git a/fundrawtransaction.html b/fundrawtransaction.html index f05664b..89cc1e2 100644 --- a/fundrawtransaction.html +++ b/fundrawtransaction.html @@ -3,10 +3,10 @@ - + -fundrawtransaction - Zcash 5.0.0 RPC Docs +fundrawtransaction - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -fundrawtransaction - Zcash 5.0.0 RPC
+fundrawtransaction - Zcash 5.1.0 RPC
fundrawtransaction "hexstring" includeWatching diff --git a/generate.html b/generate.html index 76b34b3..28d671a 100644 --- a/generate.html +++ b/generate.html @@ -3,10 +3,10 @@ - + -generate - Zcash 5.0.0 RPC Docs +generate - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -generate - Zcash 5.0.0 RPC
+generate - Zcash 5.1.0 RPC
generate numblocks diff --git a/getaddednodeinfo.html b/getaddednodeinfo.html index a2fde05..39e628c 100644 --- a/getaddednodeinfo.html +++ b/getaddednodeinfo.html @@ -3,10 +3,10 @@ - + -getaddednodeinfo - Zcash 5.0.0 RPC Docs +getaddednodeinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getaddednodeinfo - Zcash 5.0.0 RPC
+getaddednodeinfo - Zcash 5.1.0 RPC
getaddednodeinfo dns ( "node" ) diff --git a/getaddressbalance.html b/getaddressbalance.html index a74db2f..33efb08 100644 --- a/getaddressbalance.html +++ b/getaddressbalance.html @@ -3,10 +3,10 @@ - + -getaddressbalance - Zcash 5.0.0 RPC Docs +getaddressbalance - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getaddressbalance - Zcash 5.0.0 RPC
+getaddressbalance - Zcash 5.1.0 RPC
getaddressbalance {"addresses": ["taddr", ...]} diff --git a/getaddressdeltas.html b/getaddressdeltas.html index 9b18fe2..6d8eb65 100644 --- a/getaddressdeltas.html +++ b/getaddressdeltas.html @@ -3,10 +3,10 @@ - + -getaddressdeltas - Zcash 5.0.0 RPC Docs +getaddressdeltas - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getaddressdeltas - Zcash 5.0.0 RPC
+getaddressdeltas - Zcash 5.1.0 RPC
getaddressdeltas {"addresses": ["taddr", ...], ("start": n), ("end": n), ("chainInfo": true|false)} diff --git a/getaddressmempool.html b/getaddressmempool.html index 06e97f7..4e5cc8d 100644 --- a/getaddressmempool.html +++ b/getaddressmempool.html @@ -3,10 +3,10 @@ - + -getaddressmempool - Zcash 5.0.0 RPC Docs +getaddressmempool - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getaddressmempool - Zcash 5.0.0 RPC
+getaddressmempool - Zcash 5.1.0 RPC
getaddressmempool {"addresses": ["taddr", ...]} diff --git a/getaddresstxids.html b/getaddresstxids.html index 5784a80..87dcc2e 100644 --- a/getaddresstxids.html +++ b/getaddresstxids.html @@ -3,10 +3,10 @@ - + -getaddresstxids - Zcash 5.0.0 RPC Docs +getaddresstxids - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getaddresstxids - Zcash 5.0.0 RPC
+getaddresstxids - Zcash 5.1.0 RPC
getaddresstxids {"addresses": ["taddr", ...], ("start": n), ("end": n)} diff --git a/getaddressutxos.html b/getaddressutxos.html index 7a0e67b..a941858 100644 --- a/getaddressutxos.html +++ b/getaddressutxos.html @@ -3,10 +3,10 @@ - + -getaddressutxos - Zcash 5.0.0 RPC Docs +getaddressutxos - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getaddressutxos - Zcash 5.0.0 RPC
+getaddressutxos - Zcash 5.1.0 RPC
getaddressutxos {"addresses": ["taddr", ...], ("chainInfo": true|false)} diff --git a/getbalance.html b/getbalance.html index b68427c..a5cfcad 100644 --- a/getbalance.html +++ b/getbalance.html @@ -3,10 +3,10 @@ - + -getbalance - Zcash 5.0.0 RPC Docs +getbalance - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getbalance - Zcash 5.0.0 RPC
+getbalance - Zcash 5.1.0 RPC
getbalance ( "(dummy)" minconf includeWatchonly inZat ) diff --git a/getbestblockhash.html b/getbestblockhash.html index 52027f7..b7ce116 100644 --- a/getbestblockhash.html +++ b/getbestblockhash.html @@ -3,10 +3,10 @@ - + -getbestblockhash - Zcash 5.0.0 RPC Docs +getbestblockhash - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getbestblockhash - Zcash 5.0.0 RPC
+getbestblockhash - Zcash 5.1.0 RPC
getbestblockhash diff --git a/getblock.html b/getblock.html index 013ca36..1e7ffd2 100644 --- a/getblock.html +++ b/getblock.html @@ -3,10 +3,10 @@ - + -getblock - Zcash 5.0.0 RPC Docs +getblock - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblock - Zcash 5.0.0 RPC
+getblock - Zcash 5.1.0 RPC
getblock "hash|height" ( verbosity ) diff --git a/getblockchaininfo.html b/getblockchaininfo.html index fa77b8d..e5efb9f 100644 --- a/getblockchaininfo.html +++ b/getblockchaininfo.html @@ -3,10 +3,10 @@ - + -getblockchaininfo - Zcash 5.0.0 RPC Docs +getblockchaininfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblockchaininfo - Zcash 5.0.0 RPC
+getblockchaininfo - Zcash 5.1.0 RPC
getblockchaininfo Returns an object containing various state info regarding block chain processing. diff --git a/getblockcount.html b/getblockcount.html index a5d7274..3a35e03 100644 --- a/getblockcount.html +++ b/getblockcount.html @@ -3,10 +3,10 @@ - + -getblockcount - Zcash 5.0.0 RPC Docs +getblockcount - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblockcount - Zcash 5.0.0 RPC
+getblockcount - Zcash 5.1.0 RPC
getblockcount diff --git a/getblockdeltas.html b/getblockdeltas.html index 774e776..711cb95 100644 --- a/getblockdeltas.html +++ b/getblockdeltas.html @@ -3,10 +3,10 @@ - + -getblockdeltas - Zcash 5.0.0 RPC Docs +getblockdeltas - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblockdeltas - Zcash 5.0.0 RPC
+getblockdeltas - Zcash 5.1.0 RPC
getblockdeltas "blockhash" diff --git a/getblockhash.html b/getblockhash.html index 4b806bf..7497b20 100644 --- a/getblockhash.html +++ b/getblockhash.html @@ -3,10 +3,10 @@ - + -getblockhash - Zcash 5.0.0 RPC Docs +getblockhash - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblockhash - Zcash 5.0.0 RPC
+getblockhash - Zcash 5.1.0 RPC
getblockhash index diff --git a/getblockhashes.html b/getblockhashes.html index 0ff2c3e..381a27b 100644 --- a/getblockhashes.html +++ b/getblockhashes.html @@ -3,10 +3,10 @@ - + -getblockhashes - Zcash 5.0.0 RPC Docs +getblockhashes - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblockhashes - Zcash 5.0.0 RPC
+getblockhashes - Zcash 5.1.0 RPC
getblockhashes high low ( {"noOrphans": true|false, "logicalTimes": true|false} ) diff --git a/getblockheader.html b/getblockheader.html index 1d3b216..21d75d4 100644 --- a/getblockheader.html +++ b/getblockheader.html @@ -3,10 +3,10 @@ - + -getblockheader - Zcash 5.0.0 RPC Docs +getblockheader - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblockheader - Zcash 5.0.0 RPC
+getblockheader - Zcash 5.1.0 RPC
getblockheader "hash" ( verbose ) diff --git a/getblocksubsidy.html b/getblocksubsidy.html index 6834720..3d8e68b 100644 --- a/getblocksubsidy.html +++ b/getblocksubsidy.html @@ -3,10 +3,10 @@ - + -getblocksubsidy - Zcash 5.0.0 RPC Docs +getblocksubsidy - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblocksubsidy - Zcash 5.0.0 RPC
+getblocksubsidy - Zcash 5.1.0 RPC
getblocksubsidy height diff --git a/getblocktemplate.html b/getblocktemplate.html index 6546422..4f6e4ab 100644 --- a/getblocktemplate.html +++ b/getblocktemplate.html @@ -3,10 +3,10 @@ - + -getblocktemplate - Zcash 5.0.0 RPC Docs +getblocktemplate - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getblocktemplate - Zcash 5.0.0 RPC
+getblocktemplate - Zcash 5.1.0 RPC
getblocktemplate ( "jsonrequestobject" ) diff --git a/getchaintips.html b/getchaintips.html index 0a22464..952bc9c 100644 --- a/getchaintips.html +++ b/getchaintips.html @@ -3,10 +3,10 @@ - + -getchaintips - Zcash 5.0.0 RPC Docs +getchaintips - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getchaintips - Zcash 5.0.0 RPC
+getchaintips - Zcash 5.1.0 RPC
getchaintips Return information about all known tips in the block tree, including the main chain as well as orphaned branches. diff --git a/getconnectioncount.html b/getconnectioncount.html index 012a0b7..7913f13 100644 --- a/getconnectioncount.html +++ b/getconnectioncount.html @@ -3,10 +3,10 @@ - + -getconnectioncount - Zcash 5.0.0 RPC Docs +getconnectioncount - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getconnectioncount - Zcash 5.0.0 RPC
+getconnectioncount - Zcash 5.1.0 RPC
getconnectioncount diff --git a/getdeprecationinfo.html b/getdeprecationinfo.html index db58aed..d2074fe 100644 --- a/getdeprecationinfo.html +++ b/getdeprecationinfo.html @@ -3,10 +3,10 @@ - + -getdeprecationinfo - Zcash 5.0.0 RPC Docs +getdeprecationinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getdeprecationinfo - Zcash 5.0.0 RPC
+getdeprecationinfo - Zcash 5.1.0 RPC
getdeprecationinfo Returns an object containing current version and deprecation block height. Applicable only on mainnet. diff --git a/getdifficulty.html b/getdifficulty.html index 207ce5a..b0d3342 100644 --- a/getdifficulty.html +++ b/getdifficulty.html @@ -3,10 +3,10 @@ - + -getdifficulty - Zcash 5.0.0 RPC Docs +getdifficulty - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getdifficulty - Zcash 5.0.0 RPC
+getdifficulty - Zcash 5.1.0 RPC
getdifficulty diff --git a/getexperimentalfeatures.html b/getexperimentalfeatures.html index 9b0308c..7a29daf 100644 --- a/getexperimentalfeatures.html +++ b/getexperimentalfeatures.html @@ -3,10 +3,10 @@ - + -getexperimentalfeatures - Zcash 5.0.0 RPC Docs +getexperimentalfeatures - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getexperimentalfeatures - Zcash 5.0.0 RPC
+getexperimentalfeatures - Zcash 5.1.0 RPC
getexperimentalfeatures diff --git a/getgenerate.html b/getgenerate.html index a11b070..e7e786c 100644 --- a/getgenerate.html +++ b/getgenerate.html @@ -3,10 +3,10 @@ - + -getgenerate - Zcash 5.0.0 RPC Docs +getgenerate - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getgenerate - Zcash 5.0.0 RPC
+getgenerate - Zcash 5.1.0 RPC
getgenerate diff --git a/getinfo.html b/getinfo.html index fcd8621..f5ab3c7 100644 --- a/getinfo.html +++ b/getinfo.html @@ -3,10 +3,10 @@ - + -getinfo - Zcash 5.0.0 RPC Docs +getinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getinfo - Zcash 5.0.0 RPC
+getinfo - Zcash 5.1.0 RPC
getinfo Returns an object containing various state info. diff --git a/getlocalsolps.html b/getlocalsolps.html index 80e2453..0a49614 100644 --- a/getlocalsolps.html +++ b/getlocalsolps.html @@ -3,10 +3,10 @@ - + -getlocalsolps - Zcash 5.0.0 RPC Docs +getlocalsolps - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getlocalsolps - Zcash 5.0.0 RPC
+getlocalsolps - Zcash 5.1.0 RPC
getlocalsolps diff --git a/getmemoryinfo.html b/getmemoryinfo.html index 1f21a6b..ba7d160 100644 --- a/getmemoryinfo.html +++ b/getmemoryinfo.html @@ -3,10 +3,10 @@ - + -getmemoryinfo - Zcash 5.0.0 RPC Docs +getmemoryinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getmemoryinfo - Zcash 5.0.0 RPC
+getmemoryinfo - Zcash 5.1.0 RPC
getmemoryinfo Returns an object containing information about memory usage. diff --git a/getmempoolinfo.html b/getmempoolinfo.html index 1815b9c..89c1a29 100644 --- a/getmempoolinfo.html +++ b/getmempoolinfo.html @@ -3,10 +3,10 @@ - + -getmempoolinfo - Zcash 5.0.0 RPC Docs +getmempoolinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getmempoolinfo - Zcash 5.0.0 RPC
+getmempoolinfo - Zcash 5.1.0 RPC
getmempoolinfo diff --git a/getmininginfo.html b/getmininginfo.html index 3c6879e..68d8736 100644 --- a/getmininginfo.html +++ b/getmininginfo.html @@ -3,10 +3,10 @@ - + -getmininginfo - Zcash 5.0.0 RPC Docs +getmininginfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getmininginfo - Zcash 5.0.0 RPC
+getmininginfo - Zcash 5.1.0 RPC
getmininginfo diff --git a/getnettotals.html b/getnettotals.html index 7841831..7a62980 100644 --- a/getnettotals.html +++ b/getnettotals.html @@ -3,10 +3,10 @@ - + -getnettotals - Zcash 5.0.0 RPC Docs +getnettotals - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getnettotals - Zcash 5.0.0 RPC
+getnettotals - Zcash 5.1.0 RPC
getnettotals diff --git a/getnetworkhashps.html b/getnetworkhashps.html index d5b8552..f2ec7f0 100644 --- a/getnetworkhashps.html +++ b/getnetworkhashps.html @@ -3,10 +3,10 @@ - + -getnetworkhashps - Zcash 5.0.0 RPC Docs +getnetworkhashps - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getnetworkhashps - Zcash 5.0.0 RPC
+getnetworkhashps - Zcash 5.1.0 RPC
getnetworkhashps ( blocks height ) diff --git a/getnetworkinfo.html b/getnetworkinfo.html index 1caeeef..e4387da 100644 --- a/getnetworkinfo.html +++ b/getnetworkinfo.html @@ -3,10 +3,10 @@ - + -getnetworkinfo - Zcash 5.0.0 RPC Docs +getnetworkinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getnetworkinfo - Zcash 5.0.0 RPC
+getnetworkinfo - Zcash 5.1.0 RPC
getnetworkinfo Returns an object containing various state info regarding P2P networking. diff --git a/getnetworksolps.html b/getnetworksolps.html index acddc90..33c0281 100644 --- a/getnetworksolps.html +++ b/getnetworksolps.html @@ -3,10 +3,10 @@ - + -getnetworksolps - Zcash 5.0.0 RPC Docs +getnetworksolps - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getnetworksolps - Zcash 5.0.0 RPC
+getnetworksolps - Zcash 5.1.0 RPC
getnetworksolps ( blocks height ) diff --git a/getnewaddress.html b/getnewaddress.html index c14ccc8..367372d 100644 --- a/getnewaddress.html +++ b/getnewaddress.html @@ -3,10 +3,10 @@ - + -getnewaddress - Zcash 5.0.0 RPC Docs +getnewaddress - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getnewaddress - Zcash 5.0.0 RPC
+getnewaddress - Zcash 5.1.0 RPC
getnewaddress ( "" ) diff --git a/getpeerinfo.html b/getpeerinfo.html index 6618f28..81962c7 100644 --- a/getpeerinfo.html +++ b/getpeerinfo.html @@ -3,10 +3,10 @@ - + -getpeerinfo - Zcash 5.0.0 RPC Docs +getpeerinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getpeerinfo - Zcash 5.0.0 RPC
+getpeerinfo - Zcash 5.1.0 RPC
getpeerinfo diff --git a/getrawchangeaddress.html b/getrawchangeaddress.html index 5b0431f..8d490f7 100644 --- a/getrawchangeaddress.html +++ b/getrawchangeaddress.html @@ -3,10 +3,10 @@ - + -getrawchangeaddress - Zcash 5.0.0 RPC Docs +getrawchangeaddress - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getrawchangeaddress - Zcash 5.0.0 RPC
+getrawchangeaddress - Zcash 5.1.0 RPC
getrawchangeaddress diff --git a/getrawmempool.html b/getrawmempool.html index ac256b7..7269738 100644 --- a/getrawmempool.html +++ b/getrawmempool.html @@ -3,10 +3,10 @@ - + -getrawmempool - Zcash 5.0.0 RPC Docs +getrawmempool - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getrawmempool - Zcash 5.0.0 RPC
+getrawmempool - Zcash 5.1.0 RPC
getrawmempool ( verbose ) diff --git a/getrawtransaction.html b/getrawtransaction.html index 8a86163..ffe4995 100644 --- a/getrawtransaction.html +++ b/getrawtransaction.html @@ -3,10 +3,10 @@ - + -getrawtransaction - Zcash 5.0.0 RPC Docs +getrawtransaction - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getrawtransaction - Zcash 5.0.0 RPC
+getrawtransaction - Zcash 5.1.0 RPC
getrawtransaction "txid" ( verbose "blockhash" ) @@ -58,35 +58,46 @@ Result (if verbose is not set or set to 0): Result (if verbose > 0): { - "in_active_chain": b, (bool) Whether specified block is in the active chain or not (only present with explicit "blockhash" argument) - "hex" : "data", (string) The serialized, hex-encoded data for 'txid' - "txid" : "id", (string) The transaction id (same as provided) - "authdigest" : "id", (string) The transaction's auth digest. For pre-v5 transactions this will be ffff..ffff - "size" : n, (numeric) The transaction size - "version" : n, (numeric) The version - "locktime" : ttt, (numeric) The lock time - "expiryheight" : ttt, (numeric, optional) The block height after which the transaction expires - "vin" : [ (array of json objects) - { - "txid": "id", (string) The transaction id + "in_active_chain": b, (bool) Whether specified block is in the active chain or not (only present with explicit "blockhash" argument) + "hex" : "data", (string) The serialized, hex-encoded data for 'txid' + "txid" : "id", (string) The transaction id (same as provided) + "authdigest" : "id", (string) The transaction's auth digest. For pre-v5 transactions this will be ffff..ffff + "size" : n, (numeric) The transaction size + "overwintered" : b, (bool, optional) Whether the overwintered flag is set + "version" : n, (numeric) The version + "versiongroupid" : "hex", (string, optional) The version group ID + "locktime" : ttt, (numeric) The lock time + "expiryheight" : ttt, (numeric, optional) The block height after which the transaction expires + "vin" : [ (array of json objects) + { (coinbase transactions) + "coinbase": "hex", (string) The coinbase scriptSig as hex + "sequence": n (numeric) The script sequence number + }, + { (non-coinbase transactions) + "txid": "id", (string) The transaction id "vout": n, (numeric) "scriptSig": { (json object) The script - "asm": "asm", (string) asm - "hex": "hex" (string) hex + "asm": "asm", (string) asm + "hex": "hex" (string) hex }, "sequence": n (numeric) The script sequence number + "value": n (numeric, optional) The value of the output being spent in ZEC + "valueSat": n (numeric, optional) The value of the output being spent, in zats + "address": n (string, optional) The address of the output being spent } ,... ], "vout" : [ (array of json objects) { "value" : x.xxx, (numeric) The value in ZEC + "valueZat" : n, (numeric) The value in zats + "valueSat" : n, (numeric) The value in zats "n" : n, (numeric) index "scriptPubKey" : { (json object) - "asm" : "asm", (string) the asm - "hex" : "hex", (string) the hex + "asm" : "asm", (string) the asm + "hex" : "hex", (string) the hex "reqSigs" : n, (numeric) The required sigs - "type" : "pubkeyhash", (string) The type, eg 'pubkeyhash' + "type" : "pubkeyhash", (string) The type, eg 'pubkeyhash' "addresses" : [ (json array of string) "zcashaddress" (string) Zcash address ,... @@ -98,8 +109,10 @@ Result (if verbose > 0): "vjoinsplit" : [ (array of json objects, only for version >= 2) { "vpub_old" : x.xxx, (numeric) public input value in ZEC + "vpub_oldZat" : n, (numeric) public input value in zats "vpub_new" : x.xxx, (numeric) public output value in ZEC - "anchor" : "hex", (string) the anchor + "vpub_newZat" : n, (numeric) public output value in zats + "anchor" : "hex", (string) the anchor "nullifiers" : [ (json array of string) "hex" (string) input note nullifier ,... @@ -108,13 +121,13 @@ Result (if verbose > 0): "hex" (string) output note commitment ,... ], - "onetimePubKey" : "hex", (string) the onetime public key used to encrypt the ciphertexts - "randomSeed" : "hex", (string) the random seed + "onetimePubKey" : "hex", (string) the onetime public key used to encrypt the ciphertexts + "randomSeed" : "hex", (string) the random seed "macs" : [ (json array of string) "hex" (string) input note MAC ,... ], - "proof" : "hex", (string) the zero-knowledge proof + "proof" : "hex", (string) the zero-knowledge proof "ciphertexts" : [ (json array of string) "hex" (string) output note ciphertext ,... @@ -122,10 +135,62 @@ Result (if verbose > 0): } ,... ], - "blockhash" : "hash", (string) the block hash - "confirmations" : n, (numeric) The confirmations - "time" : ttt, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT) - "blocktime" : ttt (numeric) The block time in seconds since epoch (Jan 1 1970 GMT) + "valueBalance" : x.xxx, (numeric, optional) The net value of Sapling Spends minus Outputs in ZEC + "valueBalanceZat" : n, (numeric, optional) The net value of Sapling Spends minus Outputs in zatoshis + "vShieldedSpend" : [ (array of json objects, only for version >= 3) + { + "cv" : "hex", (string) Value commitment to the input note + "anchor" : "hex", (string) Merkle root of the Sapling note commitment tree + "nullifier" : "hex", (string) The nullifier of the input note + "rk" : "hex", (string) The randomized public key for spendAuthSig + "proof" : "hex", (string) A zero-knowledge proof using the Sapling Spend circuit + "spendAuthSig" : "hex", (string) A signature authorizing this Spend + } + ,... + ], + "vShieldedOutput" : [ (array of json objects, only for version >= 3) + { + "cv" : "hex", (string) Value commitment to the input note + "cmu" : "hex", (string) The u-coordinate of the note commitment for the output note + "ephemeralKey" : "hex", (string) A Jubjub public key + "encCiphertext" : "hex", (string) The output note encrypted to the recipient + "outCiphertext" : "hex", (string) A ciphertext enabling the sender to recover the output note + "proof" : "hex", (string) A zero-knowledge proof using the Sapling Output circuit + } + ,... + ], + "bindingSig" : "hash", (string, optional) The Sapling binding sig + "orchard" : { (JSON object with Orchard-specific information) + "actions" : [ (JSON array of objects) + { + "cv" : "hex", (string) A value commitment to the net value of the input note minus the output note + "nullifier" : "hex", (string) The nullifier of the input note + "rk" : "hex", (string) The randomized validating key for spendAuthSig + "cmx" : "hex", (string) The x-coordinate of the note commitment for the output note + "ephemeralKey" : "hex", (string) An encoding of an ephemeral Pallas public key + "encCiphertext" : "hex", (string) The output note encrypted to the recipient + "outCiphertext" : "hex", (string) A ciphertext enabling the sender to recover the output note + "spendAuthSig" : "hex" (string) A signature authorizing the spend in this Action + } + ,... + ], + "valueBalance" : x.xxx, (numeric, optional) The net value of Orchard Actions in ZEC + "valueBalanceZat" : n, (numeric, optional) The net value of Orchard Actions in zatoshis + "flags" : { (optional) + "enableSpends" : true|false (bool) + "enableOutputs" : true|false (bool) + }, + "anchor" : "hex", (string, optional) A root of the Orchard note commitment tree at some block height in the past + "proof" : "hex", (string, optional) Encoding of aggregated zk-SNARK proofs for Orchard Actions + "bindingSig" : "hex" (string, optional) An Orchard binding signature on the SIGHASH transaction hash + }, + "joinSplitPubKey" : "hex", (string, optional) An encoding of a JoinSplitSig public validating key + "joinSplitSig" : "hex", (string, optional) The Sprout binding signature + "blockhash" : "hash", (string) the block hash + "height" : n, (numeric) the block height + "confirmations" : n, (numeric) The confirmations + "time" : ttt, (numeric) The transaction time in seconds since epoch (Jan 1 1970 GMT) + "blocktime" : ttt (numeric) The block time in seconds since epoch (Jan 1 1970 GMT) } Examples: diff --git a/getreceivedbyaddress.html b/getreceivedbyaddress.html index 5958bbe..5d080b3 100644 --- a/getreceivedbyaddress.html +++ b/getreceivedbyaddress.html @@ -3,10 +3,10 @@ - + -getreceivedbyaddress - Zcash 5.0.0 RPC Docs +getreceivedbyaddress - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getreceivedbyaddress - Zcash 5.0.0 RPC
+getreceivedbyaddress - Zcash 5.1.0 RPC
getreceivedbyaddress "zcashaddress" ( minconf ) ( inZat ) diff --git a/getspentinfo.html b/getspentinfo.html index 84d4599..40aa67e 100644 --- a/getspentinfo.html +++ b/getspentinfo.html @@ -3,10 +3,10 @@ - + -getspentinfo - Zcash 5.0.0 RPC Docs +getspentinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getspentinfo - Zcash 5.0.0 RPC
+getspentinfo - Zcash 5.1.0 RPC
getspentinfo {"txid": "txidhex", "index": n} diff --git a/gettransaction.html b/gettransaction.html index 961a245..25af9ca 100644 --- a/gettransaction.html +++ b/gettransaction.html @@ -3,10 +3,10 @@ - + -gettransaction - Zcash 5.0.0 RPC Docs +gettransaction - Zcash 5.1.0 RPC Docs @@ -25,18 +25,20 @@ -gettransaction - Zcash 5.0.0 RPC
+gettransaction - Zcash 5.1.0 RPC
gettransaction "txid" ( includeWatchonly ) -Returns detailed information about in-wallet transaction <txid>. +Returns detailed information about in-wallet transaction <txid>. This does not +include complete information about shielded components of the transaction; to obtain +details about shielded components of the transaction use `z_viewtransaction`. Arguments: 1. "txid" (string, required) The transaction id @@ -64,7 +66,7 @@ Result: } ,... ], - "vjoinsplit" : [ + "vjoinsplit" : (DEPRECATED) [ { "anchor" : "treestateref", (string) Merkle root of note commitment tree "nullifiers" : [ string, ... ] (string) Nullifiers of input notes diff --git a/gettxout.html b/gettxout.html index 76a8d6c..2db58b4 100644 --- a/gettxout.html +++ b/gettxout.html @@ -3,10 +3,10 @@ - + -gettxout - Zcash 5.0.0 RPC Docs +gettxout - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -gettxout - Zcash 5.0.0 RPC
+gettxout - Zcash 5.1.0 RPC
gettxout "txid" n ( includemempool ) diff --git a/gettxoutproof.html b/gettxoutproof.html index 08ff2be..6e9127d 100644 --- a/gettxoutproof.html +++ b/gettxoutproof.html @@ -3,10 +3,10 @@ - + -gettxoutproof - Zcash 5.0.0 RPC Docs +gettxoutproof - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -gettxoutproof - Zcash 5.0.0 RPC
+gettxoutproof - Zcash 5.1.0 RPC
gettxoutproof ["txid",...] ( blockhash ) diff --git a/gettxoutsetinfo.html b/gettxoutsetinfo.html index bd123d5..17d95ec 100644 --- a/gettxoutsetinfo.html +++ b/gettxoutsetinfo.html @@ -3,10 +3,10 @@ - + -gettxoutsetinfo - Zcash 5.0.0 RPC Docs +gettxoutsetinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -gettxoutsetinfo - Zcash 5.0.0 RPC
+gettxoutsetinfo - Zcash 5.1.0 RPC
gettxoutsetinfo diff --git a/getunconfirmedbalance.html b/getunconfirmedbalance.html index effeafc..813aa6c 100644 --- a/getunconfirmedbalance.html +++ b/getunconfirmedbalance.html @@ -3,10 +3,10 @@ - + -getunconfirmedbalance - Zcash 5.0.0 RPC Docs +getunconfirmedbalance - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getunconfirmedbalance - Zcash 5.0.0 RPC
+getunconfirmedbalance - Zcash 5.1.0 RPC
getunconfirmedbalance Returns the server's total unconfirmed transparent balance diff --git a/getwalletinfo.html b/getwalletinfo.html index 88b9fe2..8ba6320 100644 --- a/getwalletinfo.html +++ b/getwalletinfo.html @@ -3,10 +3,10 @@ - + -getwalletinfo - Zcash 5.0.0 RPC Docs +getwalletinfo - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -getwalletinfo - Zcash 5.0.0 RPC
+getwalletinfo - Zcash 5.1.0 RPC
getwalletinfo Returns wallet state information. diff --git a/help.html b/help.html index d264ce1..704f4d9 100644 --- a/help.html +++ b/help.html @@ -3,10 +3,10 @@ - + -help - Zcash 5.0.0 RPC Docs +help - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -help - Zcash 5.0.0 RPC
+help - Zcash 5.1.0 RPC
help ( "command" ) diff --git a/importaddress.html b/importaddress.html index 8db3852..f90246b 100644 --- a/importaddress.html +++ b/importaddress.html @@ -3,10 +3,10 @@ - + -importaddress - Zcash 5.0.0 RPC Docs +importaddress - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -importaddress - Zcash 5.0.0 RPC
+importaddress - Zcash 5.1.0 RPC
importaddress "address" ( "label" rescan p2sh ) diff --git a/importprivkey.html b/importprivkey.html index c3fae04..915d825 100644 --- a/importprivkey.html +++ b/importprivkey.html @@ -3,10 +3,10 @@ - + -importprivkey - Zcash 5.0.0 RPC Docs +importprivkey - Zcash 5.1.0 RPC Docs @@ -25,14 +25,14 @@ -