2.0.0
This commit is contained in:
parent
9744dc11ae
commit
e4ecea1423
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>addmultisigaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>addmultisigaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>addmultisigaddress nrequired ["key",...] ( "account" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
addnode.html
10
addnode.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>addnode - Zcash 1.1.1 RPC</h1>
|
||||
<h1>addnode - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>addnode "node" "add|remove|onetry"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>backupwallet - Zcash 1.1.1 RPC</h1>
|
||||
<h1>backupwallet - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>backupwallet "destination"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>clearbanned - Zcash 1.1.1 RPC</h1>
|
||||
<h1>clearbanned - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>createmultisig - Zcash 1.1.1 RPC</h1>
|
||||
<h1>createmultisig - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>createmultisig nrequired ["key",...]
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,16 +25,16 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>createrawtransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>createrawtransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime )
|
||||
<pre>createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime ) ( expiryheight )
|
||||
|
||||
Create a transaction spending the given inputs and sending to the given addresses.
|
||||
Returns hex-encoded raw transaction.
|
||||
|
@ -45,7 +45,7 @@ Arguments:
|
|||
1. "transactions" (string, required) A json array of json objects
|
||||
[
|
||||
{
|
||||
"txid":"id", (string, required) The transaction id
|
||||
"txid":"id", (string, required) The transaction id
|
||||
"vout":n (numeric, required) The output number
|
||||
"sequence":n (numeric, optional) The sequence number
|
||||
}
|
||||
|
@ -56,7 +56,8 @@ Arguments:
|
|||
"address": x.xxx (numeric, required) The key is the Zcash address, the value is the ZEC amount
|
||||
,...
|
||||
}
|
||||
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:
|
||||
"transaction" (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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>decoderawtransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>decoderawtransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>decoderawtransaction "hexstring"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>decodescript - Zcash 1.1.1 RPC</h1>
|
||||
<h1>decodescript - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>decodescript "hex"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>disconnectnode - Zcash 1.1.1 RPC</h1>
|
||||
<h1>disconnectnode - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>disconnectnode "node"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>dumpprivkey - Zcash 1.1.1 RPC</h1>
|
||||
<h1>dumpprivkey - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>dumpprivkey "t-addr"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>dumpwallet - Zcash 1.1.1 RPC</h1>
|
||||
<h1>dumpwallet - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>dumpwallet "filename"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,18 +25,24 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>encryptwallet - Zcash 1.1.1 RPC</h1>
|
||||
<h1>encryptwallet - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>encryptwallet "passphrase"
|
||||
|
||||
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 'passphrase'. This is for first time encryption.
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>estimatefee - Zcash 1.1.1 RPC</h1>
|
||||
<h1>estimatefee - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>estimatepriority - Zcash 1.1.1 RPC</h1>
|
||||
<h1>estimatepriority - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>fundrawtransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>fundrawtransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>fundrawtransaction "hexstring"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>generate - Zcash 1.1.1 RPC</h1>
|
||||
<h1>generate - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaccount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getaccount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getaccount "zcashaddress"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaccountaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getaccountaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getaccountaddress "account"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddednodeinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getaddednodeinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getaddednodeinfo dns ( "node" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddressesbyaccount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getaddressesbyaccount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getaddressesbyaccount "account"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getbalance - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getbalance - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getbalance ( "account" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getbestblockhash - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getbestblockhash - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblock - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblock - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getblock "hash|height" ( verbosity )
|
||||
|
||||
|
@ -55,6 +55,7 @@ Result (for verbosity = 1):
|
|||
"height" : n, (numeric) The block height or index (same as provided height)
|
||||
"version" : n, (numeric) The block version
|
||||
"merkleroot" : "xxxx", (string) The merkle root
|
||||
"finalsaplingroot" : "xxxx", (string) The root of the Sapling commitment tree after applying this block
|
||||
"tx" : [ (array of string) The transaction ids
|
||||
"transactionid" (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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblockchaininfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblockchaininfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getblockchaininfo
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblockcount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblockcount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblockhash - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblockhash - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblockheader - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblockheader - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getblockheader "hash" ( verbose )
|
||||
|
||||
|
@ -50,6 +50,7 @@ Result (for verbose = true):
|
|||
"height" : n, (numeric) The block height or index
|
||||
"version" : n, (numeric) The block version
|
||||
"merkleroot" : "xxxx", (string) The merkle root
|
||||
"finalsaplingroot" : "xxxx", (string) The root of the Sapling commitment tree after applying this block
|
||||
"time" : ttt, (numeric) The block time in seconds since epoch (Jan 1 1970 GMT)
|
||||
"nonce" : n, (numeric) The nonce
|
||||
"bits" : "1d00ffff", (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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblocksubsidy - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblocksubsidy - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblocktemplate - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getblocktemplate - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getblocktemplate ( "jsonrequestobject" )
|
||||
|
||||
|
@ -53,9 +53,10 @@ Arguments:
|
|||
|
||||
Result:
|
||||
{
|
||||
"version" : n, (numeric) The block version
|
||||
"version" : n, (numeric) The block version
|
||||
"previousblockhash" : "xxxx", (string) The hash of current highest block
|
||||
"transactions" : [ (array) contents of non-coinbase transactions that should be included in the next block
|
||||
"finalsaplingroothash" : "xxxx", (string) The hash of the final sapling root
|
||||
"transactions" : [ (array) contents of non-coinbase transactions that should be included in the next block
|
||||
{
|
||||
"data" : "xxxx", (string) transaction data encoded in hexadecimal (byte-for-byte)
|
||||
"hash" : "xxxx", (string) hash/id encoded in little-endian hexadecimal
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getchaintips - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getchaintips - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getchaintips
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getconnectioncount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getconnectioncount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getdeprecationinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getdeprecationinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getdeprecationinfo
|
||||
Returns an object containing current version and deprecation block height. Applicable only on mainnet.
|
||||
|
@ -41,7 +41,7 @@ Result:
|
|||
{
|
||||
"version": xxxxx, (numeric) the server version
|
||||
"subversion": "/MagicBean:x.y.z[-v]/", (string) the server subversion string
|
||||
"deprecationheight": xxxxx, (numeric) the block height at which this version will deprecate and shut down (unless -disabledeprecation is set)
|
||||
"deprecationheight": xxxxx, (numeric) the block height at which this version will deprecate and shut down
|
||||
}
|
||||
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getdifficulty - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getdifficulty - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getgenerate - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getgenerate - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
getinfo.html
10
getinfo.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getinfo
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getlocalsolps - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getlocalsolps - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getmempoolinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getmempoolinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getmininginfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getmininginfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getnettotals - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getnettotals - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getnetworkhashps - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getnetworkhashps - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getnetworkinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getnetworkinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getnetworkinfo
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getnetworksolps - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getnetworksolps - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getnewaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getnewaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getnewaddress ( "account" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getpeerinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getpeerinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getrawchangeaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getrawchangeaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getrawmempool - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getrawmempool - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getrawtransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getrawtransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getrawtransaction "txid" ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getreceivedbyaccount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getreceivedbyaccount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getreceivedbyaccount "account" ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getreceivedbyaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getreceivedbyaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getreceivedbyaddress "zcashaddress" ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>gettransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>gettransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>gettransaction "txid" ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>gettxout - Zcash 1.1.1 RPC</h1>
|
||||
<h1>gettxout - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>gettxout "txid" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>gettxoutproof - Zcash 1.1.1 RPC</h1>
|
||||
<h1>gettxoutproof - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>gettxoutproof ["txid",...] ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>gettxoutsetinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>gettxoutsetinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getunconfirmedbalance - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getunconfirmedbalance - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getunconfirmedbalance
|
||||
Returns the server's total unconfirmed balance
|
||||
|
@ -44,7 +44,7 @@ Returns the server'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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getwalletinfo - Zcash 1.1.1 RPC</h1>
|
||||
<h1>getwalletinfo - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>getwalletinfo
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
help.html
10
help.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>help - Zcash 1.1.1 RPC</h1>
|
||||
<h1>help - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>help ( "command" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>importaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>importaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>importaddress "address" ( "label" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>importprivkey - Zcash 1.1.1 RPC</h1>
|
||||
<h1>importprivkey - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>importprivkey "zcashprivkey" ( "label" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>importwallet - Zcash 1.1.1 RPC</h1>
|
||||
<h1>importwallet - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>importwallet "filename"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
index.html
10
index.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<title>Zcash 1.1.1 RPC Docs</title>
|
||||
<title>Zcash 2.0.0 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,20 +25,20 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>Zcash 1.1.1 RPC</h1>
|
||||
<h1>Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>keypoolrefill - Zcash 1.1.1 RPC</h1>
|
||||
<h1>keypoolrefill - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listaccounts - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listaccounts - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listaddressgroupings - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listaddressgroupings - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listbanned - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listbanned - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listlockunspent - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listlockunspent - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listreceivedbyaccount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listreceivedbyaccount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listreceivedbyaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listreceivedbyaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listsinceblock - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listsinceblock - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>listsinceblock ( "blockhash" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listtransactions - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listtransactions - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>listtransactions ( "account" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>listunspent - Zcash 1.1.1 RPC</h1>
|
||||
<h1>listunspent - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>listunspent ( minconf maxconf ["address",...] )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>lockunspent - Zcash 1.1.1 RPC</h1>
|
||||
<h1>lockunspent - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>lockunspent unlock [{"txid":"txid","vout":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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
move.html
10
move.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>move - Zcash 1.1.1 RPC</h1>
|
||||
<h1>move - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>move "fromaccount" "toaccount" amount ( minconf "comment" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
ping.html
10
ping.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>ping - Zcash 1.1.1 RPC</h1>
|
||||
<h1>ping - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>prioritisetransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>prioritisetransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>prioritisetransaction <txid> <priority delta> <fee delta>
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>sendfrom - Zcash 1.1.1 RPC</h1>
|
||||
<h1>sendfrom - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>sendfrom "fromaccount" "tozcashaddress" amount ( minconf "comment" "comment-to" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>sendmany - Zcash 1.1.1 RPC</h1>
|
||||
<h1>sendmany - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>sendrawtransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>sendrawtransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>sendrawtransaction "hexstring" ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>sendtoaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>sendtoaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>sendtoaddress "zcashaddress" amount ( "comment" "comment-to" 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>setaccount - Zcash 1.1.1 RPC</h1>
|
||||
<h1>setaccount - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>setaccount "zcashaddress" "account"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
setban.html
10
setban.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>setban - Zcash 1.1.1 RPC</h1>
|
||||
<h1>setban - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>setban "ip(/netmask)" "add|remove" (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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>setgenerate - Zcash 1.1.1 RPC</h1>
|
||||
<h1>setgenerate - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>settxfee - Zcash 1.1.1 RPC</h1>
|
||||
<h1>settxfee - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,21 +25,21 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>signmessage - Zcash 1.1.1 RPC</h1>
|
||||
<h1>signmessage - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>signmessage "zcashaddress" "message"
|
||||
<pre>signmessage "t-addr" "message"
|
||||
|
||||
Sign a message with the private key of an address
|
||||
Sign a message with the private key of a t-addr
|
||||
|
||||
Arguments:
|
||||
1. "zcashaddress" (string, required) The Zcash address to use for the private key.
|
||||
1. "t-addr" (string, required) The transparent address to use for the private key.
|
||||
2. "message" (string, required) The message to create a signature of.
|
||||
|
||||
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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>signrawtransaction - Zcash 1.1.1 RPC</h1>
|
||||
<h1>signrawtransaction - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
10
stop.html
10
stop.html
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>stop - Zcash 1.1.1 RPC</h1>
|
||||
<h1>stop - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>submitblock - Zcash 1.1.1 RPC</h1>
|
||||
<h1>submitblock - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>submitblock "hexdata" ( "jsonparametersobject" )
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>validateaddress - Zcash 1.1.1 RPC</h1>
|
||||
<h1>validateaddress - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<pre>validateaddress "zcashaddress"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>verifychain - Zcash 1.1.1 RPC</h1>
|
||||
<h1>verifychain - Zcash 2.0.0 RPC</h1>
|
||||
|
||||
<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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "zcashaddress" "signature" "message"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "proof"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "zaddr"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "zaddr"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "filename"
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "address" ( 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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,26 +25,30 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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:
|
||||
1. "type" (string, optional, default="sprout") The type of address. One of ["sprout", "sapling"].
|
||||
|
||||
Result:
|
||||
"zcashaddress" (string) The new zaddr
|
||||
"zcashaddress" (string) The new shielded address.
|
||||
|
||||
Examples:
|
||||
> zcash-cli z_getnewaddress
|
||||
> zcash-cli z_getnewaddress sapling
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "z_getnewaddress", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 (["operationid", ... ])
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 (["operationid", ... ])
|
||||
|
||||
|
@ -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>)
|
||||
</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>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<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="">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<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 "txid" "js_index" "output_index" ("message")
|
||||
|
||||
|
@ -40,7 +40,13 @@ Generate a payment disclosure for a given joinsplit output.
|
|||
|
||||
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:
|
||||
1. "txid" (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>)
|
||||
</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>
|
||||
</div>
|
||||
<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
Loading…
Reference in New Issue