Update to 2.0.7
This commit is contained in:
parent
51436ee486
commit
4857c02db5
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - addmultisigaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - addmultisigaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>addmultisigaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>addmultisigaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>addmultisigaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>addmultisigaddress nrequired ["key",...] ( "account" )
|
||||
|
||||
|
@ -72,6 +72,31 @@ As json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -90,9 +115,15 @@ As json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -108,6 +139,9 @@ As json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
addnode.html
42
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 2.0.6 RPC Docs - addnode">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - addnode">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>addnode - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>addnode - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>addnode - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>addnode "node" "add|remove|onetry"
|
||||
|
||||
|
@ -59,6 +59,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -77,9 +102,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -95,6 +126,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - backupwallet">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - backupwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>backupwallet - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>backupwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>backupwallet - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>backupwallet "destination"
|
||||
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - clearbanned">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - clearbanned">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>clearbanned - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>clearbanned - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>clearbanned - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>clearbanned
|
||||
|
||||
|
@ -54,6 +54,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -72,9 +97,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -90,6 +121,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - createmultisig">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - createmultisig">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>createmultisig - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>createmultisig - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>createmultisig - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>createmultisig nrequired ["key",...]
|
||||
|
||||
|
@ -73,6 +73,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -91,9 +116,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -109,6 +140,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - createrawtransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - createrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>createrawtransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>createrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>createrawtransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime ) ( expiryheight )
|
||||
|
||||
|
@ -57,7 +57,7 @@ Arguments:
|
|||
,...
|
||||
}
|
||||
3. locktime (numeric, optional, default=0) Raw locktime. Non-0 value also locktime-activates inputs
|
||||
4. expiryheight (numeric, optional, default=nextblockheight+20) Expiry height of transaction (if Overwinter is active)
|
||||
4. expiryheight (numeric, optional, default=nextblockheight+20 (pre-Blossom) or nextblockheight+40 (post-Blossom)) Expiry height of transaction (if Overwinter is active)
|
||||
|
||||
Result:
|
||||
"transaction" (string) hex string of the transaction
|
||||
|
@ -78,6 +78,31 @@ Examples
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -96,9 +121,15 @@ Examples
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -114,6 +145,9 @@ Examples
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - decoderawtransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - decoderawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>decoderawtransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>decoderawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>decoderawtransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>decoderawtransaction "hexstring"
|
||||
|
||||
|
@ -123,6 +123,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -141,9 +166,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -159,6 +190,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - decodescript">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - decodescript">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>decodescript - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>decodescript - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>decodescript - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>decodescript "hex"
|
||||
|
||||
|
@ -70,6 +70,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -88,9 +113,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -106,6 +137,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - disconnectnode">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - disconnectnode">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>disconnectnode - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>disconnectnode - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>disconnectnode - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>disconnectnode "node"
|
||||
|
||||
|
@ -57,6 +57,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - dumpprivkey">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - dumpprivkey">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>dumpprivkey - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>dumpprivkey - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>dumpprivkey - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>dumpprivkey "t-addr"
|
||||
|
||||
|
@ -62,6 +62,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -80,9 +105,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -98,6 +129,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - dumpwallet">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - dumpwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>dumpwallet - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>dumpwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>dumpwallet - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>dumpwallet "filename"
|
||||
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - encryptwallet">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - encryptwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>encryptwallet - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>encryptwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>encryptwallet - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>encryptwallet "passphrase"
|
||||
|
||||
|
@ -83,6 +83,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -101,9 +126,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -119,6 +150,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - estimatefee">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - estimatefee">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>estimatefee - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>estimatefee - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>estimatefee - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>estimatefee nblocks
|
||||
|
||||
|
@ -64,6 +64,31 @@ Example:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -82,9 +107,15 @@ Example:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -100,6 +131,9 @@ Example:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - estimatepriority">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - estimatepriority">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>estimatepriority - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>estimatepriority - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>estimatepriority - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>estimatepriority nblocks
|
||||
|
||||
|
@ -64,6 +64,31 @@ Example:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -82,9 +107,15 @@ Example:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -100,6 +131,9 @@ Example:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - fundrawtransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - fundrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>fundrawtransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>fundrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>fundrawtransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>fundrawtransaction "hexstring"
|
||||
|
||||
|
@ -78,6 +78,31 @@ Send the transaction
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -96,9 +121,15 @@ Send the transaction
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -114,6 +145,9 @@ Send the transaction
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - generate">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - generate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>generate - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>generate - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>generate - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>generate numblocks
|
||||
|
||||
|
@ -63,6 +63,31 @@ Generate 11 blocks
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -81,9 +106,15 @@ Generate 11 blocks
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -99,6 +130,9 @@ Generate 11 blocks
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getaccount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaccount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getaccount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaccount "zcashaddress"
|
||||
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getaccountaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaccountaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaccountaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getaccountaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getaccountaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaccountaddress "account"
|
||||
|
||||
|
@ -62,6 +62,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -80,9 +105,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -98,6 +129,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getaddednodeinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddednodeinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddednodeinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getaddednodeinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getaddednodeinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddednodeinfo dns ( "node" )
|
||||
|
||||
|
@ -78,6 +78,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -96,9 +121,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -114,6 +145,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -0,0 +1,561 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddressbalance">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressbalance - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddressbalance - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddressbalance {"addresses": ["taddr", ...]}
|
||||
|
||||
Returns the balance for addresses.
|
||||
|
||||
WARNING: getaddressbalance is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
{
|
||||
"addresses:"
|
||||
[
|
||||
"address" (string) The base58check encoded address
|
||||
,...
|
||||
]
|
||||
}
|
||||
(or)
|
||||
"address" (string) The base58check encoded address
|
||||
|
||||
Result:
|
||||
{
|
||||
"balance" (string) The current balance in zatoshis
|
||||
"received" (string) The total number of zatoshis received (including change)
|
||||
}
|
||||
|
||||
Examples:
|
||||
> zcash-cli getaddressbalance '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressbalance", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,598 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddressdeltas">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressdeltas - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddressdeltas - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddressdeltas {"addresses": ["taddr", ...], ("start": n), ("end": n), ("chainInfo": true|false)}
|
||||
|
||||
Returns all changes for an address.
|
||||
|
||||
Returns information about all changes to the given transparent addresses within the given (inclusive)
|
||||
|
||||
block height range, default is the full blockchain.
|
||||
|
||||
WARNING: getaddressdeltas is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
{
|
||||
"addresses":
|
||||
[
|
||||
"address" (string) The base58check encoded address
|
||||
,...
|
||||
]
|
||||
"start" (number, optional) The start block height
|
||||
"end" (number, optional) The end block height
|
||||
"chainInfo" (boolean, optional, default=false) Include chain info in results, only applies if start and end specified
|
||||
}
|
||||
(or)
|
||||
"address" (string) The base58check encoded address
|
||||
|
||||
Result:
|
||||
[
|
||||
{
|
||||
"satoshis" (number) The difference of zatoshis
|
||||
"txid" (string) The related txid
|
||||
"index" (number) The related input or output index
|
||||
"height" (number) The block height
|
||||
"address" (string) The base58check encoded address
|
||||
}, ...
|
||||
]
|
||||
|
||||
(or, if chainInfo is true):
|
||||
|
||||
{
|
||||
"deltas":
|
||||
[
|
||||
{
|
||||
"satoshis" (number) The difference of zatoshis
|
||||
"txid" (string) The related txid
|
||||
"index" (number) The related input or output index
|
||||
"height" (number) The block height
|
||||
"address" (string) The address base58check encoded
|
||||
}, ...
|
||||
],
|
||||
"start":
|
||||
{
|
||||
"hash" (string) The start block hash
|
||||
"height" (numeric) The height of the start block
|
||||
}
|
||||
"end":
|
||||
{
|
||||
"hash" (string) The end block hash
|
||||
"height" (numeric) The height of the end block
|
||||
}
|
||||
}
|
||||
|
||||
Examples:
|
||||
> zcash-cli getaddressdeltas '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000, "chainInfo": true}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressdeltas", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000, "chainInfo": true}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getaddressesbyaccount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddressesbyaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressesbyaccount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getaddressesbyaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getaddressesbyaccount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddressesbyaccount "account"
|
||||
|
||||
|
@ -63,6 +63,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -81,9 +106,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -99,6 +130,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -0,0 +1,568 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddressmempool">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressmempool - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddressmempool - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddressmempool {"addresses": ["taddr", ...]}
|
||||
|
||||
Returns all mempool deltas for an address.
|
||||
|
||||
WARNING: getaddressmempool is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
{
|
||||
"addresses":
|
||||
[
|
||||
"address" (string) The base58check encoded address
|
||||
,...
|
||||
]
|
||||
}
|
||||
(or)
|
||||
"address" (string) The base58check encoded address
|
||||
|
||||
Result:
|
||||
[
|
||||
{
|
||||
"address" (string) The base58check encoded address
|
||||
"txid" (string) The related txid
|
||||
"index" (number) The related input or output index
|
||||
"satoshis" (number) The difference of zatoshis
|
||||
"timestamp" (number) The time the transaction entered the mempool (seconds)
|
||||
"prevtxid" (string) The previous txid (if spending)
|
||||
"prevout" (string) The previous transaction output index (if spending)
|
||||
}
|
||||
]
|
||||
|
||||
Examples:
|
||||
> zcash-cli getaddressmempool '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressmempool", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"]}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,565 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddresstxids">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddresstxids - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddresstxids - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddresstxids {"addresses": ["taddr", ...], ("start": n), ("end": n)}
|
||||
|
||||
Returns the txids for given transparent addresses within the given (inclusive)
|
||||
|
||||
block height range, default is the full blockchain.
|
||||
|
||||
WARNING: getaddresstxids is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
{
|
||||
"addresses":
|
||||
[
|
||||
"taddr" (string) The base58check encoded address
|
||||
,...
|
||||
]
|
||||
"start" (number, optional) The start block height
|
||||
"end" (number, optional) The end block height
|
||||
}
|
||||
(or)
|
||||
"address" (string) The base58check encoded address
|
||||
|
||||
Result:
|
||||
[
|
||||
"transactionid" (string) The transaction id
|
||||
,...
|
||||
]
|
||||
|
||||
Examples:
|
||||
> zcash-cli getaddresstxids '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddresstxids", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "start": 1000, "end": 2000}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,586 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getaddressutxos">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressutxos - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getaddressutxos - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getaddressutxos {"addresses": ["taddr", ...], ("chainInfo": true|false)}
|
||||
|
||||
Returns all unspent outputs for an address.
|
||||
|
||||
WARNING: getaddressutxos is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
{
|
||||
"addresses":
|
||||
[
|
||||
"address" (string) The base58check encoded address
|
||||
,...
|
||||
],
|
||||
"chainInfo" (boolean, optional, default=false) Include chain info with results
|
||||
}
|
||||
(or)
|
||||
"address" (string) The base58check encoded address
|
||||
|
||||
Result
|
||||
[
|
||||
{
|
||||
"address" (string) The address base58check encoded
|
||||
"txid" (string) The output txid
|
||||
"height" (number) The block height
|
||||
"outputIndex" (number) The output index
|
||||
"script" (string) The script hex encoded
|
||||
"satoshis" (number) The number of zatoshis of the output
|
||||
}, ...
|
||||
]
|
||||
|
||||
(or, if chainInfo is true):
|
||||
|
||||
{
|
||||
"utxos":
|
||||
[
|
||||
{
|
||||
"address" (string) The address base58check encoded
|
||||
"txid" (string) The output txid
|
||||
"height" (number) The block height
|
||||
"outputIndex" (number) The output index
|
||||
"script" (string) The script hex encoded
|
||||
"satoshis" (number) The number of zatoshis of the output
|
||||
}, ...
|
||||
],
|
||||
"hash" (string) The block hash
|
||||
"height" (numeric) The block height
|
||||
}
|
||||
|
||||
Examples:
|
||||
> zcash-cli getaddressutxos '{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "chainInfo": true}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getaddressutxos", "params": [{"addresses": ["tmYXBYJj1K7vhejSec5osXK2QsGa5MTisUQ"], "chainInfo": true}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getbalance">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getbalance">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getbalance - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getbalance - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getbalance - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getbalance ( "account" minconf includeWatchonly )
|
||||
|
||||
|
@ -69,6 +69,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -87,9 +112,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -105,6 +136,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getbestblockhash">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getbestblockhash">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getbestblockhash - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getbestblockhash - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getbestblockhash - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getbestblockhash
|
||||
|
||||
|
@ -57,6 +57,31 @@ Examples
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Examples
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Examples
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblock">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblock">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblock - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblock - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblock - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblock "hash|height" ( verbosity )
|
||||
|
||||
|
@ -95,6 +95,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -113,9 +138,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -131,6 +162,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblockchaininfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblockchaininfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockchaininfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblockchaininfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblockchaininfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblockchaininfo
|
||||
Returns an object containing various state info regarding block chain processing.
|
||||
|
@ -48,7 +48,6 @@ Result:
|
|||
"bestblockhash": "...", (string) the hash of the currently best block
|
||||
"difficulty": xxxxxx, (numeric) the current difficulty
|
||||
"verificationprogress": xxxx, (numeric) estimate of verification progress [0..1]
|
||||
"estimatedheight": xxxx, (numeric) if syncing, the estimated height of the chain, else the number of blocks processed
|
||||
"chainwork": "xxxx" (string) total amount of work in active chain, in hexadecimal
|
||||
"size_on_disk": xxxxxx, (numeric) the estimated size of the block and undo files on disk
|
||||
"commitments": xxxxxx, (numeric) the current number of note commitments in the commitment tree
|
||||
|
@ -95,6 +94,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -113,9 +137,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -131,6 +161,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblockcount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblockcount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockcount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblockcount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblockcount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblockcount
|
||||
|
||||
|
@ -57,6 +57,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -0,0 +1,587 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblockdeltas">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockdeltas - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblockdeltas - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblockdeltas "blockhash"
|
||||
|
||||
Returns information about the given block and its transactions.
|
||||
|
||||
WARNING: getblockdeltas is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
1. "hash" (string, required) The block hash
|
||||
|
||||
Result:
|
||||
{
|
||||
"hash": "hash", (string) block ID
|
||||
"confirmations": n, (numeric) number of confirmations
|
||||
"size": n, (numeric) block size in bytes
|
||||
"height": n, (numeric) block height
|
||||
"version": n, (numeric) block version (e.g. 4)
|
||||
"merkleroot": "hash", (hexstring) block Merkle root
|
||||
"deltas": [
|
||||
{
|
||||
"txid": "hash", (hexstring) transaction ID
|
||||
"index": n, (numeric) The offset of the tx in the block
|
||||
"inputs": [ (array of json objects)
|
||||
{
|
||||
"address": "taddr", (string) transparent address
|
||||
"satoshis": n, (numeric) negative of spend amount
|
||||
"index": n, (numeric) vin index
|
||||
"prevtxid": "hash", (string) source utxo tx ID
|
||||
"prevout": n (numeric) source utxo index
|
||||
}, ...
|
||||
],
|
||||
"outputs": [ (array of json objects)
|
||||
{
|
||||
"address": "taddr", (string) transparent address
|
||||
"satoshis": n, (numeric) amount
|
||||
"index": n (numeric) vout index
|
||||
}, ...
|
||||
]
|
||||
}, ...
|
||||
],
|
||||
"time" : n, (numeric) The block version
|
||||
"mediantime": n, (numeric) The most recent blocks' ave time
|
||||
"nonce" : "nonce", (hex string) The nonce
|
||||
"bits" : "1d00ffff", (hex string) The bits
|
||||
"difficulty": n, (numeric) the current difficulty
|
||||
"chainwork": "xxxx" (hex string) total amount of work in active chain
|
||||
"previousblockhash" : "hash",(hex string) The hash of the previous block
|
||||
"nextblockhash" : "hash" (hex string) The hash of the next block
|
||||
}
|
||||
|
||||
Examples:
|
||||
> zcash-cli getblockdeltas 00227e566682aebd6a7a5b772c96d7a999cadaebeaf1ce96f4191a3aad58b00b
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockdeltas", "params": ["00227e566682aebd6a7a5b772c96d7a999cadaebeaf1ce96f4191a3aad58b00b"] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblockhash">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblockhash">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockhash - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblockhash - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblockhash - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblockhash index
|
||||
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -0,0 +1,568 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblockhashes">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockhashes - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getblockhashes - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblockhashes high low ( {"noOrphans": true|false, "logicalTimes": true|false} )
|
||||
|
||||
Returns array of hashes of blocks within the timestamp range provided,
|
||||
|
||||
greater or equal to low, less than high.
|
||||
|
||||
WARNING: getblockhashes is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
1. high (numeric, required) The newer block timestamp
|
||||
2. low (numeric, required) The older block timestamp
|
||||
3. options (string, optional) A json object
|
||||
{
|
||||
"noOrphans": true|false (boolean) will only include blocks on the main chain
|
||||
"logicalTimes": true|false (boolean) will include logical timestamps with hashes
|
||||
}
|
||||
|
||||
Result:
|
||||
[
|
||||
"xxxx" (hex string) The block hash
|
||||
]
|
||||
or
|
||||
[
|
||||
{
|
||||
"blockhash": "xxxx" (hex string) The block hash
|
||||
"logicalts": n (numeric) The logical timestamp
|
||||
}
|
||||
]
|
||||
|
||||
Examples:
|
||||
> zcash-cli getblockhashes 1558141697 1558141576
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getblockhashes", "params": [1558141697, 1558141576] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
> zcash-cli getblockhashes 1558141697 1558141576 '{"noOrphans":false, "logicalTimes":true}'
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblockheader">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblockheader">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockheader - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblockheader - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblockheader - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblockheader "hash" ( verbose )
|
||||
|
||||
|
@ -78,6 +78,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -96,9 +121,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -114,6 +145,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblocksubsidy">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblocksubsidy">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblocksubsidy - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblocksubsidy - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblocksubsidy - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblocksubsidy height
|
||||
|
||||
|
@ -63,6 +63,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -81,9 +106,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -99,6 +130,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getblocktemplate">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getblocktemplate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblocktemplate - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getblocktemplate - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getblocktemplate - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getblocktemplate ( "jsonrequestobject" )
|
||||
|
||||
|
@ -101,6 +101,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -119,9 +144,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -137,6 +168,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getchaintips">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getchaintips">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getchaintips - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getchaintips - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getchaintips - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getchaintips
|
||||
Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
|
||||
|
@ -75,6 +75,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -93,9 +118,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -111,6 +142,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getconnectioncount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getconnectioncount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getconnectioncount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getconnectioncount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getconnectioncount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getconnectioncount
|
||||
|
||||
|
@ -57,6 +57,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getdeprecationinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getdeprecationinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getdeprecationinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getdeprecationinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getdeprecationinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getdeprecationinfo
|
||||
Returns an object containing current version and deprecation block height. Applicable only on mainnet.
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getdifficulty">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getdifficulty">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getdifficulty - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getdifficulty - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getdifficulty - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getdifficulty
|
||||
|
||||
|
@ -57,6 +57,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getgenerate">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getgenerate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getgenerate - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getgenerate - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getgenerate - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getgenerate
|
||||
|
||||
|
@ -59,6 +59,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -77,9 +102,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -95,6 +126,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
getinfo.html
42
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 2.0.6 RPC Docs - getinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getinfo
|
||||
Returns an object containing various state info.
|
||||
|
@ -73,6 +73,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -91,9 +116,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -109,6 +140,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getlocalsolps">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getlocalsolps">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getlocalsolps - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getlocalsolps - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getlocalsolps - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getlocalsolps
|
||||
|
||||
|
@ -58,6 +58,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -76,9 +101,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -94,6 +125,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getmempoolinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getmempoolinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getmempoolinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getmempoolinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getmempoolinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getmempoolinfo
|
||||
|
||||
|
@ -61,6 +61,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -79,9 +104,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -97,6 +128,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getmininginfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getmininginfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getmininginfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getmininginfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getmininginfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getmininginfo
|
||||
|
||||
|
@ -69,6 +69,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -87,9 +112,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -105,6 +136,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getnettotals">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getnettotals">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnettotals - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getnettotals - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getnettotals - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getnettotals
|
||||
|
||||
|
@ -62,6 +62,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -80,9 +105,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -98,6 +129,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getnetworkhashps">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getnetworkhashps">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnetworkhashps - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getnetworkhashps - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getnetworkhashps - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getnetworkhashps ( blocks height )
|
||||
|
||||
|
@ -65,6 +65,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -83,9 +108,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -101,6 +132,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getnetworkinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getnetworkinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnetworkinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getnetworkinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getnetworkinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getnetworkinfo
|
||||
Returns an object containing various state info regarding P2P networking.
|
||||
|
@ -82,6 +82,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -100,9 +125,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -118,6 +149,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getnetworksolps">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getnetworksolps">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnetworksolps - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getnetworksolps - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getnetworksolps - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getnetworksolps ( blocks height )
|
||||
|
||||
|
@ -63,6 +63,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -81,9 +106,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -99,6 +130,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getnewaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getnewaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnewaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getnewaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getnewaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getnewaddress ( "account" )
|
||||
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getpeerinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getpeerinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getpeerinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getpeerinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getpeerinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getpeerinfo
|
||||
|
||||
|
@ -84,6 +84,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -102,9 +127,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -120,6 +151,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getrawchangeaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getrawchangeaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getrawchangeaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getrawchangeaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getrawchangeaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getrawchangeaddress
|
||||
|
||||
|
@ -58,6 +58,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -76,9 +101,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -94,6 +125,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getrawmempool">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getrawmempool">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getrawmempool - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getrawmempool - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getrawmempool - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getrawmempool ( verbose )
|
||||
|
||||
|
@ -78,6 +78,31 @@ Examples
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -96,9 +121,15 @@ Examples
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -114,6 +145,9 @@ Examples
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getrawtransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getrawtransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getrawtransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getrawtransaction "txid" ( verbose )
|
||||
|
||||
|
@ -138,6 +138,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -156,9 +181,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -174,6 +205,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getreceivedbyaccount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getreceivedbyaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getreceivedbyaccount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getreceivedbyaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getreceivedbyaccount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getreceivedbyaccount "account" ( minconf )
|
||||
|
||||
|
@ -71,6 +71,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getreceivedbyaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getreceivedbyaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getreceivedbyaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getreceivedbyaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getreceivedbyaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getreceivedbyaddress "zcashaddress" ( minconf )
|
||||
|
||||
|
@ -71,6 +71,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -0,0 +1,557 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getspentinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getspentinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<style>
|
||||
.card-body {
|
||||
font-size:80%;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>getspentinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getspentinfo {"txid": "txidhex", "index": n}
|
||||
|
||||
Returns the txid and index where an output is spent.
|
||||
|
||||
WARNING: getspentinfo is disabled.
|
||||
To enable it, restart zcashd with the -experimentalfeatures and
|
||||
-insightexplorer commandline options, or add these two lines
|
||||
to the zcash.conf file:
|
||||
|
||||
experimentalfeatures=1
|
||||
insightexplorer=1
|
||||
|
||||
Arguments:
|
||||
{
|
||||
"txid" (string) The hex string of the txid
|
||||
"index" (number) The vout (output) index
|
||||
}
|
||||
|
||||
Result:
|
||||
{
|
||||
"txid" (string) The transaction id
|
||||
"index" (number) The spending (vin, input) index
|
||||
,...
|
||||
}
|
||||
|
||||
Examples:
|
||||
> zcash-cli getspentinfo '{"txid": "0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9", "index": 0}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getspentinfo", "params": [{"txid": "0437cd7f8525ceed2324359c2d0ba26006d92d856a9c20fa0241106ee5a597c9", "index": 0}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
||||
<p>
|
||||
Made by <a href="https://twitter.com/karel_3d">@karel_3d</a>; license of the docs is MIT (see <a href="https://github.com/zcash/zcash">zcash repo</a>), license of the scripts and webpage is also MIT ((C) 2018 Karel Bilek) (<a href="https://github.com/zcash-rpc/zcash-rpc.github.io">github repo</a>)
|
||||
</p>
|
||||
<p>
|
||||
Note it uses a mainnet node
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getbestblockhash.html">getbestblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblock.html">getblock</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockchaininfo.html">getblockchaininfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
<a href="getchaintips.html">getchaintips</a>
|
||||
<br>
|
||||
|
||||
<a href="getdifficulty.html">getdifficulty</a>
|
||||
<br>
|
||||
|
||||
<a href="getmempoolinfo.html">getmempoolinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutproof.html">gettxoutproof</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxoutsetinfo.html">gettxoutsetinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="verifychain.html">verifychain</a>
|
||||
<br>
|
||||
|
||||
<a href="verifytxoutproof.html">verifytxoutproof</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Control
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getinfo.html">getinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="help.html">help</a>
|
||||
<br>
|
||||
|
||||
<a href="stop.html">stop</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Disclosure
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="z_getpaymentdisclosure.html">z_getpaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validatepaymentdisclosure.html">z_validatepaymentdisclosure</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Generating
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="generate.html">generate</a>
|
||||
<br>
|
||||
|
||||
<a href="getgenerate.html">getgenerate</a>
|
||||
<br>
|
||||
|
||||
<a href="setgenerate.html">setgenerate</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Mining
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getblocksubsidy.html">getblocksubsidy</a>
|
||||
<br>
|
||||
|
||||
<a href="getblocktemplate.html">getblocktemplate</a>
|
||||
<br>
|
||||
|
||||
<a href="getlocalsolps.html">getlocalsolps</a>
|
||||
<br>
|
||||
|
||||
<a href="getmininginfo.html">getmininginfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkhashps.html">getnetworkhashps</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworksolps.html">getnetworksolps</a>
|
||||
<br>
|
||||
|
||||
<a href="prioritisetransaction.html">prioritisetransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="submitblock.html">submitblock</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Network
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addnode.html">addnode</a>
|
||||
<br>
|
||||
|
||||
<a href="clearbanned.html">clearbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="disconnectnode.html">disconnectnode</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddednodeinfo.html">getaddednodeinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getconnectioncount.html">getconnectioncount</a>
|
||||
<br>
|
||||
|
||||
<a href="getdeprecationinfo.html">getdeprecationinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getnettotals.html">getnettotals</a>
|
||||
<br>
|
||||
|
||||
<a href="getnetworkinfo.html">getnetworkinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="getpeerinfo.html">getpeerinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="listbanned.html">listbanned</a>
|
||||
<br>
|
||||
|
||||
<a href="ping.html">ping</a>
|
||||
<br>
|
||||
|
||||
<a href="setban.html">setban</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Rawtransactions
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createrawtransaction.html">createrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decoderawtransaction.html">decoderawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="decodescript.html">decodescript</a>
|
||||
<br>
|
||||
|
||||
<a href="fundrawtransaction.html">fundrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawtransaction.html">getrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="sendrawtransaction.html">sendrawtransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="signrawtransaction.html">signrawtransaction</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Util
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="createmultisig.html">createmultisig</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatefee.html">estimatefee</a>
|
||||
<br>
|
||||
|
||||
<a href="estimatepriority.html">estimatepriority</a>
|
||||
<br>
|
||||
|
||||
<a href="validateaddress.html">validateaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="verifymessage.html">verifymessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_validateaddress.html">z_validateaddress</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Wallet
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="addmultisigaddress.html">addmultisigaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="backupwallet.html">backupwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpprivkey.html">dumpprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="dumpwallet.html">dumpwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="encryptwallet.html">encryptwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccount.html">getaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getaccountaddress.html">getaccountaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressesbyaccount.html">getaddressesbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getbalance.html">getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getnewaddress.html">getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getrawchangeaddress.html">getrawchangeaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaccount.html">getreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="getreceivedbyaddress.html">getreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="gettransaction.html">gettransaction</a>
|
||||
<br>
|
||||
|
||||
<a href="getunconfirmedbalance.html">getunconfirmedbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getwalletinfo.html">getwalletinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="importaddress.html">importaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationresult.html">z_getoperationresult</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getoperationstatus.html">z_getoperationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_gettotalbalance.html">z_gettotalbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importkey.html">z_importkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importviewingkey.html">z_importviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_importwallet.html">z_importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listaddresses.html">z_listaddresses</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listoperationids.html">z_listoperationids</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listreceivedbyaddress.html">z_listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_listunspent.html">z_listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="z_mergetoaddress.html">z_mergetoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_sendmany.html">z_sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="z_setmigration.html">z_setmigration</a>
|
||||
<br>
|
||||
|
||||
<a href="z_shieldcoinbase.html">z_shieldcoinbase</a>
|
||||
<br>
|
||||
|
||||
<a href="zcbenchmark.html">zcbenchmark</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawjoinsplit.html">zcrawjoinsplit</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawkeygen.html">zcrawkeygen</a>
|
||||
<br>
|
||||
|
||||
<a href="zcrawreceive.html">zcrawreceive</a>
|
||||
<br>
|
||||
|
||||
<a href="zcsamplejoinsplit.html">zcsamplejoinsplit</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - gettransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - gettransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>gettransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>gettransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>gettransaction "txid" ( includeWatchonly )
|
||||
|
||||
|
@ -93,6 +93,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -111,9 +136,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -129,6 +160,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - gettxout">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - gettxout">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettxout - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>gettxout - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>gettxout - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>gettxout "txid" n ( includemempool )
|
||||
|
||||
|
@ -85,6 +85,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -103,9 +128,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -121,6 +152,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - gettxoutproof">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - gettxoutproof">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettxoutproof - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>gettxoutproof - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>gettxoutproof - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>gettxoutproof ["txid",...] ( blockhash )
|
||||
|
||||
|
@ -68,6 +68,31 @@ Result:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -86,9 +111,15 @@ Result:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -104,6 +135,9 @@ Result:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - gettxoutsetinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - gettxoutsetinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettxoutsetinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>gettxoutsetinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>gettxoutsetinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>gettxoutsetinfo
|
||||
|
||||
|
@ -66,6 +66,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -84,9 +109,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -102,6 +133,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getunconfirmedbalance">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getunconfirmedbalance">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getunconfirmedbalance - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getunconfirmedbalance - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getunconfirmedbalance - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getunconfirmedbalance
|
||||
Returns the server's total unconfirmed balance
|
||||
|
@ -49,6 +49,31 @@ Returns the server's total unconfirmed balance
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -67,9 +92,15 @@ Returns the server's total unconfirmed balance
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -85,6 +116,9 @@ Returns the server's total unconfirmed balance
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - getwalletinfo">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - getwalletinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getwalletinfo - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>getwalletinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>getwalletinfo - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>getwalletinfo
|
||||
Returns an object containing various wallet state info.
|
||||
|
@ -67,6 +67,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -85,9 +110,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -103,6 +134,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
help.html
42
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 2.0.6 RPC Docs - help">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - help">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>help - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>help - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>help - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>help ( "command" )
|
||||
|
||||
|
@ -56,6 +56,31 @@ Result:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -74,9 +99,15 @@ Result:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -92,6 +123,9 @@ Result:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - importaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - importaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>importaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>importaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>importaddress "address" ( "label" rescan )
|
||||
|
||||
|
@ -68,6 +68,31 @@ As a JSON-RPC call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -86,9 +111,15 @@ As a JSON-RPC call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -104,6 +135,9 @@ As a JSON-RPC call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - importprivkey">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - importprivkey">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importprivkey - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>importprivkey - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>importprivkey - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>importprivkey "zcashprivkey" ( "label" rescan )
|
||||
|
||||
|
@ -71,6 +71,31 @@ As a JSON-RPC call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ As a JSON-RPC call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ As a JSON-RPC call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - importwallet">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - importwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importwallet - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>importwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>importwallet - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>importwallet "filename"
|
||||
|
||||
|
@ -64,6 +64,31 @@ Import using the json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -82,9 +107,15 @@ Import using the json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -100,6 +131,9 @@ Import using the json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
index.html
42
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 2.0.6 RPC Docs">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>Zcash 2.0.6 RPC Docs</title>
|
||||
<title>Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>Zcash 2.0.7 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>)
|
||||
|
@ -43,6 +43,31 @@
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -61,9 +86,15 @@
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -79,6 +110,9 @@
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - keypoolrefill">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - keypoolrefill">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>keypoolrefill - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>keypoolrefill - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>keypoolrefill - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>keypoolrefill ( newsize )
|
||||
|
||||
|
@ -57,6 +57,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listaccounts">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listaccounts">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listaccounts - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listaccounts - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listaccounts - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listaccounts ( minconf includeWatchonly)
|
||||
|
||||
|
@ -74,6 +74,31 @@ As json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -92,9 +117,15 @@ As json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -110,6 +141,9 @@ As json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listaddressgroupings">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listaddressgroupings">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listaddressgroupings - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listaddressgroupings - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listaddressgroupings - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listaddressgroupings
|
||||
|
||||
|
@ -69,6 +69,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -87,9 +112,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -105,6 +136,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listbanned">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listbanned">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listbanned - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listbanned - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listbanned - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listbanned
|
||||
|
||||
|
@ -54,6 +54,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -72,9 +97,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -90,6 +121,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listlockunspent">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listlockunspent">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listlockunspent - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listlockunspent - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listlockunspent - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listlockunspent
|
||||
|
||||
|
@ -77,6 +77,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -95,9 +120,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -113,6 +144,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listreceivedbyaccount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listreceivedbyaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listreceivedbyaccount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listreceivedbyaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listreceivedbyaccount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listreceivedbyaccount ( minconf includeempty includeWatchonly)
|
||||
|
||||
|
@ -71,6 +71,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listreceivedbyaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listreceivedbyaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listreceivedbyaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listreceivedbyaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listreceivedbyaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listreceivedbyaddress ( minconf includeempty includeWatchonly)
|
||||
|
||||
|
@ -72,6 +72,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -90,9 +115,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -108,6 +139,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listsinceblock">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listsinceblock">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listsinceblock - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listsinceblock - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listsinceblock - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listsinceblock ( "blockhash" target-confirmations includeWatchonly)
|
||||
|
||||
|
@ -82,6 +82,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -100,9 +125,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -118,6 +149,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listtransactions">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listtransactions">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listtransactions - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listtransactions - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listtransactions - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listtransactions ( "account" count from includeWatchonly)
|
||||
|
||||
|
@ -102,6 +102,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -120,9 +145,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -138,6 +169,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - listunspent">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - listunspent">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listunspent - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>listunspent - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>listunspent - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>listunspent ( minconf maxconf ["address",...] )
|
||||
|
||||
|
@ -85,6 +85,31 @@ Examples
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -103,9 +128,15 @@ Examples
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -121,6 +152,9 @@ Examples
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - lockunspent">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - lockunspent">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>lockunspent - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>lockunspent - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>lockunspent - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>lockunspent unlock [{"txid":"txid","vout":n},...]
|
||||
|
||||
|
@ -86,6 +86,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -104,9 +129,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -122,6 +153,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
move.html
42
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 2.0.6 RPC Docs - move">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - move">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>move - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>move - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>move - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>move "fromaccount" "toaccount" amount ( minconf "comment" )
|
||||
|
||||
|
@ -71,6 +71,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
ping.html
42
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 2.0.6 RPC Docs - ping">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - ping">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>ping - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>ping - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>ping - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>ping
|
||||
|
||||
|
@ -56,6 +56,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -74,9 +99,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -92,6 +123,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - prioritisetransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - prioritisetransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>prioritisetransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>prioritisetransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>prioritisetransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>prioritisetransaction <txid> <priority delta> <fee delta>
|
||||
Accepts the transaction into mined blocks at a higher (or lower) priority
|
||||
|
@ -65,6 +65,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -83,9 +108,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -101,6 +132,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.6 RPC Docs</title>
|
||||
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.6 RPC</h1>
|
||||
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.7 RPC</h1>
|
||||
{{if .Command}}
|
||||
<pre>{{.Command.Description}}</pre>
|
||||
<hr>
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - sendfrom">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - sendfrom">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendfrom - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>sendfrom - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>sendfrom - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>sendfrom "fromaccount" "tozcashaddress" amount ( minconf "comment" "comment-to" )
|
||||
|
||||
|
@ -76,6 +76,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -94,9 +119,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -112,6 +143,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - sendmany">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - sendmany">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendmany - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>sendmany - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>sendmany - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
|
||||
|
||||
|
@ -86,6 +86,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -104,9 +129,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -122,6 +153,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - sendrawtransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - sendrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendrawtransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>sendrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>sendrawtransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>sendrawtransaction "hexstring" ( allowhighfees )
|
||||
|
||||
|
@ -72,6 +72,31 @@ As a json rpc call
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -90,9 +115,15 @@ As a json rpc call
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -108,6 +139,9 @@ As a json rpc call
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - sendtoaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - sendtoaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendtoaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>sendtoaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>sendtoaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>sendtoaddress "zcashaddress" amount ( "comment" "comment-to" subtractfeefromamount )
|
||||
|
||||
|
@ -70,6 +70,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -88,9 +113,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -106,6 +137,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - setaccount">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - setaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>setaccount - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>setaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>setaccount - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>setaccount "zcashaddress" "account"
|
||||
|
||||
|
@ -58,6 +58,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -76,9 +101,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -94,6 +125,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
setban.html
42
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 2.0.6 RPC Docs - setban">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - setban">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>setban - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>setban - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>setban - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>setban "ip(/netmask)" "add|remove" (bantime) (absolute)
|
||||
|
||||
|
@ -61,6 +61,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -79,9 +104,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -97,6 +128,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - setgenerate">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - setgenerate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>setgenerate - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>setgenerate - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>setgenerate - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>setgenerate generate ( genproclimit )
|
||||
|
||||
|
@ -70,6 +70,31 @@ Using json rpc
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -88,9 +113,15 @@ Using json rpc
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -106,6 +137,9 @@ Using json rpc
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - settxfee">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - settxfee">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>settxfee - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>settxfee - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>settxfee - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>settxfee amount
|
||||
|
||||
|
@ -60,6 +60,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -78,9 +103,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -96,6 +127,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - signmessage">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - signmessage">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>signmessage - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>signmessage - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>signmessage - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>signmessage "t-addr" "message"
|
||||
|
||||
|
@ -71,6 +71,31 @@ As json rpc
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ As json rpc
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ As json rpc
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - signrawtransaction">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - signrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>signrawtransaction - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>signrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>signrawtransaction - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
|
||||
|
||||
|
@ -102,6 +102,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -120,9 +145,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -138,6 +169,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
42
stop.html
42
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 2.0.6 RPC Docs - stop">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - stop">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>stop - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>stop - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>stop - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>stop
|
||||
|
||||
|
@ -49,6 +49,31 @@ Stop Zcash server.
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -67,9 +92,15 @@ Stop Zcash server.
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -85,6 +116,9 @@ Stop Zcash server.
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - submitblock">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - submitblock">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>submitblock - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>submitblock - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>submitblock - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>submitblock "hexdata" ( "jsonparametersobject" )
|
||||
|
||||
|
@ -71,6 +71,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -89,9 +114,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -107,6 +138,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - validateaddress">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - validateaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>validateaddress - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>validateaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>validateaddress - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>validateaddress "zcashaddress"
|
||||
|
||||
|
@ -69,6 +69,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -87,9 +112,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -105,6 +136,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - verifychain">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - verifychain">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>verifychain - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>verifychain - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>verifychain - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>verifychain ( checklevel numblocks )
|
||||
|
||||
|
@ -61,6 +61,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -79,9 +104,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -97,6 +128,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - verifymessage">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - verifymessage">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>verifymessage - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>verifymessage - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>verifymessage - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>verifymessage "zcashaddress" "signature" "message"
|
||||
|
||||
|
@ -72,6 +72,31 @@ As json rpc
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -90,9 +115,15 @@ As json rpc
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -108,6 +139,9 @@ As json rpc
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - verifytxoutproof">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - verifytxoutproof">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>verifytxoutproof - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>verifytxoutproof - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>verifytxoutproof - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>verifytxoutproof "proof"
|
||||
|
||||
|
@ -57,6 +57,31 @@ Result:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -75,9 +100,15 @@ Result:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -93,6 +124,9 @@ Result:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=1200px, shrink-to-fit=yes">
|
||||
<meta name="description" content="Zcash 2.0.6 RPC Docs - z_exportkey">
|
||||
<meta name="description" content="Zcash 2.0.7 RPC Docs - z_exportkey">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>z_exportkey - Zcash 2.0.6 RPC Docs</title>
|
||||
<title>z_exportkey - Zcash 2.0.7 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,14 +25,14 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.6 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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 2.0.6 RPC</h1>
|
||||
<h1>z_exportkey - Zcash 2.0.7 RPC</h1>
|
||||
|
||||
<pre>z_exportkey "zaddr"
|
||||
|
||||
|
@ -62,6 +62,31 @@ Examples:
|
|||
</div>
|
||||
<div class="col-4 col-lg-3 col-xl-2">
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Addressindex
|
||||
</div>
|
||||
<div class="card-body">
|
||||
|
||||
<a href="getaddressbalance.html">getaddressbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressdeltas.html">getaddressdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressmempool.html">getaddressmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddresstxids.html">getaddresstxids</a>
|
||||
<br>
|
||||
|
||||
<a href="getaddressutxos.html">getaddressutxos</a>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<div class="card">
|
||||
<div class="card-header">
|
||||
Blockchain
|
||||
|
@ -80,9 +105,15 @@ Examples:
|
|||
<a href="getblockcount.html">getblockcount</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockdeltas.html">getblockdeltas</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhash.html">getblockhash</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockhashes.html">getblockhashes</a>
|
||||
<br>
|
||||
|
||||
<a href="getblockheader.html">getblockheader</a>
|
||||
<br>
|
||||
|
||||
|
@ -98,6 +129,9 @@ Examples:
|
|||
<a href="getrawmempool.html">getrawmempool</a>
|
||||
<br>
|
||||
|
||||
<a href="getspentinfo.html">getspentinfo</a>
|
||||
<br>
|
||||
|
||||
<a href="gettxout.html">gettxout</a>
|
||||
<br>
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue