This commit is contained in:
Karel Bilek 2018-08-20 23:15:35 +07:00
parent 9744dc11ae
commit e4ecea1423
No known key found for this signature in database
GPG Key ID: 7006C66FDB36247C
118 changed files with 641 additions and 603 deletions

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - addmultisigaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - addmultisigaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>addmultisigaddress - Zcash 1.1.1 RPC Docs</title> <title>addmultisigaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>addmultisigaddress - Zcash 1.1.1 RPC</h1> <h1>addmultisigaddress - Zcash 2.0.0 RPC</h1>
<pre>addmultisigaddress nrequired [&#34;key&#34;,...] ( &#34;account&#34; ) <pre>addmultisigaddress nrequired [&#34;key&#34;,...] ( &#34;account&#34; )
@ -67,7 +67,7 @@ As json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - addnode"> <meta name="description" content="Zcash 2.0.0 RPC Docs - addnode">
<meta name="author" content=""> <meta name="author" content="">
<title>addnode - Zcash 1.1.1 RPC Docs</title> <title>addnode - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>addnode - Zcash 1.1.1 RPC</h1> <h1>addnode - Zcash 2.0.0 RPC</h1>
<pre>addnode &#34;node&#34; &#34;add|remove|onetry&#34; <pre>addnode &#34;node&#34; &#34;add|remove|onetry&#34;
@ -54,7 +54,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - backupwallet"> <meta name="description" content="Zcash 2.0.0 RPC Docs - backupwallet">
<meta name="author" content=""> <meta name="author" content="">
<title>backupwallet - Zcash 1.1.1 RPC Docs</title> <title>backupwallet - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>backupwallet - Zcash 1.1.1 RPC</h1> <h1>backupwallet - Zcash 2.0.0 RPC</h1>
<pre>backupwallet &#34;destination&#34; <pre>backupwallet &#34;destination&#34;
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - clearbanned"> <meta name="description" content="Zcash 2.0.0 RPC Docs - clearbanned">
<meta name="author" content=""> <meta name="author" content="">
<title>clearbanned - Zcash 1.1.1 RPC Docs</title> <title>clearbanned - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>clearbanned - Zcash 1.1.1 RPC</h1> <h1>clearbanned - Zcash 2.0.0 RPC</h1>
<pre>clearbanned <pre>clearbanned
@ -49,7 +49,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - createmultisig"> <meta name="description" content="Zcash 2.0.0 RPC Docs - createmultisig">
<meta name="author" content=""> <meta name="author" content="">
<title>createmultisig - Zcash 1.1.1 RPC Docs</title> <title>createmultisig - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>createmultisig - Zcash 1.1.1 RPC</h1> <h1>createmultisig - Zcash 2.0.0 RPC</h1>
<pre>createmultisig nrequired [&#34;key&#34;,...] <pre>createmultisig nrequired [&#34;key&#34;,...]
@ -68,7 +68,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - createrawtransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - createrawtransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>createrawtransaction - Zcash 1.1.1 RPC Docs</title> <title>createrawtransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,16 +25,16 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>createrawtransaction - Zcash 1.1.1 RPC</h1> <h1>createrawtransaction - Zcash 2.0.0 RPC</h1>
<pre>createrawtransaction [{&#34;txid&#34;:&#34;id&#34;,&#34;vout&#34;:n},...] {&#34;address&#34;:amount,...} ( locktime ) <pre>createrawtransaction [{&#34;txid&#34;:&#34;id&#34;,&#34;vout&#34;:n},...] {&#34;address&#34;:amount,...} ( locktime ) ( expiryheight )
Create a transaction spending the given inputs and sending to the given addresses. Create a transaction spending the given inputs and sending to the given addresses.
Returns hex-encoded raw transaction. Returns hex-encoded raw transaction.
@ -57,6 +57,7 @@ Arguments:
,... ,...
} }
3. locktime (numeric, optional, default=0) Raw locktime. Non-0 value also locktime-activates inputs 3. locktime (numeric, optional, default=0) Raw locktime. Non-0 value also locktime-activates inputs
4. expiryheight (numeric, optional, default=20) Expiry height of transaction (if Overwinter is active)
Result: Result:
&#34;transaction&#34; (string) hex string of the transaction &#34;transaction&#34; (string) hex string of the transaction
@ -72,7 +73,7 @@ Examples
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - decoderawtransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - decoderawtransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>decoderawtransaction - Zcash 1.1.1 RPC Docs</title> <title>decoderawtransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>decoderawtransaction - Zcash 1.1.1 RPC</h1> <h1>decoderawtransaction - Zcash 2.0.0 RPC</h1>
<pre>decoderawtransaction &#34;hexstring&#34; <pre>decoderawtransaction &#34;hexstring&#34;
@ -118,7 +118,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - decodescript"> <meta name="description" content="Zcash 2.0.0 RPC Docs - decodescript">
<meta name="author" content=""> <meta name="author" content="">
<title>decodescript - Zcash 1.1.1 RPC Docs</title> <title>decodescript - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>decodescript - Zcash 1.1.1 RPC</h1> <h1>decodescript - Zcash 2.0.0 RPC</h1>
<pre>decodescript &#34;hex&#34; <pre>decodescript &#34;hex&#34;
@ -65,7 +65,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - disconnectnode"> <meta name="description" content="Zcash 2.0.0 RPC Docs - disconnectnode">
<meta name="author" content=""> <meta name="author" content="">
<title>disconnectnode - Zcash 1.1.1 RPC Docs</title> <title>disconnectnode - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>disconnectnode - Zcash 1.1.1 RPC</h1> <h1>disconnectnode - Zcash 2.0.0 RPC</h1>
<pre>disconnectnode &#34;node&#34; <pre>disconnectnode &#34;node&#34;
@ -52,7 +52,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - dumpprivkey"> <meta name="description" content="Zcash 2.0.0 RPC Docs - dumpprivkey">
<meta name="author" content=""> <meta name="author" content="">
<title>dumpprivkey - Zcash 1.1.1 RPC Docs</title> <title>dumpprivkey - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>dumpprivkey - Zcash 1.1.1 RPC</h1> <h1>dumpprivkey - Zcash 2.0.0 RPC</h1>
<pre>dumpprivkey &#34;t-addr&#34; <pre>dumpprivkey &#34;t-addr&#34;
@ -57,7 +57,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - dumpwallet"> <meta name="description" content="Zcash 2.0.0 RPC Docs - dumpwallet">
<meta name="author" content=""> <meta name="author" content="">
<title>dumpwallet - Zcash 1.1.1 RPC Docs</title> <title>dumpwallet - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>dumpwallet - Zcash 1.1.1 RPC</h1> <h1>dumpwallet - Zcash 2.0.0 RPC</h1>
<pre>dumpwallet &#34;filename&#34; <pre>dumpwallet &#34;filename&#34;
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - encryptwallet"> <meta name="description" content="Zcash 2.0.0 RPC Docs - encryptwallet">
<meta name="author" content=""> <meta name="author" content="">
<title>encryptwallet - Zcash 1.1.1 RPC Docs</title> <title>encryptwallet - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,18 +25,24 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>encryptwallet - Zcash 1.1.1 RPC</h1> <h1>encryptwallet - Zcash 2.0.0 RPC</h1>
<pre>encryptwallet &#34;passphrase&#34; <pre>encryptwallet &#34;passphrase&#34;
WARNING: Wallet encryption is DISABLED. This call always fails. WARNING: encryptwallet is disabled.
To enable it, restart zcashd with the -experimentalfeatures and
-developerencryptwallet commandline options, or add these two lines
to the zcash.conf file:
experimentalfeatures=1
developerencryptwallet=1
Encrypts the wallet with &#39;passphrase&#39;. This is for first time encryption. Encrypts the wallet with &#39;passphrase&#39;. This is for first time encryption.
After this, any calls that interact with private keys such as sending or signing After this, any calls that interact with private keys such as sending or signing
@ -72,7 +78,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - estimatefee"> <meta name="description" content="Zcash 2.0.0 RPC Docs - estimatefee">
<meta name="author" content=""> <meta name="author" content="">
<title>estimatefee - Zcash 1.1.1 RPC Docs</title> <title>estimatefee - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>estimatefee - Zcash 1.1.1 RPC</h1> <h1>estimatefee - Zcash 2.0.0 RPC</h1>
<pre>estimatefee nblocks <pre>estimatefee nblocks
@ -59,7 +59,7 @@ Example:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - estimatepriority"> <meta name="description" content="Zcash 2.0.0 RPC Docs - estimatepriority">
<meta name="author" content=""> <meta name="author" content="">
<title>estimatepriority - Zcash 1.1.1 RPC Docs</title> <title>estimatepriority - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>estimatepriority - Zcash 1.1.1 RPC</h1> <h1>estimatepriority - Zcash 2.0.0 RPC</h1>
<pre>estimatepriority nblocks <pre>estimatepriority nblocks
@ -59,7 +59,7 @@ Example:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - fundrawtransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - fundrawtransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>fundrawtransaction - Zcash 1.1.1 RPC Docs</title> <title>fundrawtransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>fundrawtransaction - Zcash 1.1.1 RPC</h1> <h1>fundrawtransaction - Zcash 2.0.0 RPC</h1>
<pre>fundrawtransaction &#34;hexstring&#34; <pre>fundrawtransaction &#34;hexstring&#34;
@ -73,7 +73,7 @@ Send the transaction
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - generate"> <meta name="description" content="Zcash 2.0.0 RPC Docs - generate">
<meta name="author" content=""> <meta name="author" content="">
<title>generate - Zcash 1.1.1 RPC Docs</title> <title>generate - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>generate - Zcash 1.1.1 RPC</h1> <h1>generate - Zcash 2.0.0 RPC</h1>
<pre>generate numblocks <pre>generate numblocks
@ -58,7 +58,7 @@ Generate 11 blocks
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getaccount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getaccount">
<meta name="author" content=""> <meta name="author" content="">
<title>getaccount - Zcash 1.1.1 RPC Docs</title> <title>getaccount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getaccount - Zcash 1.1.1 RPC</h1> <h1>getaccount - Zcash 2.0.0 RPC</h1>
<pre>getaccount &#34;zcashaddress&#34; <pre>getaccount &#34;zcashaddress&#34;
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getaccountaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getaccountaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>getaccountaddress - Zcash 1.1.1 RPC Docs</title> <title>getaccountaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getaccountaddress - Zcash 1.1.1 RPC</h1> <h1>getaccountaddress - Zcash 2.0.0 RPC</h1>
<pre>getaccountaddress &#34;account&#34; <pre>getaccountaddress &#34;account&#34;
@ -57,7 +57,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getaddednodeinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getaddednodeinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getaddednodeinfo - Zcash 1.1.1 RPC Docs</title> <title>getaddednodeinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getaddednodeinfo - Zcash 1.1.1 RPC</h1> <h1>getaddednodeinfo - Zcash 2.0.0 RPC</h1>
<pre>getaddednodeinfo dns ( &#34;node&#34; ) <pre>getaddednodeinfo dns ( &#34;node&#34; )
@ -73,7 +73,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getaddressesbyaccount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getaddressesbyaccount">
<meta name="author" content=""> <meta name="author" content="">
<title>getaddressesbyaccount - Zcash 1.1.1 RPC Docs</title> <title>getaddressesbyaccount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getaddressesbyaccount - Zcash 1.1.1 RPC</h1> <h1>getaddressesbyaccount - Zcash 2.0.0 RPC</h1>
<pre>getaddressesbyaccount &#34;account&#34; <pre>getaddressesbyaccount &#34;account&#34;
@ -58,7 +58,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getbalance"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getbalance">
<meta name="author" content=""> <meta name="author" content="">
<title>getbalance - Zcash 1.1.1 RPC Docs</title> <title>getbalance - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getbalance - Zcash 1.1.1 RPC</h1> <h1>getbalance - Zcash 2.0.0 RPC</h1>
<pre>getbalance ( &#34;account&#34; minconf includeWatchonly ) <pre>getbalance ( &#34;account&#34; minconf includeWatchonly )
@ -64,7 +64,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getbestblockhash"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getbestblockhash">
<meta name="author" content=""> <meta name="author" content="">
<title>getbestblockhash - Zcash 1.1.1 RPC Docs</title> <title>getbestblockhash - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getbestblockhash - Zcash 1.1.1 RPC</h1> <h1>getbestblockhash - Zcash 2.0.0 RPC</h1>
<pre>getbestblockhash <pre>getbestblockhash
@ -52,7 +52,7 @@ Examples
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblock"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblock">
<meta name="author" content=""> <meta name="author" content="">
<title>getblock - Zcash 1.1.1 RPC Docs</title> <title>getblock - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblock - Zcash 1.1.1 RPC</h1> <h1>getblock - Zcash 2.0.0 RPC</h1>
<pre>getblock &#34;hash|height&#34; ( verbosity ) <pre>getblock &#34;hash|height&#34; ( verbosity )
@ -55,6 +55,7 @@ Result (for verbosity = 1):
&#34;height&#34; : n, (numeric) The block height or index (same as provided height) &#34;height&#34; : n, (numeric) The block height or index (same as provided height)
&#34;version&#34; : n, (numeric) The block version &#34;version&#34; : n, (numeric) The block version
&#34;merkleroot&#34; : &#34;xxxx&#34;, (string) The merkle root &#34;merkleroot&#34; : &#34;xxxx&#34;, (string) The merkle root
&#34;finalsaplingroot&#34; : &#34;xxxx&#34;, (string) The root of the Sapling commitment tree after applying this block
&#34;tx&#34; : [ (array of string) The transaction ids &#34;tx&#34; : [ (array of string) The transaction ids
&#34;transactionid&#34; (string) The transaction id &#34;transactionid&#34; (string) The transaction id
,... ,...
@ -89,7 +90,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblockchaininfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblockchaininfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getblockchaininfo - Zcash 1.1.1 RPC Docs</title> <title>getblockchaininfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblockchaininfo - Zcash 1.1.1 RPC</h1> <h1>getblockchaininfo - Zcash 2.0.0 RPC</h1>
<pre>getblockchaininfo <pre>getblockchaininfo
Returns an object containing various state info regarding block chain processing. Returns an object containing various state info regarding block chain processing.
@ -88,7 +88,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblockcount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblockcount">
<meta name="author" content=""> <meta name="author" content="">
<title>getblockcount - Zcash 1.1.1 RPC Docs</title> <title>getblockcount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblockcount - Zcash 1.1.1 RPC</h1> <h1>getblockcount - Zcash 2.0.0 RPC</h1>
<pre>getblockcount <pre>getblockcount
@ -52,7 +52,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblockhash"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblockhash">
<meta name="author" content=""> <meta name="author" content="">
<title>getblockhash - Zcash 1.1.1 RPC Docs</title> <title>getblockhash - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblockhash - Zcash 1.1.1 RPC</h1> <h1>getblockhash - Zcash 2.0.0 RPC</h1>
<pre>getblockhash index <pre>getblockhash index
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblockheader"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblockheader">
<meta name="author" content=""> <meta name="author" content="">
<title>getblockheader - Zcash 1.1.1 RPC Docs</title> <title>getblockheader - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblockheader - Zcash 1.1.1 RPC</h1> <h1>getblockheader - Zcash 2.0.0 RPC</h1>
<pre>getblockheader &#34;hash&#34; ( verbose ) <pre>getblockheader &#34;hash&#34; ( verbose )
@ -50,6 +50,7 @@ Result (for verbose = true):
&#34;height&#34; : n, (numeric) The block height or index &#34;height&#34; : n, (numeric) The block height or index
&#34;version&#34; : n, (numeric) The block version &#34;version&#34; : n, (numeric) The block version
&#34;merkleroot&#34; : &#34;xxxx&#34;, (string) The merkle root &#34;merkleroot&#34; : &#34;xxxx&#34;, (string) The merkle root
&#34;finalsaplingroot&#34; : &#34;xxxx&#34;, (string) The root of the Sapling commitment tree after applying this block
&#34;time&#34; : ttt, (numeric) The block time in seconds since epoch (Jan 1 1970 GMT) &#34;time&#34; : ttt, (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)
&#34;nonce&#34; : n, (numeric) The nonce &#34;nonce&#34; : n, (numeric) The nonce
&#34;bits&#34; : &#34;1d00ffff&#34;, (string) The bits &#34;bits&#34; : &#34;1d00ffff&#34;, (string) The bits
@ -72,7 +73,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblocksubsidy"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblocksubsidy">
<meta name="author" content=""> <meta name="author" content="">
<title>getblocksubsidy - Zcash 1.1.1 RPC Docs</title> <title>getblocksubsidy - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblocksubsidy - Zcash 1.1.1 RPC</h1> <h1>getblocksubsidy - Zcash 2.0.0 RPC</h1>
<pre>getblocksubsidy height <pre>getblocksubsidy height
@ -58,7 +58,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getblocktemplate"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getblocktemplate">
<meta name="author" content=""> <meta name="author" content="">
<title>getblocktemplate - Zcash 1.1.1 RPC Docs</title> <title>getblocktemplate - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getblocktemplate - Zcash 1.1.1 RPC</h1> <h1>getblocktemplate - Zcash 2.0.0 RPC</h1>
<pre>getblocktemplate ( &#34;jsonrequestobject&#34; ) <pre>getblocktemplate ( &#34;jsonrequestobject&#34; )
@ -55,6 +55,7 @@ Result:
{ {
&#34;version&#34; : n, (numeric) The block version &#34;version&#34; : n, (numeric) The block version
&#34;previousblockhash&#34; : &#34;xxxx&#34;, (string) The hash of current highest block &#34;previousblockhash&#34; : &#34;xxxx&#34;, (string) The hash of current highest block
&#34;finalsaplingroothash&#34; : &#34;xxxx&#34;, (string) The hash of the final sapling root
&#34;transactions&#34; : [ (array) contents of non-coinbase transactions that should be included in the next block &#34;transactions&#34; : [ (array) contents of non-coinbase transactions that should be included in the next block
{ {
&#34;data&#34; : &#34;xxxx&#34;, (string) transaction data encoded in hexadecimal (byte-for-byte) &#34;data&#34; : &#34;xxxx&#34;, (string) transaction data encoded in hexadecimal (byte-for-byte)
@ -95,7 +96,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getchaintips"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getchaintips">
<meta name="author" content=""> <meta name="author" content="">
<title>getchaintips - Zcash 1.1.1 RPC Docs</title> <title>getchaintips - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getchaintips - Zcash 1.1.1 RPC</h1> <h1>getchaintips - Zcash 2.0.0 RPC</h1>
<pre>getchaintips <pre>getchaintips
Return information about all known tips in the block tree, including the main chain as well as orphaned branches. Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
@ -70,7 +70,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getconnectioncount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getconnectioncount">
<meta name="author" content=""> <meta name="author" content="">
<title>getconnectioncount - Zcash 1.1.1 RPC Docs</title> <title>getconnectioncount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getconnectioncount - Zcash 1.1.1 RPC</h1> <h1>getconnectioncount - Zcash 2.0.0 RPC</h1>
<pre>getconnectioncount <pre>getconnectioncount
@ -52,7 +52,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getdeprecationinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getdeprecationinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getdeprecationinfo - Zcash 1.1.1 RPC Docs</title> <title>getdeprecationinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getdeprecationinfo - Zcash 1.1.1 RPC</h1> <h1>getdeprecationinfo - Zcash 2.0.0 RPC</h1>
<pre>getdeprecationinfo <pre>getdeprecationinfo
Returns an object containing current version and deprecation block height. Applicable only on mainnet. Returns an object containing current version and deprecation block height. Applicable only on mainnet.
@ -41,7 +41,7 @@ Result:
{ {
&#34;version&#34;: xxxxx, (numeric) the server version &#34;version&#34;: xxxxx, (numeric) the server version
&#34;subversion&#34;: &#34;/MagicBean:x.y.z[-v]/&#34;, (string) the server subversion string &#34;subversion&#34;: &#34;/MagicBean:x.y.z[-v]/&#34;, (string) the server subversion string
&#34;deprecationheight&#34;: xxxxx, (numeric) the block height at which this version will deprecate and shut down (unless -disabledeprecation is set) &#34;deprecationheight&#34;: xxxxx, (numeric) the block height at which this version will deprecate and shut down
} }
Examples: Examples:
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getdifficulty"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getdifficulty">
<meta name="author" content=""> <meta name="author" content="">
<title>getdifficulty - Zcash 1.1.1 RPC Docs</title> <title>getdifficulty - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getdifficulty - Zcash 1.1.1 RPC</h1> <h1>getdifficulty - Zcash 2.0.0 RPC</h1>
<pre>getdifficulty <pre>getdifficulty
@ -52,7 +52,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getgenerate"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getgenerate">
<meta name="author" content=""> <meta name="author" content="">
<title>getgenerate - Zcash 1.1.1 RPC Docs</title> <title>getgenerate - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getgenerate - Zcash 1.1.1 RPC</h1> <h1>getgenerate - Zcash 2.0.0 RPC</h1>
<pre>getgenerate <pre>getgenerate
@ -54,7 +54,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getinfo - Zcash 1.1.1 RPC Docs</title> <title>getinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getinfo - Zcash 1.1.1 RPC</h1> <h1>getinfo - Zcash 2.0.0 RPC</h1>
<pre>getinfo <pre>getinfo
Returns an object containing various state info. Returns an object containing various state info.
@ -68,7 +68,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getlocalsolps"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getlocalsolps">
<meta name="author" content=""> <meta name="author" content="">
<title>getlocalsolps - Zcash 1.1.1 RPC Docs</title> <title>getlocalsolps - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getlocalsolps - Zcash 1.1.1 RPC</h1> <h1>getlocalsolps - Zcash 2.0.0 RPC</h1>
<pre>getlocalsolps <pre>getlocalsolps
@ -53,7 +53,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getmempoolinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getmempoolinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getmempoolinfo - Zcash 1.1.1 RPC Docs</title> <title>getmempoolinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getmempoolinfo - Zcash 1.1.1 RPC</h1> <h1>getmempoolinfo - Zcash 2.0.0 RPC</h1>
<pre>getmempoolinfo <pre>getmempoolinfo
@ -56,7 +56,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getmininginfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getmininginfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getmininginfo - Zcash 1.1.1 RPC Docs</title> <title>getmininginfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getmininginfo - Zcash 1.1.1 RPC</h1> <h1>getmininginfo - Zcash 2.0.0 RPC</h1>
<pre>getmininginfo <pre>getmininginfo
@ -64,7 +64,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getnettotals"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getnettotals">
<meta name="author" content=""> <meta name="author" content="">
<title>getnettotals - Zcash 1.1.1 RPC Docs</title> <title>getnettotals - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getnettotals - Zcash 1.1.1 RPC</h1> <h1>getnettotals - Zcash 2.0.0 RPC</h1>
<pre>getnettotals <pre>getnettotals
@ -57,7 +57,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getnetworkhashps"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getnetworkhashps">
<meta name="author" content=""> <meta name="author" content="">
<title>getnetworkhashps - Zcash 1.1.1 RPC Docs</title> <title>getnetworkhashps - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getnetworkhashps - Zcash 1.1.1 RPC</h1> <h1>getnetworkhashps - Zcash 2.0.0 RPC</h1>
<pre>getnetworkhashps ( blocks height ) <pre>getnetworkhashps ( blocks height )
@ -60,7 +60,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getnetworkinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getnetworkinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getnetworkinfo - Zcash 1.1.1 RPC Docs</title> <title>getnetworkinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getnetworkinfo - Zcash 1.1.1 RPC</h1> <h1>getnetworkinfo - Zcash 2.0.0 RPC</h1>
<pre>getnetworkinfo <pre>getnetworkinfo
Returns an object containing various state info regarding P2P networking. Returns an object containing various state info regarding P2P networking.
@ -77,7 +77,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getnetworksolps"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getnetworksolps">
<meta name="author" content=""> <meta name="author" content="">
<title>getnetworksolps - Zcash 1.1.1 RPC Docs</title> <title>getnetworksolps - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getnetworksolps - Zcash 1.1.1 RPC</h1> <h1>getnetworksolps - Zcash 2.0.0 RPC</h1>
<pre>getnetworksolps ( blocks height ) <pre>getnetworksolps ( blocks height )
@ -58,7 +58,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getnewaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getnewaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>getnewaddress - Zcash 1.1.1 RPC Docs</title> <title>getnewaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getnewaddress - Zcash 1.1.1 RPC</h1> <h1>getnewaddress - Zcash 2.0.0 RPC</h1>
<pre>getnewaddress ( &#34;account&#34; ) <pre>getnewaddress ( &#34;account&#34; )
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getpeerinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getpeerinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getpeerinfo - Zcash 1.1.1 RPC Docs</title> <title>getpeerinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getpeerinfo - Zcash 1.1.1 RPC</h1> <h1>getpeerinfo - Zcash 2.0.0 RPC</h1>
<pre>getpeerinfo <pre>getpeerinfo
@ -79,7 +79,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getrawchangeaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getrawchangeaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>getrawchangeaddress - Zcash 1.1.1 RPC Docs</title> <title>getrawchangeaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getrawchangeaddress - Zcash 1.1.1 RPC</h1> <h1>getrawchangeaddress - Zcash 2.0.0 RPC</h1>
<pre>getrawchangeaddress <pre>getrawchangeaddress
@ -53,7 +53,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getrawmempool"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getrawmempool">
<meta name="author" content=""> <meta name="author" content="">
<title>getrawmempool - Zcash 1.1.1 RPC Docs</title> <title>getrawmempool - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getrawmempool - Zcash 1.1.1 RPC</h1> <h1>getrawmempool - Zcash 2.0.0 RPC</h1>
<pre>getrawmempool ( verbose ) <pre>getrawmempool ( verbose )
@ -73,7 +73,7 @@ Examples
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getrawtransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getrawtransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>getrawtransaction - Zcash 1.1.1 RPC Docs</title> <title>getrawtransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getrawtransaction - Zcash 1.1.1 RPC</h1> <h1>getrawtransaction - Zcash 2.0.0 RPC</h1>
<pre>getrawtransaction &#34;txid&#34; ( verbose ) <pre>getrawtransaction &#34;txid&#34; ( verbose )
@ -133,7 +133,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getreceivedbyaccount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getreceivedbyaccount">
<meta name="author" content=""> <meta name="author" content="">
<title>getreceivedbyaccount - Zcash 1.1.1 RPC Docs</title> <title>getreceivedbyaccount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getreceivedbyaccount - Zcash 1.1.1 RPC</h1> <h1>getreceivedbyaccount - Zcash 2.0.0 RPC</h1>
<pre>getreceivedbyaccount &#34;account&#34; ( minconf ) <pre>getreceivedbyaccount &#34;account&#34; ( minconf )
@ -66,7 +66,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getreceivedbyaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getreceivedbyaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>getreceivedbyaddress - Zcash 1.1.1 RPC Docs</title> <title>getreceivedbyaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getreceivedbyaddress - Zcash 1.1.1 RPC</h1> <h1>getreceivedbyaddress - Zcash 2.0.0 RPC</h1>
<pre>getreceivedbyaddress &#34;zcashaddress&#34; ( minconf ) <pre>getreceivedbyaddress &#34;zcashaddress&#34; ( minconf )
@ -66,7 +66,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - gettransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - gettransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>gettransaction - Zcash 1.1.1 RPC Docs</title> <title>gettransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>gettransaction - Zcash 1.1.1 RPC</h1> <h1>gettransaction - Zcash 2.0.0 RPC</h1>
<pre>gettransaction &#34;txid&#34; ( includeWatchonly ) <pre>gettransaction &#34;txid&#34; ( includeWatchonly )
@ -88,7 +88,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - gettxout"> <meta name="description" content="Zcash 2.0.0 RPC Docs - gettxout">
<meta name="author" content=""> <meta name="author" content="">
<title>gettxout - Zcash 1.1.1 RPC Docs</title> <title>gettxout - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>gettxout - Zcash 1.1.1 RPC</h1> <h1>gettxout - Zcash 2.0.0 RPC</h1>
<pre>gettxout &#34;txid&#34; n ( includemempool ) <pre>gettxout &#34;txid&#34; n ( includemempool )
@ -80,7 +80,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - gettxoutproof"> <meta name="description" content="Zcash 2.0.0 RPC Docs - gettxoutproof">
<meta name="author" content=""> <meta name="author" content="">
<title>gettxoutproof - Zcash 1.1.1 RPC Docs</title> <title>gettxoutproof - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>gettxoutproof - Zcash 1.1.1 RPC</h1> <h1>gettxoutproof - Zcash 2.0.0 RPC</h1>
<pre>gettxoutproof [&#34;txid&#34;,...] ( blockhash ) <pre>gettxoutproof [&#34;txid&#34;,...] ( blockhash )
@ -63,7 +63,7 @@ Result:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - gettxoutsetinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - gettxoutsetinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>gettxoutsetinfo - Zcash 1.1.1 RPC Docs</title> <title>gettxoutsetinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>gettxoutsetinfo - Zcash 1.1.1 RPC</h1> <h1>gettxoutsetinfo - Zcash 2.0.0 RPC</h1>
<pre>gettxoutsetinfo <pre>gettxoutsetinfo
@ -61,7 +61,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getunconfirmedbalance"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getunconfirmedbalance">
<meta name="author" content=""> <meta name="author" content="">
<title>getunconfirmedbalance - Zcash 1.1.1 RPC Docs</title> <title>getunconfirmedbalance - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getunconfirmedbalance - Zcash 1.1.1 RPC</h1> <h1>getunconfirmedbalance - Zcash 2.0.0 RPC</h1>
<pre>getunconfirmedbalance <pre>getunconfirmedbalance
Returns the server&#39;s total unconfirmed balance Returns the server&#39;s total unconfirmed balance
@ -44,7 +44,7 @@ Returns the server&#39;s total unconfirmed balance
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - getwalletinfo"> <meta name="description" content="Zcash 2.0.0 RPC Docs - getwalletinfo">
<meta name="author" content=""> <meta name="author" content="">
<title>getwalletinfo - Zcash 1.1.1 RPC Docs</title> <title>getwalletinfo - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>getwalletinfo - Zcash 1.1.1 RPC</h1> <h1>getwalletinfo - Zcash 2.0.0 RPC</h1>
<pre>getwalletinfo <pre>getwalletinfo
Returns an object containing various wallet state info. Returns an object containing various wallet state info.
@ -61,7 +61,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - help"> <meta name="description" content="Zcash 2.0.0 RPC Docs - help">
<meta name="author" content=""> <meta name="author" content="">
<title>help - Zcash 1.1.1 RPC Docs</title> <title>help - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>help - Zcash 1.1.1 RPC</h1> <h1>help - Zcash 2.0.0 RPC</h1>
<pre>help ( &#34;command&#34; ) <pre>help ( &#34;command&#34; )
@ -51,7 +51,7 @@ Result:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - importaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - importaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>importaddress - Zcash 1.1.1 RPC Docs</title> <title>importaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>importaddress - Zcash 1.1.1 RPC</h1> <h1>importaddress - Zcash 2.0.0 RPC</h1>
<pre>importaddress &#34;address&#34; ( &#34;label&#34; rescan ) <pre>importaddress &#34;address&#34; ( &#34;label&#34; rescan )
@ -63,7 +63,7 @@ As a JSON-RPC call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - importprivkey"> <meta name="description" content="Zcash 2.0.0 RPC Docs - importprivkey">
<meta name="author" content=""> <meta name="author" content="">
<title>importprivkey - Zcash 1.1.1 RPC Docs</title> <title>importprivkey - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>importprivkey - Zcash 1.1.1 RPC</h1> <h1>importprivkey - Zcash 2.0.0 RPC</h1>
<pre>importprivkey &#34;zcashprivkey&#34; ( &#34;label&#34; rescan ) <pre>importprivkey &#34;zcashprivkey&#34; ( &#34;label&#34; rescan )
@ -66,7 +66,7 @@ As a JSON-RPC call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - importwallet"> <meta name="description" content="Zcash 2.0.0 RPC Docs - importwallet">
<meta name="author" content=""> <meta name="author" content="">
<title>importwallet - Zcash 1.1.1 RPC Docs</title> <title>importwallet - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>importwallet - Zcash 1.1.1 RPC</h1> <h1>importwallet - Zcash 2.0.0 RPC</h1>
<pre>importwallet &#34;filename&#34; <pre>importwallet &#34;filename&#34;
@ -59,7 +59,7 @@ Import using the json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs"> <meta name="description" content="Zcash 2.0.0 RPC Docs">
<meta name="author" content=""> <meta name="author" content="">
<title>Zcash 1.1.1 RPC Docs</title> <title>Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,20 +25,20 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>Zcash 1.1.1 RPC</h1> <h1>Zcash 2.0.0 RPC</h1>
<p> <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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - keypoolrefill"> <meta name="description" content="Zcash 2.0.0 RPC Docs - keypoolrefill">
<meta name="author" content=""> <meta name="author" content="">
<title>keypoolrefill - Zcash 1.1.1 RPC Docs</title> <title>keypoolrefill - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>keypoolrefill - Zcash 1.1.1 RPC</h1> <h1>keypoolrefill - Zcash 2.0.0 RPC</h1>
<pre>keypoolrefill ( newsize ) <pre>keypoolrefill ( newsize )
@ -52,7 +52,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listaccounts"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listaccounts">
<meta name="author" content=""> <meta name="author" content="">
<title>listaccounts - Zcash 1.1.1 RPC Docs</title> <title>listaccounts - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listaccounts - Zcash 1.1.1 RPC</h1> <h1>listaccounts - Zcash 2.0.0 RPC</h1>
<pre>listaccounts ( minconf includeWatchonly) <pre>listaccounts ( minconf includeWatchonly)
@ -69,7 +69,7 @@ As json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listaddressgroupings"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listaddressgroupings">
<meta name="author" content=""> <meta name="author" content="">
<title>listaddressgroupings - Zcash 1.1.1 RPC Docs</title> <title>listaddressgroupings - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listaddressgroupings - Zcash 1.1.1 RPC</h1> <h1>listaddressgroupings - Zcash 2.0.0 RPC</h1>
<pre>listaddressgroupings <pre>listaddressgroupings
@ -64,7 +64,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listbanned"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listbanned">
<meta name="author" content=""> <meta name="author" content="">
<title>listbanned - Zcash 1.1.1 RPC Docs</title> <title>listbanned - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listbanned - Zcash 1.1.1 RPC</h1> <h1>listbanned - Zcash 2.0.0 RPC</h1>
<pre>listbanned <pre>listbanned
@ -49,7 +49,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listlockunspent"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listlockunspent">
<meta name="author" content=""> <meta name="author" content="">
<title>listlockunspent - Zcash 1.1.1 RPC Docs</title> <title>listlockunspent - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listlockunspent - Zcash 1.1.1 RPC</h1> <h1>listlockunspent - Zcash 2.0.0 RPC</h1>
<pre>listlockunspent <pre>listlockunspent
@ -72,7 +72,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listreceivedbyaccount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listreceivedbyaccount">
<meta name="author" content=""> <meta name="author" content="">
<title>listreceivedbyaccount - Zcash 1.1.1 RPC Docs</title> <title>listreceivedbyaccount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listreceivedbyaccount - Zcash 1.1.1 RPC</h1> <h1>listreceivedbyaccount - Zcash 2.0.0 RPC</h1>
<pre>listreceivedbyaccount ( minconf includeempty includeWatchonly) <pre>listreceivedbyaccount ( minconf includeempty includeWatchonly)
@ -66,7 +66,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listreceivedbyaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listreceivedbyaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>listreceivedbyaddress - Zcash 1.1.1 RPC Docs</title> <title>listreceivedbyaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listreceivedbyaddress - Zcash 1.1.1 RPC</h1> <h1>listreceivedbyaddress - Zcash 2.0.0 RPC</h1>
<pre>listreceivedbyaddress ( minconf includeempty includeWatchonly) <pre>listreceivedbyaddress ( minconf includeempty includeWatchonly)
@ -67,7 +67,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listsinceblock"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listsinceblock">
<meta name="author" content=""> <meta name="author" content="">
<title>listsinceblock - Zcash 1.1.1 RPC Docs</title> <title>listsinceblock - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listsinceblock - Zcash 1.1.1 RPC</h1> <h1>listsinceblock - Zcash 2.0.0 RPC</h1>
<pre>listsinceblock ( &#34;blockhash&#34; target-confirmations includeWatchonly) <pre>listsinceblock ( &#34;blockhash&#34; target-confirmations includeWatchonly)
@ -77,7 +77,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listtransactions"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listtransactions">
<meta name="author" content=""> <meta name="author" content="">
<title>listtransactions - Zcash 1.1.1 RPC Docs</title> <title>listtransactions - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listtransactions - Zcash 1.1.1 RPC</h1> <h1>listtransactions - Zcash 2.0.0 RPC</h1>
<pre>listtransactions ( &#34;account&#34; count from includeWatchonly) <pre>listtransactions ( &#34;account&#34; count from includeWatchonly)
@ -97,7 +97,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - listunspent"> <meta name="description" content="Zcash 2.0.0 RPC Docs - listunspent">
<meta name="author" content=""> <meta name="author" content="">
<title>listunspent - Zcash 1.1.1 RPC Docs</title> <title>listunspent - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>listunspent - Zcash 1.1.1 RPC</h1> <h1>listunspent - Zcash 2.0.0 RPC</h1>
<pre>listunspent ( minconf maxconf [&#34;address&#34;,...] ) <pre>listunspent ( minconf maxconf [&#34;address&#34;,...] )
@ -80,7 +80,7 @@ Examples
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - lockunspent"> <meta name="description" content="Zcash 2.0.0 RPC Docs - lockunspent">
<meta name="author" content=""> <meta name="author" content="">
<title>lockunspent - Zcash 1.1.1 RPC Docs</title> <title>lockunspent - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>lockunspent - Zcash 1.1.1 RPC</h1> <h1>lockunspent - Zcash 2.0.0 RPC</h1>
<pre>lockunspent unlock [{&#34;txid&#34;:&#34;txid&#34;,&#34;vout&#34;:n},...] <pre>lockunspent unlock [{&#34;txid&#34;:&#34;txid&#34;,&#34;vout&#34;:n},...]
@ -81,7 +81,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - move"> <meta name="description" content="Zcash 2.0.0 RPC Docs - move">
<meta name="author" content=""> <meta name="author" content="">
<title>move - Zcash 1.1.1 RPC Docs</title> <title>move - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>move - Zcash 1.1.1 RPC</h1> <h1>move - Zcash 2.0.0 RPC</h1>
<pre>move &#34;fromaccount&#34; &#34;toaccount&#34; amount ( minconf &#34;comment&#34; ) <pre>move &#34;fromaccount&#34; &#34;toaccount&#34; amount ( minconf &#34;comment&#34; )
@ -66,7 +66,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - ping"> <meta name="description" content="Zcash 2.0.0 RPC Docs - ping">
<meta name="author" content=""> <meta name="author" content="">
<title>ping - Zcash 1.1.1 RPC Docs</title> <title>ping - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>ping - Zcash 1.1.1 RPC</h1> <h1>ping - Zcash 2.0.0 RPC</h1>
<pre>ping <pre>ping
@ -51,7 +51,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - prioritisetransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - prioritisetransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>prioritisetransaction - Zcash 1.1.1 RPC Docs</title> <title>prioritisetransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>prioritisetransaction - Zcash 1.1.1 RPC</h1> <h1>prioritisetransaction - Zcash 2.0.0 RPC</h1>
<pre>prioritisetransaction &lt;txid&gt; &lt;priority delta&gt; &lt;fee delta&gt; <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 Accepts the transaction into mined blocks at a higher (or lower) priority
@ -60,7 +60,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

Binary file not shown.

Binary file not shown.

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - sendfrom"> <meta name="description" content="Zcash 2.0.0 RPC Docs - sendfrom">
<meta name="author" content=""> <meta name="author" content="">
<title>sendfrom - Zcash 1.1.1 RPC Docs</title> <title>sendfrom - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>sendfrom - Zcash 1.1.1 RPC</h1> <h1>sendfrom - Zcash 2.0.0 RPC</h1>
<pre>sendfrom &#34;fromaccount&#34; &#34;tozcashaddress&#34; amount ( minconf &#34;comment&#34; &#34;comment-to&#34; ) <pre>sendfrom &#34;fromaccount&#34; &#34;tozcashaddress&#34; amount ( minconf &#34;comment&#34; &#34;comment-to&#34; )
@ -71,7 +71,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - sendmany"> <meta name="description" content="Zcash 2.0.0 RPC Docs - sendmany">
<meta name="author" content=""> <meta name="author" content="">
<title>sendmany - Zcash 1.1.1 RPC Docs</title> <title>sendmany - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>sendmany - Zcash 1.1.1 RPC</h1> <h1>sendmany - Zcash 2.0.0 RPC</h1>
<pre>sendmany &#34;fromaccount&#34; {&#34;address&#34;:amount,...} ( minconf &#34;comment&#34; [&#34;address&#34;,...] ) <pre>sendmany &#34;fromaccount&#34; {&#34;address&#34;:amount,...} ( minconf &#34;comment&#34; [&#34;address&#34;,...] )
@ -81,7 +81,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - sendrawtransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - sendrawtransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>sendrawtransaction - Zcash 1.1.1 RPC Docs</title> <title>sendrawtransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>sendrawtransaction - Zcash 1.1.1 RPC</h1> <h1>sendrawtransaction - Zcash 2.0.0 RPC</h1>
<pre>sendrawtransaction &#34;hexstring&#34; ( allowhighfees ) <pre>sendrawtransaction &#34;hexstring&#34; ( allowhighfees )
@ -67,7 +67,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - sendtoaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - sendtoaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>sendtoaddress - Zcash 1.1.1 RPC Docs</title> <title>sendtoaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>sendtoaddress - Zcash 1.1.1 RPC</h1> <h1>sendtoaddress - Zcash 2.0.0 RPC</h1>
<pre>sendtoaddress &#34;zcashaddress&#34; amount ( &#34;comment&#34; &#34;comment-to&#34; subtractfeefromamount ) <pre>sendtoaddress &#34;zcashaddress&#34; amount ( &#34;comment&#34; &#34;comment-to&#34; subtractfeefromamount )
@ -65,7 +65,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - setaccount"> <meta name="description" content="Zcash 2.0.0 RPC Docs - setaccount">
<meta name="author" content=""> <meta name="author" content="">
<title>setaccount - Zcash 1.1.1 RPC Docs</title> <title>setaccount - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>setaccount - Zcash 1.1.1 RPC</h1> <h1>setaccount - Zcash 2.0.0 RPC</h1>
<pre>setaccount &#34;zcashaddress&#34; &#34;account&#34; <pre>setaccount &#34;zcashaddress&#34; &#34;account&#34;
@ -53,7 +53,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - setban"> <meta name="description" content="Zcash 2.0.0 RPC Docs - setban">
<meta name="author" content=""> <meta name="author" content="">
<title>setban - Zcash 1.1.1 RPC Docs</title> <title>setban - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>setban - Zcash 1.1.1 RPC</h1> <h1>setban - Zcash 2.0.0 RPC</h1>
<pre>setban &#34;ip(/netmask)&#34; &#34;add|remove&#34; (bantime) (absolute) <pre>setban &#34;ip(/netmask)&#34; &#34;add|remove&#34; (bantime) (absolute)
@ -56,7 +56,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - setgenerate"> <meta name="description" content="Zcash 2.0.0 RPC Docs - setgenerate">
<meta name="author" content=""> <meta name="author" content="">
<title>setgenerate - Zcash 1.1.1 RPC Docs</title> <title>setgenerate - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>setgenerate - Zcash 1.1.1 RPC</h1> <h1>setgenerate - Zcash 2.0.0 RPC</h1>
<pre>setgenerate generate ( genproclimit ) <pre>setgenerate generate ( genproclimit )
@ -65,7 +65,7 @@ Using json rpc
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - settxfee"> <meta name="description" content="Zcash 2.0.0 RPC Docs - settxfee">
<meta name="author" content=""> <meta name="author" content="">
<title>settxfee - Zcash 1.1.1 RPC Docs</title> <title>settxfee - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>settxfee - Zcash 1.1.1 RPC</h1> <h1>settxfee - Zcash 2.0.0 RPC</h1>
<pre>settxfee amount <pre>settxfee amount
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - signmessage"> <meta name="description" content="Zcash 2.0.0 RPC Docs - signmessage">
<meta name="author" content=""> <meta name="author" content="">
<title>signmessage - Zcash 1.1.1 RPC Docs</title> <title>signmessage - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,21 +25,21 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>signmessage - Zcash 1.1.1 RPC</h1> <h1>signmessage - Zcash 2.0.0 RPC</h1>
<pre>signmessage &#34;zcashaddress&#34; &#34;message&#34; <pre>signmessage &#34;t-addr&#34; &#34;message&#34;
Sign a message with the private key of an address Sign a message with the private key of a t-addr
Arguments: Arguments:
1. &#34;zcashaddress&#34; (string, required) The Zcash address to use for the private key. 1. &#34;t-addr&#34; (string, required) The transparent address to use for the private key.
2. &#34;message&#34; (string, required) The message to create a signature of. 2. &#34;message&#34; (string, required) The message to create a signature of.
Result: Result:
@ -66,7 +66,7 @@ As json rpc
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - signrawtransaction"> <meta name="description" content="Zcash 2.0.0 RPC Docs - signrawtransaction">
<meta name="author" content=""> <meta name="author" content="">
<title>signrawtransaction - Zcash 1.1.1 RPC Docs</title> <title>signrawtransaction - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>signrawtransaction - Zcash 1.1.1 RPC</h1> <h1>signrawtransaction - Zcash 2.0.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 ) <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 )
@ -96,7 +96,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - stop"> <meta name="description" content="Zcash 2.0.0 RPC Docs - stop">
<meta name="author" content=""> <meta name="author" content="">
<title>stop - Zcash 1.1.1 RPC Docs</title> <title>stop - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>stop - Zcash 1.1.1 RPC</h1> <h1>stop - Zcash 2.0.0 RPC</h1>
<pre>stop <pre>stop
@ -44,7 +44,7 @@ Stop Zcash server.
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - submitblock"> <meta name="description" content="Zcash 2.0.0 RPC Docs - submitblock">
<meta name="author" content=""> <meta name="author" content="">
<title>submitblock - Zcash 1.1.1 RPC Docs</title> <title>submitblock - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>submitblock - Zcash 1.1.1 RPC</h1> <h1>submitblock - Zcash 2.0.0 RPC</h1>
<pre>submitblock &#34;hexdata&#34; ( &#34;jsonparametersobject&#34; ) <pre>submitblock &#34;hexdata&#34; ( &#34;jsonparametersobject&#34; )
@ -66,7 +66,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - validateaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - validateaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>validateaddress - Zcash 1.1.1 RPC Docs</title> <title>validateaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>validateaddress - Zcash 1.1.1 RPC</h1> <h1>validateaddress - Zcash 2.0.0 RPC</h1>
<pre>validateaddress &#34;zcashaddress&#34; <pre>validateaddress &#34;zcashaddress&#34;
@ -64,7 +64,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - verifychain"> <meta name="description" content="Zcash 2.0.0 RPC Docs - verifychain">
<meta name="author" content=""> <meta name="author" content="">
<title>verifychain - Zcash 1.1.1 RPC Docs</title> <title>verifychain - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>verifychain - Zcash 1.1.1 RPC</h1> <h1>verifychain - Zcash 2.0.0 RPC</h1>
<pre>verifychain ( checklevel numblocks ) <pre>verifychain ( checklevel numblocks )
@ -56,7 +56,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - verifymessage"> <meta name="description" content="Zcash 2.0.0 RPC Docs - verifymessage">
<meta name="author" content=""> <meta name="author" content="">
<title>verifymessage - Zcash 1.1.1 RPC Docs</title> <title>verifymessage - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>verifymessage - Zcash 1.1.1 RPC</h1> <h1>verifymessage - Zcash 2.0.0 RPC</h1>
<pre>verifymessage &#34;zcashaddress&#34; &#34;signature&#34; &#34;message&#34; <pre>verifymessage &#34;zcashaddress&#34; &#34;signature&#34; &#34;message&#34;
@ -67,7 +67,7 @@ As json rpc
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - verifytxoutproof"> <meta name="description" content="Zcash 2.0.0 RPC Docs - verifytxoutproof">
<meta name="author" content=""> <meta name="author" content="">
<title>verifytxoutproof - Zcash 1.1.1 RPC Docs</title> <title>verifytxoutproof - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>verifytxoutproof - Zcash 1.1.1 RPC</h1> <h1>verifytxoutproof - Zcash 2.0.0 RPC</h1>
<pre>verifytxoutproof &#34;proof&#34; <pre>verifytxoutproof &#34;proof&#34;
@ -52,7 +52,7 @@ Result:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_exportkey"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_exportkey">
<meta name="author" content=""> <meta name="author" content="">
<title>z_exportkey - Zcash 1.1.1 RPC Docs</title> <title>z_exportkey - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_exportkey - Zcash 1.1.1 RPC</h1> <h1>z_exportkey - Zcash 2.0.0 RPC</h1>
<pre>z_exportkey &#34;zaddr&#34; <pre>z_exportkey &#34;zaddr&#34;
@ -57,7 +57,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_exportviewingkey"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_exportviewingkey">
<meta name="author" content=""> <meta name="author" content="">
<title>z_exportviewingkey - Zcash 1.1.1 RPC Docs</title> <title>z_exportviewingkey - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_exportviewingkey - Zcash 1.1.1 RPC</h1> <h1>z_exportviewingkey - Zcash 2.0.0 RPC</h1>
<pre>z_exportviewingkey &#34;zaddr&#34; <pre>z_exportviewingkey &#34;zaddr&#34;
@ -56,7 +56,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_exportwallet"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_exportwallet">
<meta name="author" content=""> <meta name="author" content="">
<title>z_exportwallet - Zcash 1.1.1 RPC Docs</title> <title>z_exportwallet - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_exportwallet - Zcash 1.1.1 RPC</h1> <h1>z_exportwallet - Zcash 2.0.0 RPC</h1>
<pre>z_exportwallet &#34;filename&#34; <pre>z_exportwallet &#34;filename&#34;
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_getbalance"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_getbalance">
<meta name="author" content=""> <meta name="author" content="">
<title>z_getbalance - Zcash 1.1.1 RPC Docs</title> <title>z_getbalance - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_getbalance - Zcash 1.1.1 RPC</h1> <h1>z_getbalance - Zcash 2.0.0 RPC</h1>
<pre>z_getbalance &#34;address&#34; ( minconf ) <pre>z_getbalance &#34;address&#34; ( minconf )
@ -66,7 +66,7 @@ As a json rpc call
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_getnewaddress"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_getnewaddress">
<meta name="author" content=""> <meta name="author" content="">
<title>z_getnewaddress - Zcash 1.1.1 RPC Docs</title> <title>z_getnewaddress - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,26 +25,30 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_getnewaddress - Zcash 1.1.1 RPC</h1> <h1>z_getnewaddress - Zcash 2.0.0 RPC</h1>
<pre>z_getnewaddress <pre>z_getnewaddress ( type )
Returns a new zaddr for receiving payments. Returns a new shielded address for receiving payments.
With no arguments, returns a Sprout address.
Arguments: Arguments:
1. &#34;type&#34; (string, optional, default=&#34;sprout&#34;) The type of address. One of [&#34;sprout&#34;, &#34;sapling&#34;].
Result: Result:
&#34;zcashaddress&#34; (string) The new zaddr &#34;zcashaddress&#34; (string) The new shielded address.
Examples: Examples:
&gt; zcash-cli z_getnewaddress &gt; zcash-cli z_getnewaddress
&gt; zcash-cli z_getnewaddress sapling
&gt; curl --user myusername --data-binary &#39;{&#34;jsonrpc&#34;: &#34;1.0&#34;, &#34;id&#34;:&#34;curltest&#34;, &#34;method&#34;: &#34;z_getnewaddress&#34;, &#34;params&#34;: [] }&#39; -H &#39;content-type: text/plain;&#39; http://127.0.0.1:8232/ &gt; curl --user myusername --data-binary &#39;{&#34;jsonrpc&#34;: &#34;1.0&#34;, &#34;id&#34;:&#34;curltest&#34;, &#34;method&#34;: &#34;z_getnewaddress&#34;, &#34;params&#34;: [] }&#39; -H &#39;content-type: text/plain;&#39; http://127.0.0.1:8232/
</pre> </pre>
@ -54,7 +58,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_getoperationresult"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_getoperationresult">
<meta name="author" content=""> <meta name="author" content="">
<title>z_getoperationresult - Zcash 1.1.1 RPC Docs</title> <title>z_getoperationresult - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_getoperationresult - Zcash 1.1.1 RPC</h1> <h1>z_getoperationresult - Zcash 2.0.0 RPC</h1>
<pre>z_getoperationresult ([&#34;operationid&#34;, ... ]) <pre>z_getoperationresult ([&#34;operationid&#34;, ... ])
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_getoperationstatus"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_getoperationstatus">
<meta name="author" content=""> <meta name="author" content="">
<title>z_getoperationstatus - Zcash 1.1.1 RPC Docs</title> <title>z_getoperationstatus - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_getoperationstatus - Zcash 1.1.1 RPC</h1> <h1>z_getoperationstatus - Zcash 2.0.0 RPC</h1>
<pre>z_getoperationstatus ([&#34;operationid&#34;, ... ]) <pre>z_getoperationstatus ([&#34;operationid&#34;, ... ])
@ -55,7 +55,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

View File

@ -3,10 +3,10 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=1200px, shrink-to-fit=yes"> <meta name="viewport" content="width=1200px, shrink-to-fit=yes">
<meta name="description" content="Zcash 1.1.1 RPC Docs - z_getpaymentdisclosure"> <meta name="description" content="Zcash 2.0.0 RPC Docs - z_getpaymentdisclosure">
<meta name="author" content=""> <meta name="author" content="">
<title>z_getpaymentdisclosure - Zcash 1.1.1 RPC Docs</title> <title>z_getpaymentdisclosure - Zcash 2.0.0 RPC Docs</title>
<link href="./bootstrap.min.css" rel="stylesheet"> <link href="./bootstrap.min.css" rel="stylesheet">
</head> </head>
@ -25,14 +25,14 @@
<nav class="navbar navbar-dark bg-dark "> <nav class="navbar navbar-dark bg-dark ">
<a class="navbar-brand" href="/">Zcash 1.1.1 RPC docs</a> <a class="navbar-brand" href="/">Zcash 2.0.0 RPC docs</a>
</nav> </nav>
<main role="main" class="container-fluid" style="margin-top: 1pc;"> <main role="main" class="container-fluid" style="margin-top: 1pc;">
<div class="row"> <div class="row">
<div class="col-8 col-lg-9 col-xl-10"> <div class="col-8 col-lg-9 col-xl-10">
<h1>z_getpaymentdisclosure - Zcash 1.1.1 RPC</h1> <h1>z_getpaymentdisclosure - Zcash 2.0.0 RPC</h1>
<pre>z_getpaymentdisclosure &#34;txid&#34; &#34;js_index&#34; &#34;output_index&#34; (&#34;message&#34;) <pre>z_getpaymentdisclosure &#34;txid&#34; &#34;js_index&#34; &#34;output_index&#34; (&#34;message&#34;)
@ -40,7 +40,13 @@ Generate a payment disclosure for a given joinsplit output.
EXPERIMENTAL FEATURE EXPERIMENTAL FEATURE
WARNING: Payment disclosure is currently DISABLED. This call always fails. WARNING: z_getpaymentdisclosure is disabled.
To enable it, restart zcashd with the -experimentalfeatures and
-paymentdisclosure commandline options, or add these two lines
to the zcash.conf file:
experimentalfeatures=1
paymentdisclosure=1
Arguments: Arguments:
1. &#34;txid&#34; (string, required) 1. &#34;txid&#34; (string, required)
@ -62,7 +68,7 @@ Examples:
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>) 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>)
</p> </p>
<p> <p>
Note it uses a regtest node, so it includes some additional calls that a regular node doesn't have. Note it uses a mainnet node
</p> </p>
</div> </div>
<div class="col-4 col-lg-3 col-xl-2"> <div class="col-4 col-lg-3 col-xl-2">

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