Merge pull request #18 from garethtdavies/v4.2.0

Updating to v4.2.0
This commit is contained in:
Gareth Davies 2020-12-23 07:48:00 -08:00 committed by GitHub
commit 89c1f8246d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
134 changed files with 2539 additions and 572 deletions

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - addmultisigaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - addmultisigaddress">
<meta name="author" content="">
<title>addmultisigaddress - Zcash 4.1.0 RPC Docs</title>
<title>addmultisigaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>addmultisigaddress - Zcash 4.1.0 RPC</h1>
<h1>addmultisigaddress - Zcash 4.2.0 RPC</h1>
<pre>addmultisigaddress nrequired [&#34;key&#34;,...] ( &#34;account&#34; )
@ -157,6 +157,9 @@ As json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -173,6 +176,9 @@ As json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - addnode">
<meta name="description" content="Zcash 4.2.0 RPC Docs - addnode">
<meta name="author" content="">
<title>addnode - Zcash 4.1.0 RPC Docs</title>
<title>addnode - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,18 +25,18 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>addnode - Zcash 4.1.0 RPC</h1>
<h1>addnode - Zcash 4.2.0 RPC</h1>
<pre>addnode &#34;node&#34; &#34;add|remove|onetry&#34;
Attempts add or remove a node from the addnode list.
Attempts to add or remove a node from the addnode list.
Or try a connection to a node once.
Arguments:
@ -144,6 +144,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -160,6 +163,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - backupwallet">
<meta name="description" content="Zcash 4.2.0 RPC Docs - backupwallet">
<meta name="author" content="">
<title>backupwallet - Zcash 4.1.0 RPC Docs</title>
<title>backupwallet - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>backupwallet - Zcash 4.1.0 RPC</h1>
<h1>backupwallet - Zcash 4.2.0 RPC</h1>
<pre>backupwallet &#34;destination&#34;
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - clearbanned">
<meta name="description" content="Zcash 4.2.0 RPC Docs - clearbanned">
<meta name="author" content="">
<title>clearbanned - Zcash 4.1.0 RPC Docs</title>
<title>clearbanned - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>clearbanned - Zcash 4.1.0 RPC</h1>
<h1>clearbanned - Zcash 4.2.0 RPC</h1>
<pre>clearbanned
@ -139,6 +139,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -155,6 +158,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - createmultisig">
<meta name="description" content="Zcash 4.2.0 RPC Docs - createmultisig">
<meta name="author" content="">
<title>createmultisig - Zcash 4.1.0 RPC Docs</title>
<title>createmultisig - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>createmultisig - Zcash 4.1.0 RPC</h1>
<h1>createmultisig - Zcash 4.2.0 RPC</h1>
<pre>createmultisig nrequired [&#34;key&#34;,...]
@ -158,6 +158,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -174,6 +177,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - createrawtransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - createrawtransaction">
<meta name="author" content="">
<title>createrawtransaction - Zcash 4.1.0 RPC Docs</title>
<title>createrawtransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>createrawtransaction - Zcash 4.1.0 RPC</h1>
<h1>createrawtransaction - Zcash 4.2.0 RPC</h1>
<pre>createrawtransaction [{&#34;txid&#34;:&#34;id&#34;,&#34;vout&#34;:n},...] {&#34;address&#34;:amount,...} ( locktime ) ( expiryheight )
@ -163,6 +163,9 @@ Examples
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -179,6 +182,9 @@ Examples
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - decoderawtransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - decoderawtransaction">
<meta name="author" content="">
<title>decoderawtransaction - Zcash 4.1.0 RPC Docs</title>
<title>decoderawtransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>decoderawtransaction - Zcash 4.1.0 RPC</h1>
<h1>decoderawtransaction - Zcash 4.2.0 RPC</h1>
<pre>decoderawtransaction &#34;hexstring&#34;
@ -44,6 +44,7 @@ Arguments:
Result:
{
&#34;txid&#34; : &#34;id&#34;, (string) The transaction id
&#34;size&#34; : n, (numeric) The transaction size
&#34;overwintered&#34; : bool (boolean) The Overwintered flag
&#34;version&#34; : n, (numeric) The version
&#34;versiongroupid&#34;: &#34;hex&#34; (string, optional) The version group id (Overwintered txs)
@ -208,6 +209,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -224,6 +228,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - decodescript">
<meta name="description" content="Zcash 4.2.0 RPC Docs - decodescript">
<meta name="author" content="">
<title>decodescript - Zcash 4.1.0 RPC Docs</title>
<title>decodescript - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>decodescript - Zcash 4.1.0 RPC</h1>
<h1>decodescript - Zcash 4.2.0 RPC</h1>
<pre>decodescript &#34;hex&#34;
@ -155,6 +155,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -171,6 +174,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - disconnectnode">
<meta name="description" content="Zcash 4.2.0 RPC Docs - disconnectnode">
<meta name="author" content="">
<title>disconnectnode - Zcash 4.1.0 RPC Docs</title>
<title>disconnectnode - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>disconnectnode - Zcash 4.1.0 RPC</h1>
<h1>disconnectnode - Zcash 4.2.0 RPC</h1>
<pre>disconnectnode &#34;node&#34;
@ -142,6 +142,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -158,6 +161,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - dumpprivkey">
<meta name="description" content="Zcash 4.2.0 RPC Docs - dumpprivkey">
<meta name="author" content="">
<title>dumpprivkey - Zcash 4.1.0 RPC Docs</title>
<title>dumpprivkey - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>dumpprivkey - Zcash 4.1.0 RPC</h1>
<h1>dumpprivkey - Zcash 4.2.0 RPC</h1>
<pre>dumpprivkey &#34;t-addr&#34;
@ -147,6 +147,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -163,6 +166,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - dumpwallet">
<meta name="description" content="Zcash 4.2.0 RPC Docs - dumpwallet">
<meta name="author" content="">
<title>dumpwallet - Zcash 4.1.0 RPC Docs</title>
<title>dumpwallet - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>dumpwallet - Zcash 4.1.0 RPC</h1>
<h1>dumpwallet - Zcash 4.2.0 RPC</h1>
<pre>dumpwallet &#34;filename&#34;
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - encryptwallet">
<meta name="description" content="Zcash 4.2.0 RPC Docs - encryptwallet">
<meta name="author" content="">
<title>encryptwallet - Zcash 4.1.0 RPC Docs</title>
<title>encryptwallet - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>encryptwallet - Zcash 4.1.0 RPC</h1>
<h1>encryptwallet - Zcash 4.2.0 RPC</h1>
<pre>encryptwallet &#34;passphrase&#34;
@ -169,6 +169,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -185,6 +188,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - estimatefee">
<meta name="description" content="Zcash 4.2.0 RPC Docs - estimatefee">
<meta name="author" content="">
<title>estimatefee - Zcash 4.1.0 RPC Docs</title>
<title>estimatefee - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>estimatefee - Zcash 4.1.0 RPC</h1>
<h1>estimatefee - Zcash 4.2.0 RPC</h1>
<pre>estimatefee nblocks
@ -149,6 +149,9 @@ Example:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -165,6 +168,9 @@ Example:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - estimatepriority">
<meta name="description" content="Zcash 4.2.0 RPC Docs - estimatepriority">
<meta name="author" content="">
<title>estimatepriority - Zcash 4.1.0 RPC Docs</title>
<title>estimatepriority - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>estimatepriority - Zcash 4.1.0 RPC</h1>
<h1>estimatepriority - Zcash 4.2.0 RPC</h1>
<pre>estimatepriority nblocks
@ -149,6 +149,9 @@ Example:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -165,6 +168,9 @@ Example:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - fundrawtransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - fundrawtransaction">
<meta name="author" content="">
<title>fundrawtransaction - Zcash 4.1.0 RPC Docs</title>
<title>fundrawtransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>fundrawtransaction - Zcash 4.1.0 RPC</h1>
<h1>fundrawtransaction - Zcash 4.2.0 RPC</h1>
<pre>fundrawtransaction &#34;hexstring&#34; includeWatching
@ -167,6 +167,9 @@ Send the transaction
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -183,6 +186,9 @@ Send the transaction
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - generate">
<meta name="description" content="Zcash 4.2.0 RPC Docs - generate">
<meta name="author" content="">
<title>generate - Zcash 4.1.0 RPC Docs</title>
<title>generate - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>generate - Zcash 4.1.0 RPC</h1>
<h1>generate - Zcash 4.2.0 RPC</h1>
<pre>generate numblocks
@ -148,6 +148,9 @@ Generate 11 blocks
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -164,6 +167,9 @@ Generate 11 blocks
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaccount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaccount">
<meta name="author" content="">
<title>getaccount - Zcash 4.1.0 RPC Docs</title>
<title>getaccount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaccount - Zcash 4.1.0 RPC</h1>
<h1>getaccount - Zcash 4.2.0 RPC</h1>
<pre>getaccount &#34;zcashaddress&#34;
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaccountaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaccountaddress">
<meta name="author" content="">
<title>getaccountaddress - Zcash 4.1.0 RPC Docs</title>
<title>getaccountaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaccountaddress - Zcash 4.1.0 RPC</h1>
<h1>getaccountaddress - Zcash 4.2.0 RPC</h1>
<pre>getaccountaddress &#34;account&#34;
@ -147,6 +147,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -163,6 +166,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddednodeinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddednodeinfo">
<meta name="author" content="">
<title>getaddednodeinfo - Zcash 4.1.0 RPC Docs</title>
<title>getaddednodeinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddednodeinfo - Zcash 4.1.0 RPC</h1>
<h1>getaddednodeinfo - Zcash 4.2.0 RPC</h1>
<pre>getaddednodeinfo dns ( &#34;node&#34; )
@ -48,7 +48,7 @@ Arguments:
Result:
[
{
&#34;addednode&#34; : &#34;192.168.0.201&#34;, (string) The node ip address
&#34;addednode&#34; : &#34;192.168.0.201&#34;, (string) The node IP address
&#34;connected&#34; : true|false, (boolean) If connected
&#34;addresses&#34; : [
{
@ -163,6 +163,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -179,6 +182,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressbalance">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddressbalance">
<meta name="author" content="">
<title>getaddressbalance - Zcash 4.1.0 RPC Docs</title>
<title>getaddressbalance - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddressbalance - Zcash 4.1.0 RPC</h1>
<h1>getaddressbalance - Zcash 4.2.0 RPC</h1>
<pre>getaddressbalance {&#34;addresses&#34;: [&#34;taddr&#34;, ...]}
@ -171,6 +171,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -187,6 +190,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressdeltas">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddressdeltas">
<meta name="author" content="">
<title>getaddressdeltas - Zcash 4.1.0 RPC Docs</title>
<title>getaddressdeltas - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddressdeltas - Zcash 4.1.0 RPC</h1>
<h1>getaddressdeltas - Zcash 4.2.0 RPC</h1>
<pre>getaddressdeltas {&#34;addresses&#34;: [&#34;taddr&#34;, ...], (&#34;start&#34;: n), (&#34;end&#34;: n), (&#34;chainInfo&#34;: true|false)}
@ -208,6 +208,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -224,6 +227,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressesbyaccount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddressesbyaccount">
<meta name="author" content="">
<title>getaddressesbyaccount - Zcash 4.1.0 RPC Docs</title>
<title>getaddressesbyaccount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddressesbyaccount - Zcash 4.1.0 RPC</h1>
<h1>getaddressesbyaccount - Zcash 4.2.0 RPC</h1>
<pre>getaddressesbyaccount &#34;account&#34;
@ -148,6 +148,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -164,6 +167,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressmempool">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddressmempool">
<meta name="author" content="">
<title>getaddressmempool - Zcash 4.1.0 RPC Docs</title>
<title>getaddressmempool - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddressmempool - Zcash 4.1.0 RPC</h1>
<h1>getaddressmempool - Zcash 4.2.0 RPC</h1>
<pre>getaddressmempool {&#34;addresses&#34;: [&#34;taddr&#34;, ...]}
@ -178,6 +178,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -194,6 +197,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddresstxids">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddresstxids">
<meta name="author" content="">
<title>getaddresstxids - Zcash 4.1.0 RPC Docs</title>
<title>getaddresstxids - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddresstxids - Zcash 4.1.0 RPC</h1>
<h1>getaddresstxids - Zcash 4.2.0 RPC</h1>
<pre>getaddresstxids {&#34;addresses&#34;: [&#34;taddr&#34;, ...], (&#34;start&#34;: n), (&#34;end&#34;: n)}
@ -175,6 +175,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -191,6 +194,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressutxos">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getaddressutxos">
<meta name="author" content="">
<title>getaddressutxos - Zcash 4.1.0 RPC Docs</title>
<title>getaddressutxos - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getaddressutxos - Zcash 4.1.0 RPC</h1>
<h1>getaddressutxos - Zcash 4.2.0 RPC</h1>
<pre>getaddressutxos {&#34;addresses&#34;: [&#34;taddr&#34;, ...], (&#34;chainInfo&#34;: true|false)}
@ -40,13 +40,19 @@ Returns all unspent outputs for an address.
WARNING: getaddressutxos is disabled.
To enable it, restart zcashd with the following command line options:
-experimentalfeatures and -insightexplorer
-experimentalfeatures and -insightexplorer or:
-experimentalfeatures and -lightwalletd
Alternatively add these two lines to the zcash.conf file:
experimentalfeatures=1
insightexplorer=1
or:
experimentalfeatures=1
lightwalletd=1
Arguments:
{
&#34;addresses&#34;:
@ -190,6 +196,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -206,6 +215,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getbalance">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getbalance">
<meta name="author" content="">
<title>getbalance - Zcash 4.1.0 RPC Docs</title>
<title>getbalance - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getbalance - Zcash 4.1.0 RPC</h1>
<h1>getbalance - Zcash 4.2.0 RPC</h1>
<pre>getbalance ( &#34;account&#34; minconf includeWatchonly inZat )
@ -155,6 +155,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -171,6 +174,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getbestblockhash">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getbestblockhash">
<meta name="author" content="">
<title>getbestblockhash - Zcash 4.1.0 RPC Docs</title>
<title>getbestblockhash - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getbestblockhash - Zcash 4.1.0 RPC</h1>
<h1>getbestblockhash - Zcash 4.2.0 RPC</h1>
<pre>getbestblockhash
@ -142,6 +142,9 @@ Examples
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -158,6 +161,9 @@ Examples
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblock">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblock">
<meta name="author" content="">
<title>getblock - Zcash 4.1.0 RPC Docs</title>
<title>getblock - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblock - Zcash 4.1.0 RPC</h1>
<h1>getblock - Zcash 4.2.0 RPC</h1>
<pre>getblock &#34;hash|height&#34; ( verbosity )
@ -180,6 +180,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -196,6 +199,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockchaininfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblockchaininfo">
<meta name="author" content="">
<title>getblockchaininfo - Zcash 4.1.0 RPC Docs</title>
<title>getblockchaininfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblockchaininfo - Zcash 4.1.0 RPC</h1>
<h1>getblockchaininfo - Zcash 4.2.0 RPC</h1>
<pre>getblockchaininfo
Returns an object containing various state info regarding block chain processing.
@ -44,6 +44,7 @@ Result:
{
&#34;chain&#34;: &#34;xxxx&#34;, (string) current network name as defined in BIP70 (main, test, regtest)
&#34;blocks&#34;: xxxxxx, (numeric) the current number of blocks processed in the server
&#34;initial_block_download_complete&#34;: xx, (boolean) true if the initial download of the blockchain is complete
&#34;headers&#34;: xxxxxx, (numeric) the current number of headers we have validated
&#34;bestblockhash&#34;: &#34;...&#34;, (string) the hash of the currently best block
&#34;difficulty&#34;: xxxxxx, (numeric) the current difficulty
@ -180,6 +181,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -196,6 +200,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockcount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblockcount">
<meta name="author" content="">
<title>getblockcount - Zcash 4.1.0 RPC Docs</title>
<title>getblockcount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblockcount - Zcash 4.1.0 RPC</h1>
<h1>getblockcount - Zcash 4.2.0 RPC</h1>
<pre>getblockcount
@ -142,6 +142,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -158,6 +161,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockdeltas">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblockdeltas">
<meta name="author" content="">
<title>getblockdeltas - Zcash 4.1.0 RPC Docs</title>
<title>getblockdeltas - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblockdeltas - Zcash 4.1.0 RPC</h1>
<h1>getblockdeltas - Zcash 4.2.0 RPC</h1>
<pre>getblockdeltas &#34;blockhash&#34;
@ -197,6 +197,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -213,6 +216,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockhash">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblockhash">
<meta name="author" content="">
<title>getblockhash - Zcash 4.1.0 RPC Docs</title>
<title>getblockhash - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblockhash - Zcash 4.1.0 RPC</h1>
<h1>getblockhash - Zcash 4.2.0 RPC</h1>
<pre>getblockhash index
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockhashes">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblockhashes">
<meta name="author" content="">
<title>getblockhashes - Zcash 4.1.0 RPC Docs</title>
<title>getblockhashes - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblockhashes - Zcash 4.1.0 RPC</h1>
<h1>getblockhashes - Zcash 4.2.0 RPC</h1>
<pre>getblockhashes high low ( {&#34;noOrphans&#34;: true|false, &#34;logicalTimes&#34;: true|false} )
@ -178,6 +178,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -194,6 +197,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockheader">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblockheader">
<meta name="author" content="">
<title>getblockheader - Zcash 4.1.0 RPC Docs</title>
<title>getblockheader - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblockheader - Zcash 4.1.0 RPC</h1>
<h1>getblockheader - Zcash 4.2.0 RPC</h1>
<pre>getblockheader &#34;hash&#34; ( verbose )
@ -163,6 +163,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -179,6 +182,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblocksubsidy">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblocksubsidy">
<meta name="author" content="">
<title>getblocksubsidy - Zcash 4.1.0 RPC Docs</title>
<title>getblocksubsidy - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblocksubsidy - Zcash 4.1.0 RPC</h1>
<h1>getblocksubsidy - Zcash 4.2.0 RPC</h1>
<pre>getblocksubsidy height
@ -47,16 +47,18 @@ Result:
&#34;founders&#34; : x.xxx, (numeric) The founders&#39; reward amount in ZEC.
&#34;fundingstreams&#34; : [ (array) An array of funding stream descriptions (present only when Canopy has activated).
{
&#34;recipient&#34; : &#34;...&#34;, (string) A description of the funding stream recipient.
&#34;specification&#34; : &#34;url&#34;, (string) A URL for the specification of this funding stream.
&#34;value&#34; : x.xxx (numeric) The funding stream amount in ZEC.
&#34;recipient&#34; : &#34;...&#34;, (string) A description of the funding stream recipient.
&#34;specification&#34; : &#34;url&#34;, (string) A URL for the specification of this funding stream.
&#34;value&#34; : x.xxx (numeric) The funding stream amount in ZEC.
&#34;valueZat&#34; : xxxx (numeric) The funding stream amount in zatoshis.
&#34;address&#34; : (string) The transparent or Sapling address of the funding stream recipient.
}, ...
]
}
Examples:
&gt; zcash-cli getblocksubsidy 1000
&gt; curl --user myusername --data-binary &#39;{&#34;jsonrpc&#34;: &#34;1.0&#34;, &#34;id&#34;:&#34;curltest&#34;, &#34;method&#34;: &#34;getblockubsidy&#34;, &#34;params&#34;: [1000] }&#39; -H &#39;content-type: text/plain;&#39; http://127.0.0.1:8232/
&gt; curl --user myusername --data-binary &#39;{&#34;jsonrpc&#34;: &#34;1.0&#34;, &#34;id&#34;:&#34;curltest&#34;, &#34;method&#34;: &#34;getblocksubsidy&#34;, &#34;params&#34;: [1000] }&#39; -H &#39;content-type: text/plain;&#39; http://127.0.0.1:8232/
</pre>
<hr>
@ -155,6 +157,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -171,6 +176,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblocktemplate">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getblocktemplate">
<meta name="author" content="">
<title>getblocktemplate - Zcash 4.1.0 RPC Docs</title>
<title>getblocktemplate - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getblocktemplate - Zcash 4.1.0 RPC</h1>
<h1>getblocktemplate - Zcash 4.2.0 RPC</h1>
<pre>getblocktemplate ( &#34;jsonrequestobject&#34; )
@ -40,29 +40,34 @@ If the request parameters include a &#39;mode&#39; key, that is used to explicit
It returns data needed to construct a block to work on.
See https://en.bitcoin.it/wiki/BIP_0022 for full specification.
To obtain information about founder&#39;s reward or funding stream
amounts, use &#39;getblocksubsidy HEIGHT&#39; passing in the height returned
by this API.
Arguments:
1. &#34;jsonrequestobject&#34; (string, optional) A json object in the following spec
{
&#34;mode&#34;:&#34;template&#34; (string, optional) This must be set to &#34;template&#34; or omitted
&#34;capabilities&#34;:[ (array, optional) A list of strings
&#34;support&#34; (string) client side supported feature, &#39;longpoll&#39;, &#39;coinbasetxn&#39;, &#39;coinbasevalue&#39;, &#39;proposal&#39;, &#39;serverlist&#39;, &#39;workid&#39;
&#34;mode&#34;:&#34;template,&#34; (string, optional) This must be set to &#34;template&#34; or omitted
&#34;capabilities&#34;:[ (array, optional) A list of strings
&#34;support&#34; (string) client side supported feature, &#39;longpoll&#39;, &#39;coinbasetxn&#39;, &#39;coinbasevalue&#39;, &#39;proposal&#39;, &#39;serverlist&#39;, &#39;workid&#39;
,...
]
],
&#34;longpollid&#34;:&#34;id&#34; (string, optional) id to wait for
}
Result:
{
&#34;version&#34; : n, (numeric) The block version
&#34;previousblockhash&#34; : &#34;xxxx&#34;, (string) The hash of current highest block
&#34;lightclientroothash&#34; : &#34;xxxx&#34;, (string) The hash of the light client root field in the block header
&#34;finalsaplingroothash&#34; : &#34;xxxx&#34;, (string) (DEPRECATED) The hash of the light client root field in the block header
&#34;previousblockhash&#34; : &#34;xxxx&#34;, (string) The hash of current highest block
&#34;lightclientroothash&#34; : &#34;xxxx&#34;, (string) The hash of the light client root field in the block header
&#34;finalsaplingroothash&#34; : &#34;xxxx&#34;, (string) (DEPRECATED) The hash of the light client root field in the block header
&#34;transactions&#34; : [ (array) contents of non-coinbase transactions that should be included in the next block
{
&#34;data&#34; : &#34;xxxx&#34;, (string) transaction data encoded in hexadecimal (byte-for-byte)
&#34;hash&#34; : &#34;xxxx&#34;, (string) hash/id encoded in little-endian hexadecimal
&#34;depends&#34; : [ (array) array of numbers
n (numeric) transactions before this one (by 1-based index in &#39;transactions&#39; list) that must be present in the final block if this one is
&#34;data&#34; : &#34;xxxx&#34;, (string) transaction data encoded in hexadecimal (byte-for-byte)
&#34;hash&#34; : &#34;xxxx&#34;, (string) hash/id encoded in little-endian hexadecimal
&#34;depends&#34; : [ (array) array of numbers
n (numeric) transactions before this one (by 1-based index in &#39;transactions&#39; list) that must be present in the final block if this one is
,...
],
&#34;fee&#34;: n, (numeric) difference in value between transaction inputs and outputs (in Satoshis); for coinbase transactions, this is a negative Number of the total collected block fees (ie, not including the block subsidy); if key is not present, fee is unknown and clients MUST NOT assume there isn&#39;t one
@ -72,18 +77,19 @@ Result:
,...
],
&#34;coinbasetxn&#34; : { ... }, (json object) information for coinbase transaction
&#34;target&#34; : &#34;xxxx&#34;, (string) The hash target
&#34;target&#34; : &#34;xxxx&#34;, (string) The hash target
&#34;longpollid&#34; : &#34;str&#34;, (string) an id to include with a request to longpoll on an update to this template
&#34;mintime&#34; : xxx, (numeric) The minimum timestamp appropriate for next block time in seconds since epoch (Jan 1 1970 GMT)
&#34;mutable&#34; : [ (array of string) list of ways the block template may be changed
&#34;value&#34; (string) A way the block template may be changed, e.g. &#39;time&#39;, &#39;transactions&#39;, &#39;prevblock&#39;
,...
],
&#34;noncerange&#34; : &#34;00000000ffffffff&#34;, (string) A range of valid nonces
&#34;sigoplimit&#34; : n, (numeric) limit of sigops in blocks
&#34;sizelimit&#34; : n, (numeric) limit of block size
&#34;curtime&#34; : ttt, (numeric) current timestamp in seconds since epoch (Jan 1 1970 GMT)
&#34;bits&#34; : &#34;xxx&#34;, (string) compressed target of next block
&#34;height&#34; : n (numeric) The height of the next block
&#34;noncerange&#34; : &#34;00000000ffffffff&#34;, (string) A range of valid nonces
&#34;sigoplimit&#34; : n, (numeric) limit of sigops in blocks
&#34;sizelimit&#34; : n, (numeric) limit of block size
&#34;curtime&#34; : ttt, (numeric) current timestamp in seconds since epoch (Jan 1 1970 GMT)
&#34;bits&#34; : &#34;xxx&#34;, (string) compressed target of next block
&#34;height&#34; : n (numeric) The height of the next block
}
Examples:
@ -187,6 +193,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -203,6 +212,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getchaintips">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getchaintips">
<meta name="author" content="">
<title>getchaintips - Zcash 4.1.0 RPC Docs</title>
<title>getchaintips - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getchaintips - Zcash 4.1.0 RPC</h1>
<h1>getchaintips - Zcash 4.2.0 RPC</h1>
<pre>getchaintips
Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
@ -160,6 +160,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -176,6 +179,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getconnectioncount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getconnectioncount">
<meta name="author" content="">
<title>getconnectioncount - Zcash 4.1.0 RPC Docs</title>
<title>getconnectioncount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getconnectioncount - Zcash 4.1.0 RPC</h1>
<h1>getconnectioncount - Zcash 4.2.0 RPC</h1>
<pre>getconnectioncount
@ -142,6 +142,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -158,6 +161,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getdeprecationinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getdeprecationinfo">
<meta name="author" content="">
<title>getdeprecationinfo - Zcash 4.1.0 RPC Docs</title>
<title>getdeprecationinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getdeprecationinfo - Zcash 4.1.0 RPC</h1>
<h1>getdeprecationinfo - Zcash 4.2.0 RPC</h1>
<pre>getdeprecationinfo
Returns an object containing current version and deprecation block height. Applicable only on mainnet.
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getdifficulty">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getdifficulty">
<meta name="author" content="">
<title>getdifficulty - Zcash 4.1.0 RPC Docs</title>
<title>getdifficulty - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getdifficulty - Zcash 4.1.0 RPC</h1>
<h1>getdifficulty - Zcash 4.2.0 RPC</h1>
<pre>getdifficulty
@ -142,6 +142,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -158,6 +161,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getexperimentalfeatures">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getexperimentalfeatures">
<meta name="author" content="">
<title>getexperimentalfeatures - Zcash 4.1.0 RPC Docs</title>
<title>getexperimentalfeatures - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getexperimentalfeatures - Zcash 4.1.0 RPC</h1>
<h1>getexperimentalfeatures - Zcash 4.2.0 RPC</h1>
<pre>getexperimentalfeatures
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getgenerate">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getgenerate">
<meta name="author" content="">
<title>getgenerate - Zcash 4.1.0 RPC Docs</title>
<title>getgenerate - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getgenerate - Zcash 4.1.0 RPC</h1>
<h1>getgenerate - Zcash 4.2.0 RPC</h1>
<pre>getgenerate
@ -144,6 +144,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -160,6 +163,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getinfo">
<meta name="author" content="">
<title>getinfo - Zcash 4.1.0 RPC Docs</title>
<title>getinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getinfo - Zcash 4.1.0 RPC</h1>
<h1>getinfo - Zcash 4.2.0 RPC</h1>
<pre>getinfo
Returns an object containing various state info.
@ -158,6 +158,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -174,6 +177,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getlocalsolps">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getlocalsolps">
<meta name="author" content="">
<title>getlocalsolps - Zcash 4.1.0 RPC Docs</title>
<title>getlocalsolps - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getlocalsolps - Zcash 4.1.0 RPC</h1>
<h1>getlocalsolps - Zcash 4.2.0 RPC</h1>
<pre>getlocalsolps
@ -143,6 +143,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -159,6 +162,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

568
getmemoryinfo.html Normal file
View File

@ -0,0 +1,568 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getmemoryinfo">
<meta name="author" content="">
<title>getmemoryinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
<style>
.card-body {
font-size:80%;
padding-top: 0.5em;
}
pre {
word-break: break-word;
white-space: pre-wrap;
}
</style>
<body>
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getmemoryinfo - Zcash 4.2.0 RPC</h1>
<pre>getmemoryinfo
Returns an object containing information about memory usage.
Result:
{
&#34;locked&#34;: { (json object) Information about locked memory manager
&#34;used&#34;: xxxxx, (numeric) Number of bytes used
&#34;free&#34;: xxxxx, (numeric) Number of bytes available in current arenas
&#34;total&#34;: xxxxxxx, (numeric) Total number of bytes managed
&#34;locked&#34;: xxxxxx, (numeric) Amount of bytes that succeeded locking. If this number is smaller than total, locking pages failed at some point and key data could be swapped to disk.
&#34;chunks_used&#34;: xxxxx, (numeric) Number allocated chunks
&#34;chunks_free&#34;: xxxxx, (numeric) Number unused chunks
}
}
Examples:
&gt; zcash-cli getmemoryinfo
&gt; curl --user myusername --data-binary &#39;{&#34;jsonrpc&#34;: &#34;1.0&#34;, &#34;id&#34;:&#34;curltest&#34;, &#34;method&#34;: &#34;getmemoryinfo&#34;, &#34;params&#34;: [] }&#39; -H &#39;content-type: text/plain;&#39; http://127.0.0.1:8232/
</pre>
<hr>
<p>
Maintained by <a href="https://twitter.com/_garethtdavies">@_garethtdavies</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
</p>
<p>
Note it uses a mainnet node
</p>
</div>
<div class="col-4 col-lg-3 col-xl-2">
<div class="card">
<div class="card-header">
Addressindex
</div>
<div class="card-body">
<a href="getaddressbalance.html">getaddressbalance</a>
<br>
<a href="getaddressdeltas.html">getaddressdeltas</a>
<br>
<a href="getaddressmempool.html">getaddressmempool</a>
<br>
<a href="getaddresstxids.html">getaddresstxids</a>
<br>
<a href="getaddressutxos.html">getaddressutxos</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Blockchain
</div>
<div class="card-body">
<a href="getbestblockhash.html">getbestblockhash</a>
<br>
<a href="getblock.html">getblock</a>
<br>
<a href="getblockchaininfo.html">getblockchaininfo</a>
<br>
<a href="getblockcount.html">getblockcount</a>
<br>
<a href="getblockdeltas.html">getblockdeltas</a>
<br>
<a href="getblockhash.html">getblockhash</a>
<br>
<a href="getblockhashes.html">getblockhashes</a>
<br>
<a href="getblockheader.html">getblockheader</a>
<br>
<a href="getchaintips.html">getchaintips</a>
<br>
<a href="getdifficulty.html">getdifficulty</a>
<br>
<a href="getmempoolinfo.html">getmempoolinfo</a>
<br>
<a href="getrawmempool.html">getrawmempool</a>
<br>
<a href="getspentinfo.html">getspentinfo</a>
<br>
<a href="gettxout.html">gettxout</a>
<br>
<a href="gettxoutproof.html">gettxoutproof</a>
<br>
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
<br>
<a href="verifychain.html">verifychain</a>
<br>
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Control
</div>
<div class="card-body">
<a href="getexperimentalfeatures.html">getexperimentalfeatures</a>
<br>
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>
<a href="setlogfilter.html">setlogfilter</a>
<br>
<a href="stop.html">stop</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Disclosure
</div>
<div class="card-body">
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
<br>
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Generating
</div>
<div class="card-body">
<a href="generate.html">generate</a>
<br>
<a href="getgenerate.html">getgenerate</a>
<br>
<a href="setgenerate.html">setgenerate</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Mining
</div>
<div class="card-body">
<a href="getblocksubsidy.html">getblocksubsidy</a>
<br>
<a href="getblocktemplate.html">getblocktemplate</a>
<br>
<a href="getlocalsolps.html">getlocalsolps</a>
<br>
<a href="getmininginfo.html">getmininginfo</a>
<br>
<a href="getnetworkhashps.html">getnetworkhashps</a>
<br>
<a href="getnetworksolps.html">getnetworksolps</a>
<br>
<a href="prioritisetransaction.html">prioritisetransaction</a>
<br>
<a href="submitblock.html">submitblock</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Network
</div>
<div class="card-body">
<a href="addnode.html">addnode</a>
<br>
<a href="clearbanned.html">clearbanned</a>
<br>
<a href="disconnectnode.html">disconnectnode</a>
<br>
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
<br>
<a href="getconnectioncount.html">getconnectioncount</a>
<br>
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
<br>
<a href="getnettotals.html">getnettotals</a>
<br>
<a href="getnetworkinfo.html">getnetworkinfo</a>
<br>
<a href="getpeerinfo.html">getpeerinfo</a>
<br>
<a href="listbanned.html">listbanned</a>
<br>
<a href="ping.html">ping</a>
<br>
<a href="setban.html">setban</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Rawtransactions
</div>
<div class="card-body">
<a href="createrawtransaction.html">createrawtransaction</a>
<br>
<a href="decoderawtransaction.html">decoderawtransaction</a>
<br>
<a href="decodescript.html">decodescript</a>
<br>
<a href="fundrawtransaction.html">fundrawtransaction</a>
<br>
<a href="getrawtransaction.html">getrawtransaction</a>
<br>
<a href="sendrawtransaction.html">sendrawtransaction</a>
<br>
<a href="signrawtransaction.html">signrawtransaction</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Util
</div>
<div class="card-body">
<a href="createmultisig.html">createmultisig</a>
<br>
<a href="estimatefee.html">estimatefee</a>
<br>
<a href="estimatepriority.html">estimatepriority</a>
<br>
<a href="validateaddress.html">validateaddress</a>
<br>
<a href="verifymessage.html">verifymessage</a>
<br>
<a href="z_validateaddress.html">z_validateaddress</a>
<br>
</div>
</div>
<br>
<div class="card">
<div class="card-header">
Wallet
</div>
<div class="card-body">
<a href="addmultisigaddress.html">addmultisigaddress</a>
<br>
<a href="backupwallet.html">backupwallet</a>
<br>
<a href="dumpprivkey.html">dumpprivkey</a>
<br>
<a href="dumpwallet.html">dumpwallet</a>
<br>
<a href="encryptwallet.html">encryptwallet</a>
<br>
<a href="getaccount.html">getaccount</a>
<br>
<a href="getaccountaddress.html">getaccountaddress</a>
<br>
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
<br>
<a href="getbalance.html">getbalance</a>
<br>
<a href="getnewaddress.html">getnewaddress</a>
<br>
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
<br>
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
<br>
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
<br>
<a href="gettransaction.html">gettransaction</a>
<br>
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
<br>
<a href="getwalletinfo.html">getwalletinfo</a>
<br>
<a href="importaddress.html">importaddress</a>
<br>
<a href="importprivkey.html">importprivkey</a>
<br>
<a href="importpubkey.html">importpubkey</a>
<br>
<a href="importwallet.html">importwallet</a>
<br>
<a href="keypoolrefill.html">keypoolrefill</a>
<br>
<a href="listaccounts.html">listaccounts</a>
<br>
<a href="listaddressgroupings.html">listaddressgroupings</a>
<br>
<a href="listlockunspent.html">listlockunspent</a>
<br>
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
<br>
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
<br>
<a href="listsinceblock.html">listsinceblock</a>
<br>
<a href="listtransactions.html">listtransactions</a>
<br>
<a href="listunspent.html">listunspent</a>
<br>
<a href="lockunspent.html">lockunspent</a>
<br>
<a href="move.html">move</a>
<br>
<a href="sendfrom.html">sendfrom</a>
<br>
<a href="sendmany.html">sendmany</a>
<br>
<a href="sendtoaddress.html">sendtoaddress</a>
<br>
<a href="setaccount.html">setaccount</a>
<br>
<a href="settxfee.html">settxfee</a>
<br>
<a href="signmessage.html">signmessage</a>
<br>
<a href="z_exportkey.html">z_exportkey</a>
<br>
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
<br>
<a href="z_exportwallet.html">z_exportwallet</a>
<br>
<a href="z_getbalance.html">z_getbalance</a>
<br>
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
<br>
<a href="z_getnewaddress.html">z_getnewaddress</a>
<br>
<a href="z_getnotescount.html">z_getnotescount</a>
<br>
<a href="z_getoperationresult.html">z_getoperationresult</a>
<br>
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
<br>
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
<br>
<a href="z_importkey.html">z_importkey</a>
<br>
<a href="z_importviewingkey.html">z_importviewingkey</a>
<br>
<a href="z_importwallet.html">z_importwallet</a>
<br>
<a href="z_listaddresses.html">z_listaddresses</a>
<br>
<a href="z_listoperationids.html">z_listoperationids</a>
<br>
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
<br>
<a href="z_listunspent.html">z_listunspent</a>
<br>
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
<br>
<a href="z_sendmany.html">z_sendmany</a>
<br>
<a href="z_setmigration.html">z_setmigration</a>
<br>
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
<br>
<a href="z_viewtransaction.html">z_viewtransaction</a>
<br>
<a href="zcbenchmark.html">zcbenchmark</a>
<br>
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
<br>
<a href="zcrawkeygen.html">zcrawkeygen</a>
<br>
<a href="zcrawreceive.html">zcrawreceive</a>
<br>
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
<br>
</div>
</div>
<br>
</div>
</div>
</main>
</body>
</html>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getmempoolinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getmempoolinfo">
<meta name="author" content="">
<title>getmempoolinfo - Zcash 4.1.0 RPC Docs</title>
<title>getmempoolinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getmempoolinfo - Zcash 4.1.0 RPC</h1>
<h1>getmempoolinfo - Zcash 4.2.0 RPC</h1>
<pre>getmempoolinfo
@ -146,6 +146,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -162,6 +165,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getmininginfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getmininginfo">
<meta name="author" content="">
<title>getmininginfo - Zcash 4.1.0 RPC Docs</title>
<title>getmininginfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getmininginfo - Zcash 4.1.0 RPC</h1>
<h1>getmininginfo - Zcash 4.2.0 RPC</h1>
<pre>getmininginfo
@ -154,6 +154,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -170,6 +173,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnettotals">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getnettotals">
<meta name="author" content="">
<title>getnettotals - Zcash 4.1.0 RPC Docs</title>
<title>getnettotals - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getnettotals - Zcash 4.1.0 RPC</h1>
<h1>getnettotals - Zcash 4.2.0 RPC</h1>
<pre>getnettotals
@ -147,6 +147,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -163,6 +166,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnetworkhashps">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getnetworkhashps">
<meta name="author" content="">
<title>getnetworkhashps - Zcash 4.1.0 RPC Docs</title>
<title>getnetworkhashps - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getnetworkhashps - Zcash 4.1.0 RPC</h1>
<h1>getnetworkhashps - Zcash 4.2.0 RPC</h1>
<pre>getnetworkhashps ( blocks height )
@ -150,6 +150,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -166,6 +169,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnetworkinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getnetworkinfo">
<meta name="author" content="">
<title>getnetworkinfo - Zcash 4.1.0 RPC Docs</title>
<title>getnetworkinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getnetworkinfo - Zcash 4.1.0 RPC</h1>
<h1>getnetworkinfo - Zcash 4.2.0 RPC</h1>
<pre>getnetworkinfo
Returns an object containing various state info regarding P2P networking.
@ -167,6 +167,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -183,6 +186,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnetworksolps">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getnetworksolps">
<meta name="author" content="">
<title>getnetworksolps - Zcash 4.1.0 RPC Docs</title>
<title>getnetworksolps - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getnetworksolps - Zcash 4.1.0 RPC</h1>
<h1>getnetworksolps - Zcash 4.2.0 RPC</h1>
<pre>getnetworksolps ( blocks height )
@ -148,6 +148,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -164,6 +167,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnewaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getnewaddress">
<meta name="author" content="">
<title>getnewaddress - Zcash 4.1.0 RPC Docs</title>
<title>getnewaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getnewaddress - Zcash 4.1.0 RPC</h1>
<h1>getnewaddress - Zcash 4.2.0 RPC</h1>
<pre>getnewaddress ( &#34;account&#34; )
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getpeerinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getpeerinfo">
<meta name="author" content="">
<title>getpeerinfo - Zcash 4.1.0 RPC Docs</title>
<title>getpeerinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getpeerinfo - Zcash 4.1.0 RPC</h1>
<h1>getpeerinfo - Zcash 4.2.0 RPC</h1>
<pre>getpeerinfo
@ -42,7 +42,7 @@ bResult:
[
{
&#34;id&#34;: n, (numeric) Peer index
&#34;addr&#34;:&#34;host:port&#34;, (string) The ip address and port of the peer
&#34;addr&#34;:&#34;host:port&#34;, (string) The IP address and port of the peer
&#34;addrlocal&#34;:&#34;ip:port&#34;, (string) local address
&#34;services&#34;:&#34;xxxxxxxxxxxxxxxx&#34;, (string) The services offered
&#34;lastsend&#34;: ttt, (numeric) The time in seconds since epoch (Jan 1 1970 GMT) of the last send
@ -169,6 +169,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -185,6 +188,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getrawchangeaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getrawchangeaddress">
<meta name="author" content="">
<title>getrawchangeaddress - Zcash 4.1.0 RPC Docs</title>
<title>getrawchangeaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getrawchangeaddress - Zcash 4.1.0 RPC</h1>
<h1>getrawchangeaddress - Zcash 4.2.0 RPC</h1>
<pre>getrawchangeaddress
@ -143,6 +143,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -159,6 +162,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getrawmempool">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getrawmempool">
<meta name="author" content="">
<title>getrawmempool - Zcash 4.1.0 RPC Docs</title>
<title>getrawmempool - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getrawmempool - Zcash 4.1.0 RPC</h1>
<h1>getrawmempool - Zcash 4.2.0 RPC</h1>
<pre>getrawmempool ( verbose )
@ -163,6 +163,9 @@ Examples
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -179,6 +182,9 @@ Examples
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getrawtransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getrawtransaction">
<meta name="author" content="">
<title>getrawtransaction - Zcash 4.1.0 RPC Docs</title>
<title>getrawtransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,20 +25,23 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getrawtransaction - Zcash 4.1.0 RPC</h1>
<h1>getrawtransaction - Zcash 4.2.0 RPC</h1>
<pre>getrawtransaction &#34;txid&#34; ( verbose )
<pre>getrawtransaction &#34;txid&#34; ( verbose &#34;blockhash&#34; )
NOTE: By default this function only works sometimes. This is when the tx is in the mempool
or there is an unspent output in the utxo for this transaction. To make it always work,
you need to maintain a transaction index, using the -txindex command line option.
NOTE: If &#34;blockhash&#34; is not provided and the -txindex option is not enabled, then this call only
works for mempool transactions. If either &#34;blockhash&#34; is provided or the -txindex option is
enabled, it also works for blockchain transactions. If the block which contains the transaction
is known, its hash can be provided even for nodes without -txindex. Note that if a blockhash is
provided, only that block will be searched and if the transaction is in the mempool or other
blocks, or if this node does not have the given block available, the transaction will not be found.
Return the raw transaction data.
@ -47,15 +50,18 @@ If verbose is non-zero, returns an Object with information about &#39;txid&#39;.
Arguments:
1. &#34;txid&#34; (string, required) The transaction id
2. verbose (numeric, optional, default=0) If 0, return a string, other return a json object
2. verbose (numeric, optional, default=0) If 0, return a string of hex-encoded data, otherwise return a JSON object
3. &#34;blockhash&#34; (string, optional) The block in which to look for the transaction
Result (if verbose is not set or set to 0):
&#34;data&#34; (string) The serialized, hex-encoded data for &#39;txid&#39;
Result (if verbose &gt; 0):
{
&#34;in_active_chain&#34;: b, (bool) Whether specified block is in the active chain or not (only present with explicit &#34;blockhash&#34; argument)
&#34;hex&#34; : &#34;data&#34;, (string) The serialized, hex-encoded data for &#39;txid&#39;
&#34;txid&#34; : &#34;id&#34;, (string) The transaction id (same as provided)
&#34;size&#34; : n, (numeric) The transaction size
&#34;version&#34; : n, (numeric) The version
&#34;locktime&#34; : ttt, (numeric) The lock time
&#34;expiryheight&#34; : ttt, (numeric, optional) The block height after which the transaction expires
@ -125,6 +131,8 @@ Examples:
&gt; zcash-cli getrawtransaction &#34;mytxid&#34;
&gt; zcash-cli getrawtransaction &#34;mytxid&#34; 1
&gt; curl --user myusername --data-binary &#39;{&#34;jsonrpc&#34;: &#34;1.0&#34;, &#34;id&#34;:&#34;curltest&#34;, &#34;method&#34;: &#34;getrawtransaction&#34;, &#34;params&#34;: [&#34;mytxid&#34;, 1] }&#39; -H &#39;content-type: text/plain;&#39; http://127.0.0.1:8232/
&gt; zcash-cli getrawtransaction &#34;mytxid&#34; 0 &#34;myblockhash&#34;
&gt; zcash-cli getrawtransaction &#34;mytxid&#34; 1 &#34;myblockhash&#34;
</pre>
<hr>
@ -223,6 +231,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -239,6 +250,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getreceivedbyaccount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getreceivedbyaccount">
<meta name="author" content="">
<title>getreceivedbyaccount - Zcash 4.1.0 RPC Docs</title>
<title>getreceivedbyaccount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getreceivedbyaccount - Zcash 4.1.0 RPC</h1>
<h1>getreceivedbyaccount - Zcash 4.2.0 RPC</h1>
<pre>getreceivedbyaccount &#34;account&#34; ( minconf ) ( inZat )
@ -157,6 +157,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -173,6 +176,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getreceivedbyaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getreceivedbyaddress">
<meta name="author" content="">
<title>getreceivedbyaddress - Zcash 4.1.0 RPC Docs</title>
<title>getreceivedbyaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getreceivedbyaddress - Zcash 4.1.0 RPC</h1>
<h1>getreceivedbyaddress - Zcash 4.2.0 RPC</h1>
<pre>getreceivedbyaddress &#34;zcashaddress&#34; ( minconf ) ( inZat )
@ -157,6 +157,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -173,6 +176,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getspentinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getspentinfo">
<meta name="author" content="">
<title>getspentinfo - Zcash 4.1.0 RPC Docs</title>
<title>getspentinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getspentinfo - Zcash 4.1.0 RPC</h1>
<h1>getspentinfo - Zcash 4.2.0 RPC</h1>
<pre>getspentinfo {&#34;txid&#34;: &#34;txidhex&#34;, &#34;index&#34;: n}
@ -161,6 +161,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -177,6 +180,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - gettransaction">
<meta name="author" content="">
<title>gettransaction - Zcash 4.1.0 RPC Docs</title>
<title>gettransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>gettransaction - Zcash 4.1.0 RPC</h1>
<h1>gettransaction - Zcash 4.2.0 RPC</h1>
<pre>gettransaction &#34;txid&#34; ( includeWatchonly )
@ -181,6 +181,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -197,6 +200,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettxout">
<meta name="description" content="Zcash 4.2.0 RPC Docs - gettxout">
<meta name="author" content="">
<title>gettxout - Zcash 4.1.0 RPC Docs</title>
<title>gettxout - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>gettxout - Zcash 4.1.0 RPC</h1>
<h1>gettxout - Zcash 4.2.0 RPC</h1>
<pre>gettxout &#34;txid&#34; n ( includemempool )
@ -170,6 +170,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -186,6 +189,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettxoutproof">
<meta name="description" content="Zcash 4.2.0 RPC Docs - gettxoutproof">
<meta name="author" content="">
<title>gettxoutproof - Zcash 4.1.0 RPC Docs</title>
<title>gettxoutproof - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>gettxoutproof - Zcash 4.1.0 RPC</h1>
<h1>gettxoutproof - Zcash 4.2.0 RPC</h1>
<pre>gettxoutproof [&#34;txid&#34;,...] ( blockhash )
@ -153,6 +153,9 @@ Result:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -169,6 +172,9 @@ Result:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettxoutsetinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - gettxoutsetinfo">
<meta name="author" content="">
<title>gettxoutsetinfo - Zcash 4.1.0 RPC Docs</title>
<title>gettxoutsetinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>gettxoutsetinfo - Zcash 4.1.0 RPC</h1>
<h1>gettxoutsetinfo - Zcash 4.2.0 RPC</h1>
<pre>gettxoutsetinfo
@ -151,6 +151,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -167,6 +170,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getunconfirmedbalance">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getunconfirmedbalance">
<meta name="author" content="">
<title>getunconfirmedbalance - Zcash 4.1.0 RPC Docs</title>
<title>getunconfirmedbalance - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getunconfirmedbalance - Zcash 4.1.0 RPC</h1>
<h1>getunconfirmedbalance - Zcash 4.2.0 RPC</h1>
<pre>getunconfirmedbalance
Returns the server&#39;s total unconfirmed balance
@ -134,6 +134,9 @@ Returns the server&#39;s total unconfirmed balance
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -150,6 +153,9 @@ Returns the server&#39;s total unconfirmed balance
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getwalletinfo">
<meta name="description" content="Zcash 4.2.0 RPC Docs - getwalletinfo">
<meta name="author" content="">
<title>getwalletinfo - Zcash 4.1.0 RPC Docs</title>
<title>getwalletinfo - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>getwalletinfo - Zcash 4.1.0 RPC</h1>
<h1>getwalletinfo - Zcash 4.2.0 RPC</h1>
<pre>getwalletinfo
Returns an object containing various wallet state info.
@ -43,6 +43,8 @@ Result:
&#34;balance&#34;: xxxxxxx, (numeric) the total confirmed transparent balance of the wallet in ZEC
&#34;unconfirmed_balance&#34;: xxx, (numeric) the total unconfirmed transparent balance of the wallet in ZEC
&#34;immature_balance&#34;: xxxxxx, (numeric) the total immature transparent balance of the wallet in ZEC
&#34;shielded_balance&#34;: xxxxxxx, (numeric) the total confirmed shielded balance of the wallet in ZEC
&#34;shielded_unconfirmed_balance&#34;: xxx, (numeric) the total unconfirmed shielded balance of the wallet in ZEC
&#34;txcount&#34;: xxxxxxx, (numeric) the total number of transactions in the wallet
&#34;keypoololdest&#34;: xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool
&#34;keypoolsize&#34;: xxxx, (numeric) how many new keys are pre-generated
@ -152,6 +154,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -168,6 +173,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - help">
<meta name="description" content="Zcash 4.2.0 RPC Docs - help">
<meta name="author" content="">
<title>help - Zcash 4.1.0 RPC Docs</title>
<title>help - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>help - Zcash 4.1.0 RPC</h1>
<h1>help - Zcash 4.2.0 RPC</h1>
<pre>help ( &#34;command&#34; )
@ -141,6 +141,9 @@ Result:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -157,6 +160,9 @@ Result:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - importaddress">
<meta name="author" content="">
<title>importaddress - Zcash 4.1.0 RPC Docs</title>
<title>importaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>importaddress - Zcash 4.1.0 RPC</h1>
<h1>importaddress - Zcash 4.2.0 RPC</h1>
<pre>importaddress &#34;address&#34; ( &#34;label&#34; rescan p2sh )
@ -158,6 +158,9 @@ As a JSON-RPC call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -174,6 +177,9 @@ As a JSON-RPC call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importprivkey">
<meta name="description" content="Zcash 4.2.0 RPC Docs - importprivkey">
<meta name="author" content="">
<title>importprivkey - Zcash 4.1.0 RPC Docs</title>
<title>importprivkey - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>importprivkey - Zcash 4.1.0 RPC</h1>
<h1>importprivkey - Zcash 4.2.0 RPC</h1>
<pre>importprivkey &#34;zcashprivkey&#34; ( &#34;label&#34; rescan )
@ -156,6 +156,9 @@ As a JSON-RPC call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -172,6 +175,9 @@ As a JSON-RPC call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importpubkey">
<meta name="description" content="Zcash 4.2.0 RPC Docs - importpubkey">
<meta name="author" content="">
<title>importpubkey - Zcash 4.1.0 RPC Docs</title>
<title>importpubkey - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>importpubkey - Zcash 4.1.0 RPC</h1>
<h1>importpubkey - Zcash 4.2.0 RPC</h1>
<pre>importpubkey &#34;pubkey&#34; ( &#34;label&#34; rescan )
@ -153,6 +153,9 @@ As a JSON-RPC call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -169,6 +172,9 @@ As a JSON-RPC call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importwallet">
<meta name="description" content="Zcash 4.2.0 RPC Docs - importwallet">
<meta name="author" content="">
<title>importwallet - Zcash 4.1.0 RPC Docs</title>
<title>importwallet - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>importwallet - Zcash 4.1.0 RPC</h1>
<h1>importwallet - Zcash 4.2.0 RPC</h1>
<pre>importwallet &#34;filename&#34;
@ -149,6 +149,9 @@ Import using the json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -165,6 +168,9 @@ Import using the json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs">
<meta name="description" content="Zcash 4.2.0 RPC Docs">
<meta name="author" content="">
<title>Zcash 4.1.0 RPC Docs</title>
<title>Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>Zcash 4.1.0 RPC</h1>
<h1>Zcash 4.2.0 RPC</h1>
<p>
Maintained by <a href="https://twitter.com/_garethtdavies">@_garethtdavies</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
@ -128,6 +128,9 @@
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -144,6 +147,9 @@
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - keypoolrefill">
<meta name="description" content="Zcash 4.2.0 RPC Docs - keypoolrefill">
<meta name="author" content="">
<title>keypoolrefill - Zcash 4.1.0 RPC Docs</title>
<title>keypoolrefill - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>keypoolrefill - Zcash 4.1.0 RPC</h1>
<h1>keypoolrefill - Zcash 4.2.0 RPC</h1>
<pre>keypoolrefill ( newsize )
@ -142,6 +142,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -158,6 +161,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listaccounts">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listaccounts">
<meta name="author" content="">
<title>listaccounts - Zcash 4.1.0 RPC Docs</title>
<title>listaccounts - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listaccounts - Zcash 4.1.0 RPC</h1>
<h1>listaccounts - Zcash 4.2.0 RPC</h1>
<pre>listaccounts ( minconf includeWatchonly)
@ -159,6 +159,9 @@ As json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -175,6 +178,9 @@ As json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listaddressgroupings">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listaddressgroupings">
<meta name="author" content="">
<title>listaddressgroupings - Zcash 4.1.0 RPC Docs</title>
<title>listaddressgroupings - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listaddressgroupings - Zcash 4.1.0 RPC</h1>
<h1>listaddressgroupings - Zcash 4.2.0 RPC</h1>
<pre>listaddressgroupings
@ -154,6 +154,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -170,6 +173,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listbanned">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listbanned">
<meta name="author" content="">
<title>listbanned - Zcash 4.1.0 RPC Docs</title>
<title>listbanned - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listbanned - Zcash 4.1.0 RPC</h1>
<h1>listbanned - Zcash 4.2.0 RPC</h1>
<pre>listbanned
@ -139,6 +139,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -155,6 +158,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listlockunspent">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listlockunspent">
<meta name="author" content="">
<title>listlockunspent - Zcash 4.1.0 RPC Docs</title>
<title>listlockunspent - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listlockunspent - Zcash 4.1.0 RPC</h1>
<h1>listlockunspent - Zcash 4.2.0 RPC</h1>
<pre>listlockunspent
@ -162,6 +162,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -178,6 +181,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listreceivedbyaccount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listreceivedbyaccount">
<meta name="author" content="">
<title>listreceivedbyaccount - Zcash 4.1.0 RPC Docs</title>
<title>listreceivedbyaccount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listreceivedbyaccount - Zcash 4.1.0 RPC</h1>
<h1>listreceivedbyaccount - Zcash 4.2.0 RPC</h1>
<pre>listreceivedbyaccount ( minconf includeempty includeWatchonly)
@ -157,6 +157,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -173,6 +176,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listreceivedbyaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listreceivedbyaddress">
<meta name="author" content="">
<title>listreceivedbyaddress - Zcash 4.1.0 RPC Docs</title>
<title>listreceivedbyaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listreceivedbyaddress - Zcash 4.1.0 RPC</h1>
<h1>listreceivedbyaddress - Zcash 4.2.0 RPC</h1>
<pre>listreceivedbyaddress ( minconf includeempty includeWatchonly)
@ -158,6 +158,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -174,6 +177,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listsinceblock">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listsinceblock">
<meta name="author" content="">
<title>listsinceblock - Zcash 4.1.0 RPC Docs</title>
<title>listsinceblock - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listsinceblock - Zcash 4.1.0 RPC</h1>
<h1>listsinceblock - Zcash 4.2.0 RPC</h1>
<pre>listsinceblock ( &#34;blockhash&#34; target-confirmations includeWatchonly)
@ -170,6 +170,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -186,6 +189,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listtransactions">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listtransactions">
<meta name="author" content="">
<title>listtransactions - Zcash 4.1.0 RPC Docs</title>
<title>listtransactions - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listtransactions - Zcash 4.1.0 RPC</h1>
<h1>listtransactions - Zcash 4.2.0 RPC</h1>
<pre>listtransactions ( &#34;account&#34; count from includeWatchonly)
@ -190,6 +190,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -206,6 +209,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listunspent">
<meta name="description" content="Zcash 4.2.0 RPC Docs - listunspent">
<meta name="author" content="">
<title>listunspent - Zcash 4.1.0 RPC Docs</title>
<title>listunspent - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>listunspent - Zcash 4.1.0 RPC</h1>
<h1>listunspent - Zcash 4.2.0 RPC</h1>
<pre>listunspent ( minconf maxconf [&#34;address&#34;,...] )
@ -171,6 +171,9 @@ Examples
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -187,6 +190,9 @@ Examples
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - lockunspent">
<meta name="description" content="Zcash 4.2.0 RPC Docs - lockunspent">
<meta name="author" content="">
<title>lockunspent - Zcash 4.1.0 RPC Docs</title>
<title>lockunspent - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>lockunspent - Zcash 4.1.0 RPC</h1>
<h1>lockunspent - Zcash 4.2.0 RPC</h1>
<pre>lockunspent unlock [{&#34;txid&#34;:&#34;txid&#34;,&#34;vout&#34;:n},...]
@ -171,6 +171,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -187,6 +190,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - move">
<meta name="description" content="Zcash 4.2.0 RPC Docs - move">
<meta name="author" content="">
<title>move - Zcash 4.1.0 RPC Docs</title>
<title>move - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>move - Zcash 4.1.0 RPC</h1>
<h1>move - Zcash 4.2.0 RPC</h1>
<pre>move &#34;fromaccount&#34; &#34;toaccount&#34; amount ( minconf &#34;comment&#34; )
@ -156,6 +156,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -172,6 +175,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - ping">
<meta name="description" content="Zcash 4.2.0 RPC Docs - ping">
<meta name="author" content="">
<title>ping - Zcash 4.1.0 RPC Docs</title>
<title>ping - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>ping - Zcash 4.1.0 RPC</h1>
<h1>ping - Zcash 4.2.0 RPC</h1>
<pre>ping
@ -141,6 +141,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -157,6 +160,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - prioritisetransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - prioritisetransaction">
<meta name="author" content="">
<title>prioritisetransaction - Zcash 4.1.0 RPC Docs</title>
<title>prioritisetransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>prioritisetransaction - Zcash 4.1.0 RPC</h1>
<h1>prioritisetransaction - Zcash 4.2.0 RPC</h1>
<pre>prioritisetransaction &lt;txid&gt; &lt;priority delta&gt; &lt;fee delta&gt;
Accepts the transaction into mined blocks at a higher (or lower) priority
@ -150,6 +150,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -166,6 +169,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
<meta name="description" content="Zcash 4.2.0 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
<meta name="author" content="">
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.1.0 RPC Docs</title>
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.1.0 RPC</h1>
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.2.0 RPC</h1>
{{if .Command}}
<pre>{{.Command.Description}}</pre>
<hr>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendfrom">
<meta name="description" content="Zcash 4.2.0 RPC Docs - sendfrom">
<meta name="author" content="">
<title>sendfrom - Zcash 4.1.0 RPC Docs</title>
<title>sendfrom - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>sendfrom - Zcash 4.1.0 RPC</h1>
<h1>sendfrom - Zcash 4.2.0 RPC</h1>
<pre>sendfrom &#34;fromaccount&#34; &#34;tozcashaddress&#34; amount ( minconf &#34;comment&#34; &#34;comment-to&#34; )
@ -161,6 +161,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -177,6 +180,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendmany">
<meta name="description" content="Zcash 4.2.0 RPC Docs - sendmany">
<meta name="author" content="">
<title>sendmany - Zcash 4.1.0 RPC Docs</title>
<title>sendmany - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>sendmany - Zcash 4.1.0 RPC</h1>
<h1>sendmany - Zcash 4.2.0 RPC</h1>
<pre>sendmany &#34;fromaccount&#34; {&#34;address&#34;:amount,...} ( minconf &#34;comment&#34; [&#34;address&#34;,...] )
@ -171,6 +171,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -187,6 +190,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendrawtransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - sendrawtransaction">
<meta name="author" content="">
<title>sendrawtransaction - Zcash 4.1.0 RPC Docs</title>
<title>sendrawtransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>sendrawtransaction - Zcash 4.1.0 RPC</h1>
<h1>sendrawtransaction - Zcash 4.2.0 RPC</h1>
<pre>sendrawtransaction &#34;hexstring&#34; ( allowhighfees )
@ -157,6 +157,9 @@ As a json rpc call
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -173,6 +176,9 @@ As a json rpc call
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendtoaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - sendtoaddress">
<meta name="author" content="">
<title>sendtoaddress - Zcash 4.1.0 RPC Docs</title>
<title>sendtoaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>sendtoaddress - Zcash 4.1.0 RPC</h1>
<h1>sendtoaddress - Zcash 4.2.0 RPC</h1>
<pre>sendtoaddress &#34;zcashaddress&#34; amount ( &#34;comment&#34; &#34;comment-to&#34; subtractfeefromamount )
@ -155,6 +155,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -171,6 +174,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setaccount">
<meta name="description" content="Zcash 4.2.0 RPC Docs - setaccount">
<meta name="author" content="">
<title>setaccount - Zcash 4.1.0 RPC Docs</title>
<title>setaccount - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>setaccount - Zcash 4.1.0 RPC</h1>
<h1>setaccount - Zcash 4.2.0 RPC</h1>
<pre>setaccount &#34;zcashaddress&#34; &#34;account&#34;
@ -143,6 +143,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -159,6 +162,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setban">
<meta name="description" content="Zcash 4.2.0 RPC Docs - setban">
<meta name="author" content="">
<title>setban - Zcash 4.1.0 RPC Docs</title>
<title>setban - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,24 +25,24 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>setban - Zcash 4.1.0 RPC</h1>
<h1>setban - Zcash 4.2.0 RPC</h1>
<pre>setban &#34;ip(/netmask)&#34; &#34;add|remove&#34; (bantime) (absolute)
Attempts add or remove a IP/Subnet from the banned list.
Attempts to add or remove an IP/Subnet from the banned list.
Arguments:
1. &#34;ip(/netmask)&#34; (string, required) The IP/Subnet (see getpeerinfo for nodes ip) with a optional netmask (default is /32 = single ip)
2. &#34;command&#34; (string, required) &#39;add&#39; to add a IP/Subnet to the list, &#39;remove&#39; to remove a IP/Subnet from the list
3. &#34;bantime&#34; (numeric, optional) time in seconds how long (or until when if [absolute] is set) the ip is banned (0 or empty means using the default time of 24h which can also be overwritten by the -bantime startup argument)
4. &#34;absolute&#34; (boolean, optional) If set, the bantime must be a absolute timestamp in seconds since epoch (Jan 1 1970 GMT)
1. &#34;ip(/netmask)&#34; (string, required) The IP/Subnet (see getpeerinfo for nodes IP) with an optional netmask (default is /32 = single IP)
2. &#34;command&#34; (string, required) &#39;add&#39; to add an IP/Subnet to the list, &#39;remove&#39; to remove an IP/Subnet from the list
3. &#34;bantime&#34; (numeric, optional) time in seconds how long (or until when if [absolute] is set) the IP is banned (0 or empty means using the default time of 24h which can also be overwritten by the -bantime startup argument)
4. &#34;absolute&#34; (boolean, optional) If set, the bantime must be an absolute timestamp in seconds since epoch (Jan 1 1970 GMT)
Examples:
&gt; zcash-cli setban &#34;192.168.0.6&#34; &#34;add&#34; 86400
@ -146,6 +146,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -162,6 +165,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setgenerate">
<meta name="description" content="Zcash 4.2.0 RPC Docs - setgenerate">
<meta name="author" content="">
<title>setgenerate - Zcash 4.1.0 RPC Docs</title>
<title>setgenerate - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>setgenerate - Zcash 4.1.0 RPC</h1>
<h1>setgenerate - Zcash 4.2.0 RPC</h1>
<pre>setgenerate generate ( genproclimit )
@ -155,6 +155,9 @@ Using json rpc
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -171,6 +174,9 @@ Using json rpc
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setlogfilter">
<meta name="description" content="Zcash 4.2.0 RPC Docs - setlogfilter">
<meta name="author" content="">
<title>setlogfilter - Zcash 4.1.0 RPC Docs</title>
<title>setlogfilter - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>setlogfilter - Zcash 4.1.0 RPC</h1>
<h1>setlogfilter - Zcash 4.2.0 RPC</h1>
<pre>setlogfilter &#34;directives&#34;
@ -154,6 +154,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -170,6 +173,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - settxfee">
<meta name="description" content="Zcash 4.2.0 RPC Docs - settxfee">
<meta name="author" content="">
<title>settxfee - Zcash 4.1.0 RPC Docs</title>
<title>settxfee - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>settxfee - Zcash 4.1.0 RPC</h1>
<h1>settxfee - Zcash 4.2.0 RPC</h1>
<pre>settxfee amount
@ -145,6 +145,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -161,6 +164,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - signmessage">
<meta name="description" content="Zcash 4.2.0 RPC Docs - signmessage">
<meta name="author" content="">
<title>signmessage - Zcash 4.1.0 RPC Docs</title>
<title>signmessage - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>signmessage - Zcash 4.1.0 RPC</h1>
<h1>signmessage - Zcash 4.2.0 RPC</h1>
<pre>signmessage &#34;t-addr&#34; &#34;message&#34;
@ -156,6 +156,9 @@ As json rpc
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -172,6 +175,9 @@ As json rpc
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - signrawtransaction">
<meta name="description" content="Zcash 4.2.0 RPC Docs - signrawtransaction">
<meta name="author" content="">
<title>signrawtransaction - Zcash 4.1.0 RPC Docs</title>
<title>signrawtransaction - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>signrawtransaction - Zcash 4.1.0 RPC</h1>
<h1>signrawtransaction - Zcash 4.2.0 RPC</h1>
<pre>signrawtransaction &#34;hexstring&#34; ( [{&#34;txid&#34;:&#34;id&#34;,&#34;vout&#34;:n,&#34;scriptPubKey&#34;:&#34;hex&#34;,&#34;redeemScript&#34;:&#34;hex&#34;},...] [&#34;privatekey1&#34;,...] sighashtype )
@ -187,6 +187,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -203,6 +206,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - stop">
<meta name="description" content="Zcash 4.2.0 RPC Docs - stop">
<meta name="author" content="">
<title>stop - Zcash 4.1.0 RPC Docs</title>
<title>stop - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>stop - Zcash 4.1.0 RPC</h1>
<h1>stop - Zcash 4.2.0 RPC</h1>
<pre>stop
@ -134,6 +134,9 @@ Stop Zcash server.
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -150,6 +153,9 @@ Stop Zcash server.
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - submitblock">
<meta name="description" content="Zcash 4.2.0 RPC Docs - submitblock">
<meta name="author" content="">
<title>submitblock - Zcash 4.1.0 RPC Docs</title>
<title>submitblock - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>submitblock - Zcash 4.1.0 RPC</h1>
<h1>submitblock - Zcash 4.2.0 RPC</h1>
<pre>submitblock &#34;hexdata&#34; ( &#34;jsonparametersobject&#34; )
@ -156,6 +156,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -172,6 +175,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - validateaddress">
<meta name="description" content="Zcash 4.2.0 RPC Docs - validateaddress">
<meta name="author" content="">
<title>validateaddress - Zcash 4.1.0 RPC Docs</title>
<title>validateaddress - Zcash 4.2.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.1.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.2.0 RPC docs</a>
</nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row">
<div class="col-8 col-lg-9 col-xl-10">
<h1>validateaddress - Zcash 4.1.0 RPC</h1>
<h1>validateaddress - Zcash 4.2.0 RPC</h1>
<pre>validateaddress &#34;zcashaddress&#34;
@ -154,6 +154,9 @@ Examples:
<a href="verifytxoutproof.html">verifytxoutproof</a>
<br>
<a href="z_gettreestate.html">z_gettreestate</a>
<br>
</div>
</div>
<br>
@ -170,6 +173,9 @@ Examples:
<a href="getinfo.html">getinfo</a>
<br>
<a href="getmemoryinfo.html">getmemoryinfo</a>
<br>
<a href="help.html">help</a>
<br>

Some files were not shown because too many files have changed in this diff Show More