Updating to 4.1.0

This commit is contained in:
Gareth davies 2020-11-10 20:27:01 -08:00
parent 8ef953cfed
commit 41f7fed2e5
132 changed files with 659 additions and 659 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.0.0 RPC Docs - addmultisigaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - addmultisigaddress">
<meta name="author" content="">
<title>addmultisigaddress - Zcash 4.0.0 RPC Docs</title>
<title>addmultisigaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>addmultisigaddress - Zcash 4.1.0 RPC</h1>
<pre>addmultisigaddress nrequired [&#34;key&#34;,...] ( &#34;account&#34; )
@ -64,7 +64,7 @@ As json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - addnode">
<meta name="description" content="Zcash 4.1.0 RPC Docs - addnode">
<meta name="author" content="">
<title>addnode - Zcash 4.0.0 RPC Docs</title>
<title>addnode - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>addnode - Zcash 4.1.0 RPC</h1>
<pre>addnode &#34;node&#34; &#34;add|remove|onetry&#34;
@ -51,7 +51,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - backupwallet">
<meta name="description" content="Zcash 4.1.0 RPC Docs - backupwallet">
<meta name="author" content="">
<title>backupwallet - Zcash 4.0.0 RPC Docs</title>
<title>backupwallet - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>backupwallet - Zcash 4.1.0 RPC</h1>
<pre>backupwallet &#34;destination&#34;
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - clearbanned">
<meta name="description" content="Zcash 4.1.0 RPC Docs - clearbanned">
<meta name="author" content="">
<title>clearbanned - Zcash 4.0.0 RPC Docs</title>
<title>clearbanned - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>clearbanned - Zcash 4.1.0 RPC</h1>
<pre>clearbanned
@ -46,7 +46,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - createmultisig">
<meta name="description" content="Zcash 4.1.0 RPC Docs - createmultisig">
<meta name="author" content="">
<title>createmultisig - Zcash 4.0.0 RPC Docs</title>
<title>createmultisig - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>createmultisig - Zcash 4.1.0 RPC</h1>
<pre>createmultisig nrequired [&#34;key&#34;,...]
@ -65,7 +65,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - createrawtransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - createrawtransaction">
<meta name="author" content="">
<title>createrawtransaction - Zcash 4.0.0 RPC Docs</title>
<title>createrawtransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>createrawtransaction - Zcash 4.1.0 RPC</h1>
<pre>createrawtransaction [{&#34;txid&#34;:&#34;id&#34;,&#34;vout&#34;:n},...] {&#34;address&#34;:amount,...} ( locktime ) ( expiryheight )
@ -70,7 +70,7 @@ Examples
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - decoderawtransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - decoderawtransaction">
<meta name="author" content="">
<title>decoderawtransaction - Zcash 4.0.0 RPC Docs</title>
<title>decoderawtransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>decoderawtransaction - Zcash 4.1.0 RPC</h1>
<pre>decoderawtransaction &#34;hexstring&#34;
@ -115,7 +115,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - decodescript">
<meta name="description" content="Zcash 4.1.0 RPC Docs - decodescript">
<meta name="author" content="">
<title>decodescript - Zcash 4.0.0 RPC Docs</title>
<title>decodescript - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>decodescript - Zcash 4.1.0 RPC</h1>
<pre>decodescript &#34;hex&#34;
@ -62,7 +62,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - disconnectnode">
<meta name="description" content="Zcash 4.1.0 RPC Docs - disconnectnode">
<meta name="author" content="">
<title>disconnectnode - Zcash 4.0.0 RPC Docs</title>
<title>disconnectnode - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>disconnectnode - Zcash 4.1.0 RPC</h1>
<pre>disconnectnode &#34;node&#34;
@ -49,7 +49,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - dumpprivkey">
<meta name="description" content="Zcash 4.1.0 RPC Docs - dumpprivkey">
<meta name="author" content="">
<title>dumpprivkey - Zcash 4.0.0 RPC Docs</title>
<title>dumpprivkey - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>dumpprivkey - Zcash 4.1.0 RPC</h1>
<pre>dumpprivkey &#34;t-addr&#34;
@ -54,7 +54,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - dumpwallet">
<meta name="description" content="Zcash 4.1.0 RPC Docs - dumpwallet">
<meta name="author" content="">
<title>dumpwallet - Zcash 4.0.0 RPC Docs</title>
<title>dumpwallet - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>dumpwallet - Zcash 4.1.0 RPC</h1>
<pre>dumpwallet &#34;filename&#34;
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - encryptwallet">
<meta name="description" content="Zcash 4.1.0 RPC Docs - encryptwallet">
<meta name="author" content="">
<title>encryptwallet - Zcash 4.0.0 RPC Docs</title>
<title>encryptwallet - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>encryptwallet - Zcash 4.1.0 RPC</h1>
<pre>encryptwallet &#34;passphrase&#34;
@ -76,7 +76,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - estimatefee">
<meta name="description" content="Zcash 4.1.0 RPC Docs - estimatefee">
<meta name="author" content="">
<title>estimatefee - Zcash 4.0.0 RPC Docs</title>
<title>estimatefee - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>estimatefee - Zcash 4.1.0 RPC</h1>
<pre>estimatefee nblocks
@ -56,7 +56,7 @@ Example:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - estimatepriority">
<meta name="description" content="Zcash 4.1.0 RPC Docs - estimatepriority">
<meta name="author" content="">
<title>estimatepriority - Zcash 4.0.0 RPC Docs</title>
<title>estimatepriority - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>estimatepriority - Zcash 4.1.0 RPC</h1>
<pre>estimatepriority nblocks
@ -56,7 +56,7 @@ Example:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - fundrawtransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - fundrawtransaction">
<meta name="author" content="">
<title>fundrawtransaction - Zcash 4.0.0 RPC Docs</title>
<title>fundrawtransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>fundrawtransaction - Zcash 4.1.0 RPC</h1>
<pre>fundrawtransaction &#34;hexstring&#34; includeWatching
@ -74,7 +74,7 @@ Send the transaction
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - generate">
<meta name="description" content="Zcash 4.1.0 RPC Docs - generate">
<meta name="author" content="">
<title>generate - Zcash 4.0.0 RPC Docs</title>
<title>generate - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>generate - Zcash 4.1.0 RPC</h1>
<pre>generate numblocks
@ -55,7 +55,7 @@ Generate 11 blocks
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaccount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaccount">
<meta name="author" content="">
<title>getaccount - Zcash 4.0.0 RPC Docs</title>
<title>getaccount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaccount - Zcash 4.1.0 RPC</h1>
<pre>getaccount &#34;zcashaddress&#34;
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaccountaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaccountaddress">
<meta name="author" content="">
<title>getaccountaddress - Zcash 4.0.0 RPC Docs</title>
<title>getaccountaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaccountaddress - Zcash 4.1.0 RPC</h1>
<pre>getaccountaddress &#34;account&#34;
@ -54,7 +54,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddednodeinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddednodeinfo">
<meta name="author" content="">
<title>getaddednodeinfo - Zcash 4.0.0 RPC Docs</title>
<title>getaddednodeinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddednodeinfo - Zcash 4.1.0 RPC</h1>
<pre>getaddednodeinfo dns ( &#34;node&#34; )
@ -70,7 +70,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddressbalance">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressbalance">
<meta name="author" content="">
<title>getaddressbalance - Zcash 4.0.0 RPC Docs</title>
<title>getaddressbalance - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddressbalance - Zcash 4.1.0 RPC</h1>
<pre>getaddressbalance {&#34;addresses&#34;: [&#34;taddr&#34;, ...]}
@ -78,7 +78,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddressdeltas">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressdeltas">
<meta name="author" content="">
<title>getaddressdeltas - Zcash 4.0.0 RPC Docs</title>
<title>getaddressdeltas - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddressdeltas - Zcash 4.1.0 RPC</h1>
<pre>getaddressdeltas {&#34;addresses&#34;: [&#34;taddr&#34;, ...], (&#34;start&#34;: n), (&#34;end&#34;: n), (&#34;chainInfo&#34;: true|false)}
@ -115,7 +115,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddressesbyaccount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressesbyaccount">
<meta name="author" content="">
<title>getaddressesbyaccount - Zcash 4.0.0 RPC Docs</title>
<title>getaddressesbyaccount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddressesbyaccount - Zcash 4.1.0 RPC</h1>
<pre>getaddressesbyaccount &#34;account&#34;
@ -55,7 +55,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddressmempool">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressmempool">
<meta name="author" content="">
<title>getaddressmempool - Zcash 4.0.0 RPC Docs</title>
<title>getaddressmempool - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddressmempool - Zcash 4.1.0 RPC</h1>
<pre>getaddressmempool {&#34;addresses&#34;: [&#34;taddr&#34;, ...]}
@ -85,7 +85,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddresstxids">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddresstxids">
<meta name="author" content="">
<title>getaddresstxids - Zcash 4.0.0 RPC Docs</title>
<title>getaddresstxids - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddresstxids - Zcash 4.1.0 RPC</h1>
<pre>getaddresstxids {&#34;addresses&#34;: [&#34;taddr&#34;, ...], (&#34;start&#34;: n), (&#34;end&#34;: n)}
@ -82,7 +82,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getaddressutxos">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getaddressutxos">
<meta name="author" content="">
<title>getaddressutxos - Zcash 4.0.0 RPC Docs</title>
<title>getaddressutxos - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getaddressutxos - Zcash 4.1.0 RPC</h1>
<pre>getaddressutxos {&#34;addresses&#34;: [&#34;taddr&#34;, ...], (&#34;chainInfo&#34;: true|false)}
@ -97,7 +97,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getbalance">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getbalance">
<meta name="author" content="">
<title>getbalance - Zcash 4.0.0 RPC Docs</title>
<title>getbalance - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getbalance - Zcash 4.1.0 RPC</h1>
<pre>getbalance ( &#34;account&#34; minconf includeWatchonly inZat )
@ -62,7 +62,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getbestblockhash">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getbestblockhash">
<meta name="author" content="">
<title>getbestblockhash - Zcash 4.0.0 RPC Docs</title>
<title>getbestblockhash - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getbestblockhash - Zcash 4.1.0 RPC</h1>
<pre>getbestblockhash
@ -49,7 +49,7 @@ Examples
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblock">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblock">
<meta name="author" content="">
<title>getblock - Zcash 4.0.0 RPC Docs</title>
<title>getblock - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblock - Zcash 4.1.0 RPC</h1>
<pre>getblock &#34;hash|height&#34; ( verbosity )
@ -87,7 +87,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblockchaininfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockchaininfo">
<meta name="author" content="">
<title>getblockchaininfo - Zcash 4.0.0 RPC Docs</title>
<title>getblockchaininfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblockchaininfo - Zcash 4.1.0 RPC</h1>
<pre>getblockchaininfo
Returns an object containing various state info regarding block chain processing.
@ -87,7 +87,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblockcount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockcount">
<meta name="author" content="">
<title>getblockcount - Zcash 4.0.0 RPC Docs</title>
<title>getblockcount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblockcount - Zcash 4.1.0 RPC</h1>
<pre>getblockcount
@ -49,7 +49,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblockdeltas">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockdeltas">
<meta name="author" content="">
<title>getblockdeltas - Zcash 4.0.0 RPC Docs</title>
<title>getblockdeltas - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblockdeltas - Zcash 4.1.0 RPC</h1>
<pre>getblockdeltas &#34;blockhash&#34;
@ -104,7 +104,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblockhash">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockhash">
<meta name="author" content="">
<title>getblockhash - Zcash 4.0.0 RPC Docs</title>
<title>getblockhash - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblockhash - Zcash 4.1.0 RPC</h1>
<pre>getblockhash index
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblockhashes">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockhashes">
<meta name="author" content="">
<title>getblockhashes - Zcash 4.0.0 RPC Docs</title>
<title>getblockhashes - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblockhashes - Zcash 4.1.0 RPC</h1>
<pre>getblockhashes high low ( {&#34;noOrphans&#34;: true|false, &#34;logicalTimes&#34;: true|false} )
@ -85,7 +85,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblockheader">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblockheader">
<meta name="author" content="">
<title>getblockheader - Zcash 4.0.0 RPC Docs</title>
<title>getblockheader - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblockheader - Zcash 4.1.0 RPC</h1>
<pre>getblockheader &#34;hash&#34; ( verbose )
@ -70,7 +70,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblocksubsidy">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblocksubsidy">
<meta name="author" content="">
<title>getblocksubsidy - Zcash 4.0.0 RPC Docs</title>
<title>getblocksubsidy - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblocksubsidy - Zcash 4.1.0 RPC</h1>
<pre>getblocksubsidy height
@ -62,7 +62,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getblocktemplate">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getblocktemplate">
<meta name="author" content="">
<title>getblocktemplate - Zcash 4.0.0 RPC Docs</title>
<title>getblocktemplate - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getblocktemplate - Zcash 4.1.0 RPC</h1>
<pre>getblocktemplate ( &#34;jsonrequestobject&#34; )
@ -94,7 +94,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getchaintips">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getchaintips">
<meta name="author" content="">
<title>getchaintips - Zcash 4.0.0 RPC Docs</title>
<title>getchaintips - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getchaintips - Zcash 4.1.0 RPC</h1>
<pre>getchaintips
Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
@ -67,7 +67,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getconnectioncount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getconnectioncount">
<meta name="author" content="">
<title>getconnectioncount - Zcash 4.0.0 RPC Docs</title>
<title>getconnectioncount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getconnectioncount - Zcash 4.1.0 RPC</h1>
<pre>getconnectioncount
@ -49,7 +49,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getdeprecationinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getdeprecationinfo">
<meta name="author" content="">
<title>getdeprecationinfo - Zcash 4.0.0 RPC Docs</title>
<title>getdeprecationinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getdeprecationinfo - Zcash 4.1.0 RPC</h1>
<pre>getdeprecationinfo
Returns an object containing current version and deprecation block height. Applicable only on mainnet.
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getdifficulty">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getdifficulty">
<meta name="author" content="">
<title>getdifficulty - Zcash 4.0.0 RPC Docs</title>
<title>getdifficulty - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getdifficulty - Zcash 4.1.0 RPC</h1>
<pre>getdifficulty
@ -49,7 +49,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getexperimentalfeatures">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getexperimentalfeatures">
<meta name="author" content="">
<title>getexperimentalfeatures - Zcash 4.0.0 RPC Docs</title>
<title>getexperimentalfeatures - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getexperimentalfeatures - Zcash 4.1.0 RPC</h1>
<pre>getexperimentalfeatures
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getgenerate">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getgenerate">
<meta name="author" content="">
<title>getgenerate - Zcash 4.0.0 RPC Docs</title>
<title>getgenerate - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getgenerate - Zcash 4.1.0 RPC</h1>
<pre>getgenerate
@ -51,7 +51,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getinfo">
<meta name="author" content="">
<title>getinfo - Zcash 4.0.0 RPC Docs</title>
<title>getinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getinfo - Zcash 4.1.0 RPC</h1>
<pre>getinfo
Returns an object containing various state info.
@ -65,7 +65,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getlocalsolps">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getlocalsolps">
<meta name="author" content="">
<title>getlocalsolps - Zcash 4.0.0 RPC Docs</title>
<title>getlocalsolps - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getlocalsolps - Zcash 4.1.0 RPC</h1>
<pre>getlocalsolps
@ -50,7 +50,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getmempoolinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getmempoolinfo">
<meta name="author" content="">
<title>getmempoolinfo - Zcash 4.0.0 RPC Docs</title>
<title>getmempoolinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getmempoolinfo - Zcash 4.1.0 RPC</h1>
<pre>getmempoolinfo
@ -53,7 +53,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getmininginfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getmininginfo">
<meta name="author" content="">
<title>getmininginfo - Zcash 4.0.0 RPC Docs</title>
<title>getmininginfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getmininginfo - Zcash 4.1.0 RPC</h1>
<pre>getmininginfo
@ -61,7 +61,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getnettotals">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnettotals">
<meta name="author" content="">
<title>getnettotals - Zcash 4.0.0 RPC Docs</title>
<title>getnettotals - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getnettotals - Zcash 4.1.0 RPC</h1>
<pre>getnettotals
@ -54,7 +54,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getnetworkhashps">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnetworkhashps">
<meta name="author" content="">
<title>getnetworkhashps - Zcash 4.0.0 RPC Docs</title>
<title>getnetworkhashps - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getnetworkhashps - Zcash 4.1.0 RPC</h1>
<pre>getnetworkhashps ( blocks height )
@ -57,7 +57,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getnetworkinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnetworkinfo">
<meta name="author" content="">
<title>getnetworkinfo - Zcash 4.0.0 RPC Docs</title>
<title>getnetworkinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getnetworkinfo - Zcash 4.1.0 RPC</h1>
<pre>getnetworkinfo
Returns an object containing various state info regarding P2P networking.
@ -74,7 +74,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getnetworksolps">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnetworksolps">
<meta name="author" content="">
<title>getnetworksolps - Zcash 4.0.0 RPC Docs</title>
<title>getnetworksolps - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getnetworksolps - Zcash 4.1.0 RPC</h1>
<pre>getnetworksolps ( blocks height )
@ -55,7 +55,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getnewaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getnewaddress">
<meta name="author" content="">
<title>getnewaddress - Zcash 4.0.0 RPC Docs</title>
<title>getnewaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getnewaddress - Zcash 4.1.0 RPC</h1>
<pre>getnewaddress ( &#34;account&#34; )
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getpeerinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getpeerinfo">
<meta name="author" content="">
<title>getpeerinfo - Zcash 4.0.0 RPC Docs</title>
<title>getpeerinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getpeerinfo - Zcash 4.1.0 RPC</h1>
<pre>getpeerinfo
@ -76,7 +76,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getrawchangeaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getrawchangeaddress">
<meta name="author" content="">
<title>getrawchangeaddress - Zcash 4.0.0 RPC Docs</title>
<title>getrawchangeaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getrawchangeaddress - Zcash 4.1.0 RPC</h1>
<pre>getrawchangeaddress
@ -50,7 +50,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getrawmempool">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getrawmempool">
<meta name="author" content="">
<title>getrawmempool - Zcash 4.0.0 RPC Docs</title>
<title>getrawmempool - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getrawmempool - Zcash 4.1.0 RPC</h1>
<pre>getrawmempool ( verbose )
@ -70,7 +70,7 @@ Examples
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getrawtransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getrawtransaction">
<meta name="author" content="">
<title>getrawtransaction - Zcash 4.0.0 RPC Docs</title>
<title>getrawtransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getrawtransaction - Zcash 4.1.0 RPC</h1>
<pre>getrawtransaction &#34;txid&#34; ( verbose )
@ -130,7 +130,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getreceivedbyaccount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getreceivedbyaccount">
<meta name="author" content="">
<title>getreceivedbyaccount - Zcash 4.0.0 RPC Docs</title>
<title>getreceivedbyaccount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getreceivedbyaccount - Zcash 4.1.0 RPC</h1>
<pre>getreceivedbyaccount &#34;account&#34; ( minconf ) ( inZat )
@ -64,7 +64,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getreceivedbyaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getreceivedbyaddress">
<meta name="author" content="">
<title>getreceivedbyaddress - Zcash 4.0.0 RPC Docs</title>
<title>getreceivedbyaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getreceivedbyaddress - Zcash 4.1.0 RPC</h1>
<pre>getreceivedbyaddress &#34;zcashaddress&#34; ( minconf ) ( inZat )
@ -64,7 +64,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getspentinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getspentinfo">
<meta name="author" content="">
<title>getspentinfo - Zcash 4.0.0 RPC Docs</title>
<title>getspentinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getspentinfo - Zcash 4.1.0 RPC</h1>
<pre>getspentinfo {&#34;txid&#34;: &#34;txidhex&#34;, &#34;index&#34;: n}
@ -68,7 +68,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - gettransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettransaction">
<meta name="author" content="">
<title>gettransaction - Zcash 4.0.0 RPC Docs</title>
<title>gettransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>gettransaction - Zcash 4.1.0 RPC</h1>
<pre>gettransaction &#34;txid&#34; ( includeWatchonly )
@ -88,7 +88,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - gettxout">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettxout">
<meta name="author" content="">
<title>gettxout - Zcash 4.0.0 RPC Docs</title>
<title>gettxout - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>gettxout - Zcash 4.1.0 RPC</h1>
<pre>gettxout &#34;txid&#34; n ( includemempool )
@ -77,7 +77,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - gettxoutproof">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettxoutproof">
<meta name="author" content="">
<title>gettxoutproof - Zcash 4.0.0 RPC Docs</title>
<title>gettxoutproof - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>gettxoutproof - Zcash 4.1.0 RPC</h1>
<pre>gettxoutproof [&#34;txid&#34;,...] ( blockhash )
@ -60,7 +60,7 @@ Result:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - gettxoutsetinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - gettxoutsetinfo">
<meta name="author" content="">
<title>gettxoutsetinfo - Zcash 4.0.0 RPC Docs</title>
<title>gettxoutsetinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>gettxoutsetinfo - Zcash 4.1.0 RPC</h1>
<pre>gettxoutsetinfo
@ -58,7 +58,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getunconfirmedbalance">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getunconfirmedbalance">
<meta name="author" content="">
<title>getunconfirmedbalance - Zcash 4.0.0 RPC Docs</title>
<title>getunconfirmedbalance - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getunconfirmedbalance - Zcash 4.1.0 RPC</h1>
<pre>getunconfirmedbalance
Returns the server&#39;s total unconfirmed balance
@ -41,7 +41,7 @@ Returns the server&#39;s total unconfirmed balance
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - getwalletinfo">
<meta name="description" content="Zcash 4.1.0 RPC Docs - getwalletinfo">
<meta name="author" content="">
<title>getwalletinfo - Zcash 4.0.0 RPC Docs</title>
<title>getwalletinfo - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>getwalletinfo - Zcash 4.1.0 RPC</h1>
<pre>getwalletinfo
Returns an object containing various wallet state info.
@ -59,7 +59,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - help">
<meta name="description" content="Zcash 4.1.0 RPC Docs - help">
<meta name="author" content="">
<title>help - Zcash 4.0.0 RPC Docs</title>
<title>help - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>help - Zcash 4.1.0 RPC</h1>
<pre>help ( &#34;command&#34; )
@ -48,7 +48,7 @@ Result:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - importaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importaddress">
<meta name="author" content="">
<title>importaddress - Zcash 4.0.0 RPC Docs</title>
<title>importaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>importaddress - Zcash 4.1.0 RPC</h1>
<pre>importaddress &#34;address&#34; ( &#34;label&#34; rescan p2sh )
@ -65,7 +65,7 @@ As a JSON-RPC call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - importprivkey">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importprivkey">
<meta name="author" content="">
<title>importprivkey - Zcash 4.0.0 RPC Docs</title>
<title>importprivkey - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>importprivkey - Zcash 4.1.0 RPC</h1>
<pre>importprivkey &#34;zcashprivkey&#34; ( &#34;label&#34; rescan )
@ -63,7 +63,7 @@ As a JSON-RPC call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - importpubkey">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importpubkey">
<meta name="author" content="">
<title>importpubkey - Zcash 4.0.0 RPC Docs</title>
<title>importpubkey - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>importpubkey - Zcash 4.1.0 RPC</h1>
<pre>importpubkey &#34;pubkey&#34; ( &#34;label&#34; rescan )
@ -60,7 +60,7 @@ As a JSON-RPC call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - importwallet">
<meta name="description" content="Zcash 4.1.0 RPC Docs - importwallet">
<meta name="author" content="">
<title>importwallet - Zcash 4.0.0 RPC Docs</title>
<title>importwallet - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>importwallet - Zcash 4.1.0 RPC</h1>
<pre>importwallet &#34;filename&#34;
@ -56,7 +56,7 @@ Import using the json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs">
<meta name="description" content="Zcash 4.1.0 RPC Docs">
<meta name="author" content="">
<title>Zcash 4.0.0 RPC Docs</title>
<title>Zcash 4.1.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet">
</head>
@ -25,17 +25,17 @@
<nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 4.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>Zcash 4.1.0 RPC</h1>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - keypoolrefill">
<meta name="description" content="Zcash 4.1.0 RPC Docs - keypoolrefill">
<meta name="author" content="">
<title>keypoolrefill - Zcash 4.0.0 RPC Docs</title>
<title>keypoolrefill - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>keypoolrefill - Zcash 4.1.0 RPC</h1>
<pre>keypoolrefill ( newsize )
@ -49,7 +49,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listaccounts">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listaccounts">
<meta name="author" content="">
<title>listaccounts - Zcash 4.0.0 RPC Docs</title>
<title>listaccounts - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listaccounts - Zcash 4.1.0 RPC</h1>
<pre>listaccounts ( minconf includeWatchonly)
@ -66,7 +66,7 @@ As json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listaddressgroupings">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listaddressgroupings">
<meta name="author" content="">
<title>listaddressgroupings - Zcash 4.0.0 RPC Docs</title>
<title>listaddressgroupings - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listaddressgroupings - Zcash 4.1.0 RPC</h1>
<pre>listaddressgroupings
@ -61,7 +61,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listbanned">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listbanned">
<meta name="author" content="">
<title>listbanned - Zcash 4.0.0 RPC Docs</title>
<title>listbanned - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listbanned - Zcash 4.1.0 RPC</h1>
<pre>listbanned
@ -46,7 +46,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listlockunspent">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listlockunspent">
<meta name="author" content="">
<title>listlockunspent - Zcash 4.0.0 RPC Docs</title>
<title>listlockunspent - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listlockunspent - Zcash 4.1.0 RPC</h1>
<pre>listlockunspent
@ -69,7 +69,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listreceivedbyaccount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listreceivedbyaccount">
<meta name="author" content="">
<title>listreceivedbyaccount - Zcash 4.0.0 RPC Docs</title>
<title>listreceivedbyaccount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listreceivedbyaccount - Zcash 4.1.0 RPC</h1>
<pre>listreceivedbyaccount ( minconf includeempty includeWatchonly)
@ -64,7 +64,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listreceivedbyaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listreceivedbyaddress">
<meta name="author" content="">
<title>listreceivedbyaddress - Zcash 4.0.0 RPC Docs</title>
<title>listreceivedbyaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listreceivedbyaddress - Zcash 4.1.0 RPC</h1>
<pre>listreceivedbyaddress ( minconf includeempty includeWatchonly)
@ -65,7 +65,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listsinceblock">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listsinceblock">
<meta name="author" content="">
<title>listsinceblock - Zcash 4.0.0 RPC Docs</title>
<title>listsinceblock - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listsinceblock - Zcash 4.1.0 RPC</h1>
<pre>listsinceblock ( &#34;blockhash&#34; target-confirmations includeWatchonly)
@ -77,7 +77,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listtransactions">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listtransactions">
<meta name="author" content="">
<title>listtransactions - Zcash 4.0.0 RPC Docs</title>
<title>listtransactions - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listtransactions - Zcash 4.1.0 RPC</h1>
<pre>listtransactions ( &#34;account&#34; count from includeWatchonly)
@ -97,7 +97,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - listunspent">
<meta name="description" content="Zcash 4.1.0 RPC Docs - listunspent">
<meta name="author" content="">
<title>listunspent - Zcash 4.0.0 RPC Docs</title>
<title>listunspent - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>listunspent - Zcash 4.1.0 RPC</h1>
<pre>listunspent ( minconf maxconf [&#34;address&#34;,...] )
@ -78,7 +78,7 @@ Examples
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - lockunspent">
<meta name="description" content="Zcash 4.1.0 RPC Docs - lockunspent">
<meta name="author" content="">
<title>lockunspent - Zcash 4.0.0 RPC Docs</title>
<title>lockunspent - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>lockunspent - Zcash 4.1.0 RPC</h1>
<pre>lockunspent unlock [{&#34;txid&#34;:&#34;txid&#34;,&#34;vout&#34;:n},...]
@ -78,7 +78,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - move">
<meta name="description" content="Zcash 4.1.0 RPC Docs - move">
<meta name="author" content="">
<title>move - Zcash 4.0.0 RPC Docs</title>
<title>move - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>move - Zcash 4.1.0 RPC</h1>
<pre>move &#34;fromaccount&#34; &#34;toaccount&#34; amount ( minconf &#34;comment&#34; )
@ -63,7 +63,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - ping">
<meta name="description" content="Zcash 4.1.0 RPC Docs - ping">
<meta name="author" content="">
<title>ping - Zcash 4.0.0 RPC Docs</title>
<title>ping - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>ping - Zcash 4.1.0 RPC</h1>
<pre>ping
@ -48,7 +48,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - prioritisetransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - prioritisetransaction">
<meta name="author" content="">
<title>prioritisetransaction - Zcash 4.0.0 RPC Docs</title>
<title>prioritisetransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>prioritisetransaction - Zcash 4.1.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
@ -57,7 +57,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
<meta name="description" content="Zcash 4.1.0 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
<meta name="author" content="">
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.0.0 RPC Docs</title>
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 4.1.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.0.0 RPC Docs - sendfrom">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendfrom">
<meta name="author" content="">
<title>sendfrom - Zcash 4.0.0 RPC Docs</title>
<title>sendfrom - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>sendfrom - Zcash 4.1.0 RPC</h1>
<pre>sendfrom &#34;fromaccount&#34; &#34;tozcashaddress&#34; amount ( minconf &#34;comment&#34; &#34;comment-to&#34; )
@ -68,7 +68,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - sendmany">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendmany">
<meta name="author" content="">
<title>sendmany - Zcash 4.0.0 RPC Docs</title>
<title>sendmany - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>sendmany - Zcash 4.1.0 RPC</h1>
<pre>sendmany &#34;fromaccount&#34; {&#34;address&#34;:amount,...} ( minconf &#34;comment&#34; [&#34;address&#34;,...] )
@ -78,7 +78,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - sendrawtransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendrawtransaction">
<meta name="author" content="">
<title>sendrawtransaction - Zcash 4.0.0 RPC Docs</title>
<title>sendrawtransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>sendrawtransaction - Zcash 4.1.0 RPC</h1>
<pre>sendrawtransaction &#34;hexstring&#34; ( allowhighfees )
@ -64,7 +64,7 @@ As a json rpc call
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - sendtoaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - sendtoaddress">
<meta name="author" content="">
<title>sendtoaddress - Zcash 4.0.0 RPC Docs</title>
<title>sendtoaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>sendtoaddress - Zcash 4.1.0 RPC</h1>
<pre>sendtoaddress &#34;zcashaddress&#34; amount ( &#34;comment&#34; &#34;comment-to&#34; subtractfeefromamount )
@ -62,7 +62,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - setaccount">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setaccount">
<meta name="author" content="">
<title>setaccount - Zcash 4.0.0 RPC Docs</title>
<title>setaccount - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>setaccount - Zcash 4.1.0 RPC</h1>
<pre>setaccount &#34;zcashaddress&#34; &#34;account&#34;
@ -50,7 +50,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - setban">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setban">
<meta name="author" content="">
<title>setban - Zcash 4.0.0 RPC Docs</title>
<title>setban - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>setban - Zcash 4.1.0 RPC</h1>
<pre>setban &#34;ip(/netmask)&#34; &#34;add|remove&#34; (bantime) (absolute)
@ -53,7 +53,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - setgenerate">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setgenerate">
<meta name="author" content="">
<title>setgenerate - Zcash 4.0.0 RPC Docs</title>
<title>setgenerate - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>setgenerate - Zcash 4.1.0 RPC</h1>
<pre>setgenerate generate ( genproclimit )
@ -62,7 +62,7 @@ Using json rpc
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - setlogfilter">
<meta name="description" content="Zcash 4.1.0 RPC Docs - setlogfilter">
<meta name="author" content="">
<title>setlogfilter - Zcash 4.0.0 RPC Docs</title>
<title>setlogfilter - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>setlogfilter - Zcash 4.1.0 RPC</h1>
<pre>setlogfilter &#34;directives&#34;
@ -61,7 +61,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - settxfee">
<meta name="description" content="Zcash 4.1.0 RPC Docs - settxfee">
<meta name="author" content="">
<title>settxfee - Zcash 4.0.0 RPC Docs</title>
<title>settxfee - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>settxfee - Zcash 4.1.0 RPC</h1>
<pre>settxfee amount
@ -52,7 +52,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - signmessage">
<meta name="description" content="Zcash 4.1.0 RPC Docs - signmessage">
<meta name="author" content="">
<title>signmessage - Zcash 4.0.0 RPC Docs</title>
<title>signmessage - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>signmessage - Zcash 4.1.0 RPC</h1>
<pre>signmessage &#34;t-addr&#34; &#34;message&#34;
@ -63,7 +63,7 @@ As json rpc
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - signrawtransaction">
<meta name="description" content="Zcash 4.1.0 RPC Docs - signrawtransaction">
<meta name="author" content="">
<title>signrawtransaction - Zcash 4.0.0 RPC Docs</title>
<title>signrawtransaction - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>signrawtransaction - Zcash 4.1.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 )
@ -94,7 +94,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - stop">
<meta name="description" content="Zcash 4.1.0 RPC Docs - stop">
<meta name="author" content="">
<title>stop - Zcash 4.0.0 RPC Docs</title>
<title>stop - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>stop - Zcash 4.1.0 RPC</h1>
<pre>stop
@ -41,7 +41,7 @@ Stop Zcash server.
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - submitblock">
<meta name="description" content="Zcash 4.1.0 RPC Docs - submitblock">
<meta name="author" content="">
<title>submitblock - Zcash 4.0.0 RPC Docs</title>
<title>submitblock - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>submitblock - Zcash 4.1.0 RPC</h1>
<pre>submitblock &#34;hexdata&#34; ( &#34;jsonparametersobject&#34; )
@ -63,7 +63,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - validateaddress">
<meta name="description" content="Zcash 4.1.0 RPC Docs - validateaddress">
<meta name="author" content="">
<title>validateaddress - Zcash 4.0.0 RPC Docs</title>
<title>validateaddress - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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.0.0 RPC</h1>
<h1>validateaddress - Zcash 4.1.0 RPC</h1>
<pre>validateaddress &#34;zcashaddress&#34;
@ -61,7 +61,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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.0.0 RPC Docs - verifychain">
<meta name="description" content="Zcash 4.1.0 RPC Docs - verifychain">
<meta name="author" content="">
<title>verifychain - Zcash 4.0.0 RPC Docs</title>
<title>verifychain - Zcash 4.1.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.0.0 RPC docs</a>
<a class="navbar-brand" href="/">Zcash 4.1.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>verifychain - Zcash 4.0.0 RPC</h1>
<h1>verifychain - Zcash 4.1.0 RPC</h1>
<pre>verifychain ( checklevel numblocks )
@ -53,7 +53,7 @@ Examples:
<hr>
<p>
Made by <a href="https://twitter.com/karel_3d">@karel_3d</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 ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
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

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