mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
246 lines
14 KiB
HTML
246 lines
14 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
<meta name="generator" content="Doxygen 1.8.14"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Dash Core: src/wallet/wallet_ismine.cpp File Reference</title>
|
|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="jquery.js"></script>
|
|
<script type="text/javascript" src="dynsections.js"></script>
|
|
<link href="navtree.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="resize.js"></script>
|
|
<script type="text/javascript" src="navtreedata.js"></script>
|
|
<script type="text/javascript" src="navtree.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(initResizable);
|
|
/* @license-end */</script>
|
|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="search/searchdata.js"></script>
|
|
<script type="text/javascript" src="search/search.js"></script>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
<div id="titlearea">
|
|
<table cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<tr style="height: 56px;">
|
|
<td id="projectlogo"><img alt="Logo" src="bitcoin_logo_doxygen.png"/></td>
|
|
<td id="projectalign" style="padding-left: 0.5em;">
|
|
<div id="projectname">Dash Core
|
|
 <span id="projectnumber">0.12.2.1</span>
|
|
</div>
|
|
<div id="projectbrief">P2P Digital Currency</div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<!-- end header part -->
|
|
<!-- Generated by Doxygen 1.8.14 -->
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
|
/* @license-end */
|
|
</script>
|
|
<script type="text/javascript" src="menudata.js"></script>
|
|
<script type="text/javascript" src="menu.js"></script>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(function() {
|
|
initMenu('',true,false,'search.php','Search');
|
|
$(document).ready(function() { init_search(); });
|
|
});
|
|
/* @license-end */</script>
|
|
<div id="main-nav"></div>
|
|
</div><!-- top -->
|
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
|
<div id="nav-tree">
|
|
<div id="nav-tree-contents">
|
|
<div id="nav-sync" class="sync"></div>
|
|
</div>
|
|
</div>
|
|
<div id="splitbar" style="-moz-user-select:none;"
|
|
class="ui-resizable-handle">
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
|
|
$(document).ready(function(){initNavTree('wallet__ismine_8cpp.html','');});
|
|
/* @license-end */
|
|
</script>
|
|
<div id="doc-content">
|
|
<!-- window showing the filter options -->
|
|
<div id="MSearchSelectWindow"
|
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
|
onkeydown="return searchBox.OnSearchSelectKey(event)">
|
|
</div>
|
|
|
|
<!-- iframe showing the search results (closed by default) -->
|
|
<div id="MSearchResultsWindow">
|
|
<iframe src="javascript:void(0)" frameborder="0"
|
|
name="MSearchResults" id="MSearchResults">
|
|
</iframe>
|
|
</div>
|
|
|
|
<div class="header">
|
|
<div class="summary">
|
|
<a href="#typedef-members">Typedefs</a> |
|
|
<a href="#func-members">Functions</a> </div>
|
|
<div class="headertitle">
|
|
<div class="title">wallet_ismine.cpp File Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<div class="textblock"><code>#include "<a class="el" href="wallet__ismine_8h_source.html">wallet_ismine.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="key_8h_source.html">key.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="keystore_8h_source.html">keystore.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="script_8h_source.html">script/script.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="standard_8h_source.html">script/standard.h</a>"</code><br />
|
|
<code>#include "<a class="el" href="sign_8h_source.html">script/sign.h</a>"</code><br />
|
|
<code>#include <boost/foreach.hpp></code><br />
|
|
</div>
|
|
<p><a href="wallet__ismine_8cpp_source.html">Go to the source code of this file.</a></p>
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
|
|
Typedefs</h2></td></tr>
|
|
<tr class="memitem:a46431d6091a182af4f5edb1d147a9120"><td class="memItemLeft" align="right" valign="top">typedef vector< unsigned char > </td><td class="memItemRight" valign="bottom"><a class="el" href="wallet__ismine_8cpp.html#a46431d6091a182af4f5edb1d147a9120">valtype</a></td></tr>
|
|
<tr class="separator:a46431d6091a182af4f5edb1d147a9120"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
|
|
Functions</h2></td></tr>
|
|
<tr class="memitem:a825478fbb9e96130529467ab5e16047e"><td class="memItemLeft" align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="wallet__ismine_8cpp.html#a825478fbb9e96130529467ab5e16047e">HaveKeys</a> (const vector< <a class="el" href="interpreter_8cpp.html#a46431d6091a182af4f5edb1d147a9120">valtype</a> > &pubkeys, const <a class="el" href="classCKeyStore.html">CKeyStore</a> &keystore)</td></tr>
|
|
<tr class="separator:a825478fbb9e96130529467ab5e16047e"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:adc59cf67d903c1ba1ef225561b85bfce"><td class="memItemLeft" align="right" valign="top"><a class="el" href="wallet__ismine_8h.html#a66f67ca6dd4cabac4eea13042b18e20d">isminetype</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="wallet__ismine_8cpp.html#adc59cf67d903c1ba1ef225561b85bfce">IsMine</a> (const <a class="el" href="classCKeyStore.html">CKeyStore</a> &keystore, const <a class="el" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a> &dest)</td></tr>
|
|
<tr class="separator:adc59cf67d903c1ba1ef225561b85bfce"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ae1531a999ac1bfa59d70cfc984f1266b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="wallet__ismine_8h.html#a66f67ca6dd4cabac4eea13042b18e20d">isminetype</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="wallet__ismine_8cpp.html#ae1531a999ac1bfa59d70cfc984f1266b">IsMine</a> (const <a class="el" href="classCKeyStore.html">CKeyStore</a> &keystore, const <a class="el" href="classCScript.html">CScript</a> &scriptPubKey)</td></tr>
|
|
<tr class="separator:ae1531a999ac1bfa59d70cfc984f1266b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<h2 class="groupheader">Typedef Documentation</h2>
|
|
<a id="a46431d6091a182af4f5edb1d147a9120"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a46431d6091a182af4f5edb1d147a9120">◆ </a></span>valtype</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">typedef vector<unsigned char> <a class="el" href="interpreter_8cpp.html#a46431d6091a182af4f5edb1d147a9120">valtype</a></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="wallet__ismine_8cpp_source.html#l00018">18</a> of file <a class="el" href="wallet__ismine_8cpp_source.html">wallet_ismine.cpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Function Documentation</h2>
|
|
<a id="a825478fbb9e96130529467ab5e16047e"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a825478fbb9e96130529467ab5e16047e">◆ </a></span>HaveKeys()</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">unsigned int HaveKeys </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const vector< <a class="el" href="interpreter_8cpp.html#a46431d6091a182af4f5edb1d147a9120">valtype</a> > & </td>
|
|
<td class="paramname"><em>pubkeys</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const <a class="el" href="classCKeyStore.html">CKeyStore</a> & </td>
|
|
<td class="paramname"><em>keystore</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="wallet__ismine_8cpp_source.html#l00020">20</a> of file <a class="el" href="wallet__ismine_8cpp_source.html">wallet_ismine.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="wallet__ismine_8cpp_source.html#l00038">IsMine()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="adc59cf67d903c1ba1ef225561b85bfce"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#adc59cf67d903c1ba1ef225561b85bfce">◆ </a></span>IsMine() <span class="overload">[1/2]</span></h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="wallet__ismine_8h.html#a66f67ca6dd4cabac4eea13042b18e20d">isminetype</a> IsMine </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classCKeyStore.html">CKeyStore</a> & </td>
|
|
<td class="paramname"><em>keystore</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const <a class="el" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a> & </td>
|
|
<td class="paramname"><em>dest</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="wallet__ismine_8cpp_source.html#l00032">32</a> of file <a class="el" href="wallet__ismine_8cpp_source.html">wallet_ismine.cpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="wallet_8cpp_source.html#l00880">CWallet::AddToWallet()</a>, <a class="el" href="wallet_8cpp_source.html#l01028">CWallet::AddToWalletIfInvolvingMe()</a>, <a class="el" href="wallet_8cpp_source.html#l02360">CWallet::AvailableCoins()</a>, <a class="el" href="wallet_8cpp_source.html#l03044">CWallet::CountInputsWithAmount()</a>, <a class="el" href="transactionrecord_8cpp_source.html#l00039">TransactionRecord::decomposeTransaction()</a>, <a class="el" href="wallet_8cpp_source.html#l03703">CWallet::DelAddressBook()</a>, <a class="el" href="wallet_8cpp_source.html#l03954">CWallet::GetAddressBalances()</a>, <a class="el" href="wallet_8cpp_source.html#l03994">CWallet::GetAddressGroupings()</a>, <a class="el" href="wallet_8cpp_source.html#l01356">CWallet::GetCredit()</a>, <a class="el" href="wallet_8cpp_source.html#l01225">CWallet::GetDebit()</a>, <a class="el" href="wallet_8cpp_source.html#l01242">CWallet::GetRealOutpointPrivateSendRounds()</a>, <a class="el" href="rpcwallet_8cpp_source.html#l00701">getreceivedbyaccount()</a>, <a class="el" href="rpcwallet_8cpp_source.html#l00641">getreceivedbyaddress()</a>, <a class="el" href="rpcdump_8cpp_source.html#l00155">ImportScript()</a>, <a class="el" href="wallet_8cpp_source.html#l01363">CWallet::IsChange()</a>, <a class="el" href="wallet__ismine_8cpp_source.html#l00032">IsMine()</a>, <a class="el" href="wallet_8cpp_source.html#l01210">CWallet::IsMine()</a>, <a class="el" href="rpcwallet_8cpp_source.html#l01645">listaccounts()</a>, <a class="el" href="rpcwallet_8cpp_source.html#l01214">ListReceived()</a>, <a class="el" href="rpcwallet_8cpp_source.html#l01425">ListTransactions()</a>, <a class="el" href="wallet_8cpp_source.html#l03616">CWallet::LoadWallet()</a>, <a class="el" href="addresstablemodel_8cpp_source.html#l00080">AddressTablePriv::refreshAddressTable()</a>, <a class="el" href="wallet_8cpp_source.html#l02831">CWallet::SelectCoinsGrouppedByAddresses()</a>, <a class="el" href="rpcwallet_8cpp_source.html#l00259">setaccount()</a>, <a class="el" href="wallet_8cpp_source.html#l03683">CWallet::SetAddressBook()</a>, <a class="el" href="transactiondesc_8cpp_source.html#l00074">TransactionDesc::toHTML()</a>, and <a class="el" href="misc_8cpp_source.html#l00270">validateaddress()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ae1531a999ac1bfa59d70cfc984f1266b"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ae1531a999ac1bfa59d70cfc984f1266b">◆ </a></span>IsMine() <span class="overload">[2/2]</span></h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="wallet__ismine_8h.html#a66f67ca6dd4cabac4eea13042b18e20d">isminetype</a> IsMine </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="classCKeyStore.html">CKeyStore</a> & </td>
|
|
<td class="paramname"><em>keystore</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">const <a class="el" href="classCScript.html">CScript</a> & </td>
|
|
<td class="paramname"><em>scriptPubKey</em> </td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td>)</td>
|
|
<td></td><td></td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="wallet__ismine_8cpp_source.html#l00038">38</a> of file <a class="el" href="wallet__ismine_8cpp_source.html">wallet_ismine.cpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div><!-- contents -->
|
|
</div><!-- doc-content -->
|
|
<!-- start footer part -->
|
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
|
<ul>
|
|
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_e91c81f9be83f649fcd1d8691438a113.html">wallet</a></li><li class="navelem"><a class="el" href="wallet__ismine_8cpp.html">wallet_ismine.cpp</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:11 for Dash Core by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|