Update to v2.1.2
This commit is contained in:
parent
84ded01855
commit
2d94ff94fe
|
@ -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.7 RPC Docs - addmultisigaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - addmultisigaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>addmultisigaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>addmultisigaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>addmultisigaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>addmultisigaddress nrequired ["key",...] ( "account" )
|
||||
|
||||
|
@ -414,6 +414,9 @@ As json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
addnode.html
11
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.7 RPC Docs - addnode">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - addnode">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>addnode - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>addnode - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>addnode - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>addnode "node" "add|remove|onetry"
|
||||
|
||||
|
@ -401,6 +401,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - backupwallet">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - backupwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>backupwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>backupwallet - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,18 +25,18 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>backupwallet - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>backupwallet "destination"
|
||||
|
||||
Safely copies wallet.dat to destination filename
|
||||
Safely copies current wallet file to destination filename
|
||||
|
||||
Arguments:
|
||||
1. "destination" (string, required) The destination filename, saved in the directory set by -exportdir option.
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - clearbanned">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - clearbanned">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>clearbanned - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>clearbanned - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>clearbanned - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>clearbanned
|
||||
|
||||
|
@ -396,6 +396,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - createmultisig">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - createmultisig">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>createmultisig - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>createmultisig - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>createmultisig - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>createmultisig nrequired ["key",...]
|
||||
|
||||
|
@ -415,6 +415,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - createrawtransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - createrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>createrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>createrawtransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>createrawtransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,...} ( locktime ) ( expiryheight )
|
||||
|
||||
|
@ -420,6 +420,9 @@ Examples
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - decoderawtransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - decoderawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>decoderawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>decoderawtransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>decoderawtransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>decoderawtransaction "hexstring"
|
||||
|
||||
|
@ -465,6 +465,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - decodescript">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - decodescript">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>decodescript - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>decodescript - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>decodescript - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>decodescript "hex"
|
||||
|
||||
|
@ -412,6 +412,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - disconnectnode">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - disconnectnode">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>disconnectnode - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>disconnectnode - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>disconnectnode - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>disconnectnode "node"
|
||||
|
||||
|
@ -399,6 +399,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - dumpprivkey">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - dumpprivkey">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>dumpprivkey - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>dumpprivkey - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>dumpprivkey - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>dumpprivkey "t-addr"
|
||||
|
||||
|
@ -404,6 +404,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - dumpwallet">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - dumpwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>dumpwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>dumpwallet - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>dumpwallet - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>dumpwallet "filename"
|
||||
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - encryptwallet">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - encryptwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>encryptwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>encryptwallet - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>encryptwallet - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>encryptwallet "passphrase"
|
||||
|
||||
|
@ -425,6 +425,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - estimatefee">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - estimatefee">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>estimatefee - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>estimatefee - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>estimatefee - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>estimatefee nblocks
|
||||
|
||||
|
@ -406,6 +406,9 @@ Example:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - estimatepriority">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - estimatepriority">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>estimatepriority - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>estimatepriority - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>estimatepriority - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>estimatepriority nblocks
|
||||
|
||||
|
@ -406,6 +406,9 @@ Example:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - fundrawtransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - fundrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>fundrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>fundrawtransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,24 +25,28 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>fundrawtransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>fundrawtransaction "hexstring"
|
||||
<pre>fundrawtransaction "hexstring" includeWatching
|
||||
|
||||
Add inputs to a transaction until it has enough in value to meet its out value.
|
||||
This will not modify existing inputs, and will add one change output to the outputs.
|
||||
Note that inputs which were signed may need to be resigned after completion since in/outputs have been added.
|
||||
The inputs added will not be signed, use signrawtransaction for that.
|
||||
Note that all existing inputs must have their previous output transaction be in the wallet.
|
||||
Note that all inputs selected must be of standard form and P2SH scripts must bein the wallet using importaddress or addmultisigaddress (to calculate fees).
|
||||
Only pay-to-pubkey, multisig, and P2SH versions thereof are currently supported for watch-only
|
||||
|
||||
Arguments:
|
||||
1. "hexstring" (string, required) The hex string of the raw transaction
|
||||
1. "hexstring" (string, required) The hex string of the raw transaction
|
||||
2. includeWatching (boolean, optional, default false) Also select inputs which are watch only
|
||||
|
||||
Result:
|
||||
{
|
||||
|
@ -420,6 +424,9 @@ Send the transaction
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - generate">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - generate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>generate - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>generate - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>generate - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>generate numblocks
|
||||
|
||||
|
@ -41,7 +41,7 @@ Mine blocks immediately (before the RPC call returns)
|
|||
Note: this function can only be used on the regtest network
|
||||
|
||||
Arguments:
|
||||
1. numblocks (numeric) How many blocks are generated immediately.
|
||||
1. numblocks (numeric, required) How many blocks are generated immediately.
|
||||
|
||||
Result
|
||||
[ blockhashes ] (array) hashes of blocks generated
|
||||
|
@ -405,6 +405,9 @@ Generate 11 blocks
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaccount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaccount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getaccount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaccount "zcashaddress"
|
||||
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaccountaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaccountaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaccountaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaccountaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getaccountaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaccountaddress "account"
|
||||
|
||||
|
@ -404,6 +404,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddednodeinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddednodeinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddednodeinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddednodeinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getaddednodeinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddednodeinfo dns ( "node" )
|
||||
|
||||
|
@ -420,6 +420,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddressbalance">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddressbalance">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressbalance - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddressbalance - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getaddressbalance - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddressbalance {"addresses": ["taddr", ...]}
|
||||
|
||||
|
@ -421,6 +421,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddressdeltas">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddressdeltas">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressdeltas - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddressdeltas - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getaddressdeltas - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddressdeltas {"addresses": ["taddr", ...], ("start": n), ("end": n), ("chainInfo": true|false)}
|
||||
|
||||
|
@ -458,6 +458,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddressesbyaccount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddressesbyaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressesbyaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddressesbyaccount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getaddressesbyaccount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddressesbyaccount "account"
|
||||
|
||||
|
@ -405,6 +405,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddressmempool">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddressmempool">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressmempool - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddressmempool - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getaddressmempool - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddressmempool {"addresses": ["taddr", ...]}
|
||||
|
||||
|
@ -428,6 +428,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddresstxids">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddresstxids">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddresstxids - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddresstxids - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getaddresstxids - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddresstxids {"addresses": ["taddr", ...], ("start": n), ("end": n)}
|
||||
|
||||
|
@ -425,6 +425,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getaddressutxos">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getaddressutxos">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getaddressutxos - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getaddressutxos - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getaddressutxos - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getaddressutxos {"addresses": ["taddr", ...], ("chainInfo": true|false)}
|
||||
|
||||
|
@ -446,6 +446,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getbalance">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getbalance">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getbalance - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getbalance - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getbalance - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getbalance ( "account" minconf includeWatchonly )
|
||||
|
||||
|
@ -411,6 +411,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getbestblockhash">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getbestblockhash">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getbestblockhash - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getbestblockhash - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getbestblockhash - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getbestblockhash
|
||||
|
||||
|
@ -399,6 +399,9 @@ Examples
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblock">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblock">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblock - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblock - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblock - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblock "hash|height" ( verbosity )
|
||||
|
||||
|
@ -437,6 +437,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblockchaininfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblockchaininfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockchaininfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblockchaininfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblockchaininfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblockchaininfo
|
||||
Returns an object containing various state info regarding block chain processing.
|
||||
|
@ -436,6 +436,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblockcount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblockcount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockcount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblockcount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblockcount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblockcount
|
||||
|
||||
|
@ -399,6 +399,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblockdeltas">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblockdeltas">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockdeltas - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblockdeltas - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getblockdeltas - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblockdeltas "blockhash"
|
||||
|
||||
|
@ -447,6 +447,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblockhash">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblockhash">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockhash - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblockhash - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblockhash - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblockhash index
|
||||
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblockhashes">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblockhashes">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockhashes - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblockhashes - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getblockhashes - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblockhashes high low ( {"noOrphans": true|false, "logicalTimes": true|false} )
|
||||
|
||||
|
@ -428,6 +428,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblockheader">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblockheader">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblockheader - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblockheader - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblockheader - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblockheader "hash" ( verbose )
|
||||
|
||||
|
@ -420,6 +420,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblocksubsidy">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblocksubsidy">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblocksubsidy - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblocksubsidy - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblocksubsidy - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblocksubsidy height
|
||||
|
||||
|
@ -405,6 +405,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getblocktemplate">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getblocktemplate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getblocktemplate - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getblocktemplate - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getblocktemplate - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getblocktemplate ( "jsonrequestobject" )
|
||||
|
||||
|
@ -443,6 +443,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getchaintips">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getchaintips">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getchaintips - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getchaintips - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getchaintips - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getchaintips
|
||||
Return information about all known tips in the block tree, including the main chain as well as orphaned branches.
|
||||
|
@ -417,6 +417,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getconnectioncount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getconnectioncount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getconnectioncount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getconnectioncount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getconnectioncount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getconnectioncount
|
||||
|
||||
|
@ -399,6 +399,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getdeprecationinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getdeprecationinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getdeprecationinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getdeprecationinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getdeprecationinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getdeprecationinfo
|
||||
Returns an object containing current version and deprecation block height. Applicable only on mainnet.
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getdifficulty">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getdifficulty">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getdifficulty - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getdifficulty - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getdifficulty - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getdifficulty
|
||||
|
||||
|
@ -399,6 +399,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getgenerate">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getgenerate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getgenerate - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getgenerate - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getgenerate - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getgenerate
|
||||
|
||||
|
@ -401,6 +401,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
getinfo.html
11
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.7 RPC Docs - getinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getinfo
|
||||
Returns an object containing various state info.
|
||||
|
@ -415,6 +415,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getlocalsolps">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getlocalsolps">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getlocalsolps - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getlocalsolps - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getlocalsolps - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getlocalsolps
|
||||
|
||||
|
@ -400,6 +400,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getmempoolinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getmempoolinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getmempoolinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getmempoolinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getmempoolinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getmempoolinfo
|
||||
|
||||
|
@ -403,6 +403,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getmininginfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getmininginfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getmininginfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getmininginfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getmininginfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getmininginfo
|
||||
|
||||
|
@ -411,6 +411,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getnettotals">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getnettotals">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnettotals - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getnettotals - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getnettotals - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getnettotals
|
||||
|
||||
|
@ -404,6 +404,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getnetworkhashps">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getnetworkhashps">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnetworkhashps - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getnetworkhashps - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getnetworkhashps - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getnetworkhashps ( blocks height )
|
||||
|
||||
|
@ -407,6 +407,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getnetworkinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getnetworkinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnetworkinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getnetworkinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getnetworkinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getnetworkinfo
|
||||
Returns an object containing various state info regarding P2P networking.
|
||||
|
@ -424,6 +424,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getnetworksolps">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getnetworksolps">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnetworksolps - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getnetworksolps - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getnetworksolps - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getnetworksolps ( blocks height )
|
||||
|
||||
|
@ -405,6 +405,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getnewaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getnewaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getnewaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getnewaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getnewaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getnewaddress ( "account" )
|
||||
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getpeerinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getpeerinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getpeerinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getpeerinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getpeerinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getpeerinfo
|
||||
|
||||
|
@ -426,6 +426,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getrawchangeaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getrawchangeaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getrawchangeaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getrawchangeaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getrawchangeaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getrawchangeaddress
|
||||
|
||||
|
@ -400,6 +400,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getrawmempool">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getrawmempool">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getrawmempool - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getrawmempool - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getrawmempool - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getrawmempool ( verbose )
|
||||
|
||||
|
@ -420,6 +420,9 @@ Examples
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getrawtransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getrawtransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getrawtransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getrawtransaction "txid" ( verbose )
|
||||
|
||||
|
@ -480,6 +480,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getreceivedbyaccount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getreceivedbyaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getreceivedbyaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getreceivedbyaccount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getreceivedbyaccount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getreceivedbyaccount "account" ( minconf )
|
||||
|
||||
|
@ -413,6 +413,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getreceivedbyaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getreceivedbyaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getreceivedbyaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getreceivedbyaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getreceivedbyaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getreceivedbyaddress "zcashaddress" ( minconf )
|
||||
|
||||
|
@ -413,6 +413,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getspentinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getspentinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getspentinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getspentinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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>
|
||||
<h1>getspentinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getspentinfo {"txid": "txidhex", "index": n}
|
||||
|
||||
|
@ -60,8 +60,8 @@ Result:
|
|||
}
|
||||
|
||||
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/
|
||||
> zcash-cli getspentinfo '{"txid": "33990288fb116981260be1de10b8c764f997674545ab14f9240f00346333b780", "index": 4}'
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getspentinfo", "params": [{"txid": "33990288fb116981260be1de10b8c764f997674545ab14f9240f00346333b780", "index": 4}] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
@ -417,6 +417,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - gettransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - gettransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>gettransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>gettransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>gettransaction "txid" ( includeWatchonly )
|
||||
|
||||
|
@ -435,6 +435,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - gettxout">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - gettxout">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettxout - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>gettxout - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>gettxout - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>gettxout "txid" n ( includemempool )
|
||||
|
||||
|
@ -427,6 +427,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - gettxoutproof">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - gettxoutproof">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettxoutproof - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>gettxoutproof - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>gettxoutproof - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>gettxoutproof ["txid",...] ( blockhash )
|
||||
|
||||
|
@ -410,6 +410,9 @@ Result:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - gettxoutsetinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - gettxoutsetinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>gettxoutsetinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>gettxoutsetinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>gettxoutsetinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>gettxoutsetinfo
|
||||
|
||||
|
@ -408,6 +408,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getunconfirmedbalance">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getunconfirmedbalance">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getunconfirmedbalance - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getunconfirmedbalance - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getunconfirmedbalance - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getunconfirmedbalance
|
||||
Returns the server's total unconfirmed balance
|
||||
|
@ -391,6 +391,9 @@ Returns the server's total unconfirmed balance
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - getwalletinfo">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - getwalletinfo">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>getwalletinfo - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>getwalletinfo - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>getwalletinfo - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>getwalletinfo
|
||||
Returns an object containing various wallet state info.
|
||||
|
@ -40,9 +40,9 @@ Returns an object containing various wallet state info.
|
|||
Result:
|
||||
{
|
||||
"walletversion": xxxxx, (numeric) the wallet version
|
||||
"balance": xxxxxxx, (numeric) the total confirmed balance of the wallet in ZEC
|
||||
"unconfirmed_balance": xxx, (numeric) the total unconfirmed balance of the wallet in ZEC
|
||||
"immature_balance": xxxxxx, (numeric) the total immature balance of the wallet in ZEC
|
||||
"balance": xxxxxxx, (numeric) the total confirmed transparent balance of the wallet in ZEC
|
||||
"unconfirmed_balance": xxx, (numeric) the total unconfirmed transparent balance of the wallet in ZEC
|
||||
"immature_balance": xxxxxx, (numeric) the total immature transparent balance of the wallet in ZEC
|
||||
"txcount": xxxxxxx, (numeric) the total number of transactions in the wallet
|
||||
"keypoololdest": xxxxxx, (numeric) the timestamp (seconds since GMT epoch) of the oldest pre-generated key in the key pool
|
||||
"keypoolsize": xxxx, (numeric) how many new keys are pre-generated
|
||||
|
@ -409,6 +409,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
help.html
11
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.7 RPC Docs - help">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - help">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>help - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>help - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>help - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>help ( "command" )
|
||||
|
||||
|
@ -398,6 +398,9 @@ Result:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - importaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - importaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>importaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,36 +25,41 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>importaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>importaddress "address" ( "label" rescan )
|
||||
<pre>importaddress "address" ( "label" rescan p2sh )
|
||||
|
||||
Adds an address or script (in hex) that can be watched as if it were in your wallet but cannot be used to spend.
|
||||
Adds a script (in hex) or address that can be watched as if it were in your wallet but cannot be used to spend.
|
||||
|
||||
Arguments:
|
||||
1. "address" (string, required) The address
|
||||
1. "script" (string, required) The hex-encoded script (or address)
|
||||
2. "label" (string, optional, default="") An optional label
|
||||
3. rescan (boolean, optional, default=true) Rescan the wallet for transactions
|
||||
4. p2sh (boolean, optional, default=false) Add the P2SH version of the script as well
|
||||
|
||||
Note: This call can take minutes to complete if rescan is true.
|
||||
If you have the full public key, you should call importpubkey instead of this.
|
||||
|
||||
Note: If you import a non-standard raw script in hex form, outputs sending to it will be treated
|
||||
as change, and not show up in many RPCs.
|
||||
|
||||
Examples:
|
||||
|
||||
Import an address with rescan
|
||||
> zcash-cli importaddress "myaddress"
|
||||
Import a script with rescan
|
||||
> zcash-cli importaddress "myscript"
|
||||
|
||||
Import using a label without rescan
|
||||
> zcash-cli importaddress "myaddress" "testing" false
|
||||
> zcash-cli importaddress "myscript" "testing" false
|
||||
|
||||
As a JSON-RPC call
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "importaddress", "params": ["myaddress", "testing", false] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "importaddress", "params": ["myscript", "testing", false] }' -H 'content-type: text/plain;' http://127.0.0.1:8232/
|
||||
|
||||
</pre>
|
||||
<hr>
|
||||
|
@ -410,6 +415,9 @@ As a JSON-RPC call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - importprivkey">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - importprivkey">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importprivkey - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>importprivkey - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>importprivkey - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>importprivkey "zcashprivkey" ( "label" rescan )
|
||||
|
||||
|
@ -413,6 +413,9 @@ As a JSON-RPC call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
|
@ -0,0 +1,553 @@
|
|||
<!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.1.2 RPC Docs - importpubkey">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importpubkey - Zcash 2.1.2 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.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<main role="main" class="container-fluid" style="margin-top: 1pc;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-8 col-lg-9 col-xl-10">
|
||||
<h1>importpubkey - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>importpubkey "pubkey" ( "label" rescan )
|
||||
|
||||
Adds a public key (in hex) that can be watched as if it were in your wallet but cannot be used to spend.
|
||||
|
||||
Arguments:
|
||||
1. "pubkey" (string, required) The hex-encoded public key
|
||||
2. "label" (string, optional, default="") An optional label
|
||||
3. rescan (boolean, optional, default=true) Rescan the wallet for transactions
|
||||
|
||||
Note: This call can take minutes to complete if rescan is true.
|
||||
|
||||
Examples:
|
||||
|
||||
Import a public key with rescan
|
||||
> zcash-cli importpubkey "mypubkey"
|
||||
|
||||
Import using a label without rescan
|
||||
> zcash-cli importpubkey "mypubkey" "testing" false
|
||||
|
||||
As a JSON-RPC call
|
||||
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "importpubkey", "params": ["mypubkey", "testing", false] }' -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="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="keypoolrefill.html">keypoolrefill</a>
|
||||
<br>
|
||||
|
||||
<a href="listaccounts.html">listaccounts</a>
|
||||
<br>
|
||||
|
||||
<a href="listaddressgroupings.html">listaddressgroupings</a>
|
||||
<br>
|
||||
|
||||
<a href="listlockunspent.html">listlockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaccount.html">listreceivedbyaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="listreceivedbyaddress.html">listreceivedbyaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="listsinceblock.html">listsinceblock</a>
|
||||
<br>
|
||||
|
||||
<a href="listtransactions.html">listtransactions</a>
|
||||
<br>
|
||||
|
||||
<a href="listunspent.html">listunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="lockunspent.html">lockunspent</a>
|
||||
<br>
|
||||
|
||||
<a href="move.html">move</a>
|
||||
<br>
|
||||
|
||||
<a href="sendfrom.html">sendfrom</a>
|
||||
<br>
|
||||
|
||||
<a href="sendmany.html">sendmany</a>
|
||||
<br>
|
||||
|
||||
<a href="sendtoaddress.html">sendtoaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="setaccount.html">setaccount</a>
|
||||
<br>
|
||||
|
||||
<a href="settxfee.html">settxfee</a>
|
||||
<br>
|
||||
|
||||
<a href="signmessage.html">signmessage</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportkey.html">z_exportkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportviewingkey.html">z_exportviewingkey</a>
|
||||
<br>
|
||||
|
||||
<a href="z_exportwallet.html">z_exportwallet</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getbalance.html">z_getbalance</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getmigrationstatus.html">z_getmigrationstatus</a>
|
||||
<br>
|
||||
|
||||
<a href="z_getnewaddress.html">z_getnewaddress</a>
|
||||
<br>
|
||||
|
||||
<a href="z_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.7 RPC Docs - importwallet">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - importwallet">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>importwallet - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>importwallet - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>importwallet - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>importwallet "filename"
|
||||
|
||||
|
@ -406,6 +406,9 @@ Import using the json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
index.html
11
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.7 RPC Docs">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>Zcash 2.0.7 RPC Docs</title>
|
||||
<title>Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>Zcash 2.1.2 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>)
|
||||
|
@ -385,6 +385,9 @@
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - keypoolrefill">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - keypoolrefill">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>keypoolrefill - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>keypoolrefill - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>keypoolrefill - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>keypoolrefill ( newsize )
|
||||
|
||||
|
@ -399,6 +399,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listaccounts">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listaccounts">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listaccounts - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listaccounts - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listaccounts - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listaccounts ( minconf includeWatchonly)
|
||||
|
||||
|
@ -416,6 +416,9 @@ As json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listaddressgroupings">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listaddressgroupings">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listaddressgroupings - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listaddressgroupings - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listaddressgroupings - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listaddressgroupings
|
||||
|
||||
|
@ -411,6 +411,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listbanned">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listbanned">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listbanned - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listbanned - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listbanned - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listbanned
|
||||
|
||||
|
@ -396,6 +396,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listlockunspent">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listlockunspent">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listlockunspent - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listlockunspent - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listlockunspent - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listlockunspent
|
||||
|
||||
|
@ -419,6 +419,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listreceivedbyaccount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listreceivedbyaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listreceivedbyaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listreceivedbyaccount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listreceivedbyaccount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listreceivedbyaccount ( minconf includeempty includeWatchonly)
|
||||
|
||||
|
@ -413,6 +413,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listreceivedbyaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listreceivedbyaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listreceivedbyaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listreceivedbyaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listreceivedbyaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listreceivedbyaddress ( minconf includeempty includeWatchonly)
|
||||
|
||||
|
@ -414,6 +414,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listsinceblock">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listsinceblock">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listsinceblock - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listsinceblock - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listsinceblock - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listsinceblock ( "blockhash" target-confirmations includeWatchonly)
|
||||
|
||||
|
@ -424,6 +424,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listtransactions">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listtransactions">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listtransactions - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listtransactions - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listtransactions - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listtransactions ( "account" count from includeWatchonly)
|
||||
|
||||
|
@ -444,6 +444,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - listunspent">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - listunspent">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>listunspent - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>listunspent - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>listunspent - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>listunspent ( minconf maxconf ["address",...] )
|
||||
|
||||
|
@ -427,6 +427,9 @@ Examples
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - lockunspent">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - lockunspent">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>lockunspent - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>lockunspent - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>lockunspent - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>lockunspent unlock [{"txid":"txid","vout":n},...]
|
||||
|
||||
|
@ -428,6 +428,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
move.html
11
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.7 RPC Docs - move">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - move">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>move - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>move - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>move - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>move "fromaccount" "toaccount" amount ( minconf "comment" )
|
||||
|
||||
|
@ -413,6 +413,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
ping.html
11
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.7 RPC Docs - ping">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - ping">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>ping - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>ping - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>ping - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>ping
|
||||
|
||||
|
@ -398,6 +398,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - prioritisetransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - prioritisetransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>prioritisetransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>prioritisetransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>prioritisetransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>prioritisetransaction <txid> <priority delta> <fee delta>
|
||||
Accepts the transaction into mined blocks at a higher (or lower) priority
|
||||
|
@ -407,6 +407,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs{{if .Command}} - {{.Command.Name}}{{end}}">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.0.7 RPC Docs</title>
|
||||
<title>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>{{if .Command}}{{.Command.Name}} - {{end}}Zcash 2.1.2 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.7 RPC Docs - sendfrom">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - sendfrom">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendfrom - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>sendfrom - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>sendfrom - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>sendfrom "fromaccount" "tozcashaddress" amount ( minconf "comment" "comment-to" )
|
||||
|
||||
|
@ -418,6 +418,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - sendmany">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - sendmany">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendmany - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>sendmany - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>sendmany - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
|
||||
|
||||
|
@ -428,6 +428,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - sendrawtransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - sendrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>sendrawtransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>sendrawtransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>sendrawtransaction "hexstring" ( allowhighfees )
|
||||
|
||||
|
@ -414,6 +414,9 @@ As a json rpc call
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - sendtoaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - sendtoaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>sendtoaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>sendtoaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>sendtoaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>sendtoaddress "zcashaddress" amount ( "comment" "comment-to" subtractfeefromamount )
|
||||
|
||||
|
@ -412,6 +412,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - setaccount">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - setaccount">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>setaccount - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>setaccount - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>setaccount - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>setaccount "zcashaddress" "account"
|
||||
|
||||
|
@ -400,6 +400,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
setban.html
11
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.7 RPC Docs - setban">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - setban">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>setban - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>setban - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>setban - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>setban "ip(/netmask)" "add|remove" (bantime) (absolute)
|
||||
|
||||
|
@ -403,6 +403,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - setgenerate">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - setgenerate">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>setgenerate - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>setgenerate - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>setgenerate - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>setgenerate generate ( genproclimit )
|
||||
|
||||
|
@ -412,6 +412,9 @@ Using json rpc
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - settxfee">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - settxfee">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>settxfee - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>settxfee - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link href="./bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
@ -25,18 +25,18 @@
|
|||
|
||||
|
||||
<nav class="navbar navbar-dark bg-dark ">
|
||||
<a class="navbar-brand" href="/">Zcash 2.0.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>settxfee - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>settxfee amount
|
||||
|
||||
Set the transaction fee per kB.
|
||||
Set the transaction fee per kB. Overwrites the paytxfee parameter.
|
||||
|
||||
Arguments:
|
||||
1. amount (numeric, required) The transaction fee in ZEC/kB rounded to the nearest 0.00000001
|
||||
|
@ -402,6 +402,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - signmessage">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - signmessage">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>signmessage - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>signmessage - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>signmessage - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>signmessage "t-addr" "message"
|
||||
|
||||
|
@ -413,6 +413,9 @@ As json rpc
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - signrawtransaction">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - signrawtransaction">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>signrawtransaction - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>signrawtransaction - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>signrawtransaction - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )
|
||||
|
||||
|
@ -444,6 +444,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
11
stop.html
11
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.7 RPC Docs - stop">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - stop">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>stop - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>stop - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>stop - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>stop
|
||||
|
||||
|
@ -391,6 +391,9 @@ Stop Zcash server.
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - submitblock">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - submitblock">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>submitblock - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>submitblock - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>submitblock - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>submitblock "hexdata" ( "jsonparametersobject" )
|
||||
|
||||
|
@ -413,6 +413,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - validateaddress">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - validateaddress">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>validateaddress - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>validateaddress - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>validateaddress - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>validateaddress "zcashaddress"
|
||||
|
||||
|
@ -411,6 +411,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - verifychain">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - verifychain">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>verifychain - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>verifychain - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>verifychain - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>verifychain ( checklevel numblocks )
|
||||
|
||||
|
@ -403,6 +403,9 @@ Examples:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - verifymessage">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - verifymessage">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>verifymessage - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>verifymessage - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>verifymessage - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>verifymessage "zcashaddress" "signature" "message"
|
||||
|
||||
|
@ -414,6 +414,9 @@ As json rpc
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</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.7 RPC Docs - verifytxoutproof">
|
||||
<meta name="description" content="Zcash 2.1.2 RPC Docs - verifytxoutproof">
|
||||
<meta name="author" content="">
|
||||
|
||||
<title>verifytxoutproof - Zcash 2.0.7 RPC Docs</title>
|
||||
<title>verifytxoutproof - Zcash 2.1.2 RPC Docs</title>
|
||||
|
||||
<link 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.7 RPC docs</a>
|
||||
<a class="navbar-brand" href="/">Zcash 2.1.2 RPC docs</a>
|
||||
</nav>
|
||||
|
||||
<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.7 RPC</h1>
|
||||
<h1>verifytxoutproof - Zcash 2.1.2 RPC</h1>
|
||||
|
||||
<pre>verifytxoutproof "proof"
|
||||
|
||||
|
@ -399,6 +399,9 @@ Result:
|
|||
<a href="importprivkey.html">importprivkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importpubkey.html">importpubkey</a>
|
||||
<br>
|
||||
|
||||
<a href="importwallet.html">importwallet</a>
|
||||
<br>
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue