mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
252 lines
124 KiB
HTML
252 lines
124 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/qt/walletmodel.h Source File</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('walletmodel_8h_source.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="headertitle">
|
|
<div class="title">walletmodel.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="walletmodel_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright (c) 2011-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> </div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#ifndef BITCOIN_QT_WALLETMODEL_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define BITCOIN_QT_WALLETMODEL_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "<a class="code" href="paymentrequestplus_8h.html">paymentrequestplus.h</a>"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="walletmodeltransaction_8h.html">walletmodeltransaction.h</a>"</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> </div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include "<a class="code" href="wallet_8h.html">wallet/wallet.h</a>"</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "<a class="code" href="secure_8h.html">support/allocators/secure.h</a>"</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include <map></span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include <vector></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> </div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include <QObject></span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">class </span><a class="code" href="classAddressTableModel.html">AddressTableModel</a>;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="keyword">class </span><a class="code" href="classOptionsModel.html">OptionsModel</a>;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="keyword">class </span><a class="code" href="classPlatformStyle.html">PlatformStyle</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="keyword">class </span><a class="code" href="classRecentRequestsTableModel.html">RecentRequestsTableModel</a>;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="keyword">class </span><a class="code" href="classTransactionTableModel.html">TransactionTableModel</a>;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">class </span><a class="code" href="classWalletModelTransaction.html">WalletModelTransaction</a>;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">class </span><a class="code" href="classCCoinControl.html">CCoinControl</a>;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="keyword">class </span><a class="code" href="classCKeyID.html">CKeyID</a>;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">class </span><a class="code" href="classCOutPoint.html">COutPoint</a>;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">class </span><a class="code" href="classCOutput.html">COutput</a>;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="keyword">class </span><a class="code" href="classCPubKey.html">CPubKey</a>;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">class </span><a class="code" href="classCWallet.html">CWallet</a>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">class </span><a class="code" href="classuint256.html">uint256</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> QT_BEGIN_NAMESPACE</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="keyword">class </span>QTimer;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> QT_END_NAMESPACE</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html"> 38</a></span> <span class="keyword">class </span><a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a></div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> {</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a2de651b71eafd1c988cd3a76995f22ac"> 41</a></span>  <span class="keyword">explicit</span> <a class="code" href="classSendCoinsRecipient.html#a2de651b71eafd1c988cd3a76995f22ac">SendCoinsRecipient</a>() : <a class="code" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">amount</a>(0), <a class="code" href="classSendCoinsRecipient.html#a4a64483d05bf33cd58b2bbb2fc399ca7">fSubtractFeeFromAmount</a>(false), <a class="code" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">nVersion</a>(<a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a>::<a class="code" href="classSendCoinsRecipient.html#a275b0eea2c3140d69fb282d217a790f5">CURRENT_VERSION</a>) { }</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a2c70bbe5713b7e7c1ee3646d4b2d4408"> 42</a></span>  <span class="keyword">explicit</span> <a class="code" href="classSendCoinsRecipient.html#a2c70bbe5713b7e7c1ee3646d4b2d4408">SendCoinsRecipient</a>(<span class="keyword">const</span> QString &addr, <span class="keyword">const</span> QString &<a class="code" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">label</a>, <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& <a class="code" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">amount</a>, <span class="keyword">const</span> QString &<a class="code" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">message</a>):</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classSendCoinsRecipient.html#aaa8a3b13ff9f8e84baced2aec75307a0">address</a>(addr), <a class="code" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">label</a>(<a class="code" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">label</a>), <a class="code" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">amount</a>(<a class="code" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">amount</a>), <a class="code" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">message</a>(<a class="code" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">message</a>), <a class="code" href="classSendCoinsRecipient.html#a4a64483d05bf33cd58b2bbb2fc399ca7">fSubtractFeeFromAmount</a>(false), <a class="code" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">nVersion</a>(<a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a>::<a class="code" href="classSendCoinsRecipient.html#a275b0eea2c3140d69fb282d217a790f5">CURRENT_VERSION</a>) {}</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <span class="comment">// If from an unauthenticated payment request, this is used for storing</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="comment">// the addresses, e.g. address-A<br />address-B<br />address-C.</span></div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="comment">// Info: As we don't need to process addresses in here when using</span></div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="comment">// payment requests, we can abuse it for displaying an address list.</span></div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="comment">// Todo: This is a hack, should be replaced with a cleaner solution!</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#aaa8a3b13ff9f8e84baced2aec75307a0"> 50</a></span>  QString <a class="code" href="classSendCoinsRecipient.html#aaa8a3b13ff9f8e84baced2aec75307a0">address</a>;</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666"> 51</a></span>  QString <a class="code" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">label</a>;</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a92cb8e99cd0a80c5f972955338a8a0f5"> 52</a></span>  <a class="code" href="wallet_8h.html#a90b09b05f289ac32704a6446a94566ce">AvailableCoinsType</a> <a class="code" href="classSendCoinsRecipient.html#a92cb8e99cd0a80c5f972955338a8a0f5">inputType</a>;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a6c96e444fe38eb92a642ac729318c048"> 53</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classSendCoinsRecipient.html#a6c96e444fe38eb92a642ac729318c048">fUseInstantSend</a>;</div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578"> 54</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">amount</a>;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <span class="comment">// If from a payment request, this is used for storing the memo</span></div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0"> 56</a></span>  QString <a class="code" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">message</a>;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  <span class="comment">// If from a payment request, paymentRequest.IsInitialized() will be true</span></div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a2442955006b2c2e42c040028addee9cc"> 59</a></span>  <a class="code" href="classPaymentRequestPlus.html">PaymentRequestPlus</a> <a class="code" href="classSendCoinsRecipient.html#a2442955006b2c2e42c040028addee9cc">paymentRequest</a>;</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="comment">// Empty if no authentication or invalid signature/cert/etc.</span></div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#aca66c4d0e89bf5b2d2a993bb48029222"> 61</a></span>  QString <a class="code" href="classSendCoinsRecipient.html#aca66c4d0e89bf5b2d2a993bb48029222">authenticatedMerchant</a>;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span> </div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a4a64483d05bf33cd58b2bbb2fc399ca7"> 63</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classSendCoinsRecipient.html#a4a64483d05bf33cd58b2bbb2fc399ca7">fSubtractFeeFromAmount</a>; <span class="comment">// memory only</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span> </div><div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a275b0eea2c3140d69fb282d217a790f5"> 65</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classSendCoinsRecipient.html#a275b0eea2c3140d69fb282d217a790f5">CURRENT_VERSION</a> = 1;</div><div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7"> 66</a></span>  <span class="keywordtype">int</span> <a class="code" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">nVersion</a>;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span> </div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#a259325fd7555473b29d2d7d71b9b6357"> 68</a></span>  <a class="code" href="classSendCoinsRecipient.html#a259325fd7555473b29d2d7d71b9b6357">ADD_SERIALIZE_METHODS</a>;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keyword">template</span> <<span class="keyword">typename</span> Stream, <span class="keyword">typename</span> Operation></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classSendCoinsRecipient.html#ac38f39acb9c37ccd824eb4587c94da85"> 71</a></span>  <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classSendCoinsRecipient.html#ac38f39acb9c37ccd824eb4587c94da85">SerializationOp</a>(Stream& s, Operation ser_action, <span class="keywordtype">int</span> nType, <span class="keywordtype">int</span> <a class="code" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">nVersion</a>) {</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  std::string sAddress = <a class="code" href="classSendCoinsRecipient.html#aaa8a3b13ff9f8e84baced2aec75307a0">address</a>.toStdString();</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  std::string sLabel = <a class="code" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">label</a>.toStdString();</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  std::string sMessage = <a class="code" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">message</a>.toStdString();</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  std::string sPaymentRequest;</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">if</span> (!ser_action.ForRead() && <a class="code" href="classSendCoinsRecipient.html#a2442955006b2c2e42c040028addee9cc">paymentRequest</a>.<a class="code" href="classPaymentRequestPlus.html#aa3d8c57af7c7bc4ffbc31da32e5a40a6">IsInitialized</a>())</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <a class="code" href="classSendCoinsRecipient.html#a2442955006b2c2e42c040028addee9cc">paymentRequest</a>.<a class="code" href="classPaymentRequestPlus.html#afa9333f9f50c9ce8e137aef31cfd01b4">SerializeToString</a>(&sPaymentRequest);</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  std::string sAuthenticatedMerchant = <a class="code" href="classSendCoinsRecipient.html#aca66c4d0e89bf5b2d2a993bb48029222">authenticatedMerchant</a>.toStdString();</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> </div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(this->nVersion);</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <a class="code" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">nVersion</a> = this-><a class="code" href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">nVersion</a>;</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(sAddress);</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(sLabel);</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(<a class="code" href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">amount</a>);</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(sMessage);</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(sPaymentRequest);</div><div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  <a class="code" href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a>(sAuthenticatedMerchant);</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span> </div><div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordflow">if</span> (ser_action.ForRead())</div><div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  {</div><div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  <a class="code" href="classSendCoinsRecipient.html#aaa8a3b13ff9f8e84baced2aec75307a0">address</a> = QString::fromStdString(sAddress);</div><div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <a class="code" href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">label</a> = QString::fromStdString(sLabel);</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <a class="code" href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">message</a> = QString::fromStdString(sMessage);</div><div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  <span class="keywordflow">if</span> (!sPaymentRequest.empty())</div><div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  <a class="code" href="classSendCoinsRecipient.html#a2442955006b2c2e42c040028addee9cc">paymentRequest</a>.<a class="code" href="classPaymentRequestPlus.html#aaa495c136209bac976cc195705a6c509">parse</a>(QByteArray::fromRawData(sPaymentRequest.data(), sPaymentRequest.size()));</div><div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <a class="code" href="classSendCoinsRecipient.html#aca66c4d0e89bf5b2d2a993bb48029222">authenticatedMerchant</a> = QString::fromStdString(sAuthenticatedMerchant);</div><div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  }</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  }</div><div class="line"><a name="l00099"></a><span class="lineno"> 99</span> };</div><div class="line"><a name="l00100"></a><span class="lineno"> 100</span> </div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="classWalletModel.html"> 102</a></span> <span class="keyword">class </span><a class="code" href="classWalletModel.html">WalletModel</a> : <span class="keyword">public</span> QObject</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span> {</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  Q_OBJECT</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span> </div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keyword">explicit</span> <a class="code" href="classWalletModel.html#a36282857c97bcaad796a2b5c7398245c">WalletModel</a>(<span class="keyword">const</span> <a class="code" href="classPlatformStyle.html">PlatformStyle</a> *platformStyle, <a class="code" href="classCWallet.html">CWallet</a> *<a class="code" href="namespacewallet.html">wallet</a>, <a class="code" href="classOptionsModel.html">OptionsModel</a> *<a class="code" href="classWalletModel.html#a01d9aba010d85b79d46fe427919dbdc1">optionsModel</a>, QObject *parent = 0);</div><div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <a class="code" href="classWalletModel.html#a592c6cf71f62981c2925bbb19e83df8a">~WalletModel</a>();</div><div class="line"><a name="l00109"></a><span class="lineno"> 109</span> </div><div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cc"> 110</a></span>  <span class="keyword">enum</span> <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cc">StatusCode</a> <span class="comment">// Returned by sendCoins</span></div><div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  {</div><div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccae8b83ccd04b2460f6ec5797b92776968"> 112</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccae8b83ccd04b2460f6ec5797b92776968">OK</a>,</div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccaaf7eb8f25529cc4d6b93a4a3440fc6c8"> 113</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccaaf7eb8f25529cc4d6b93a4a3440fc6c8">InvalidAmount</a>,</div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca449b63ba5da98abf17fab342d8b95fa2"> 114</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca449b63ba5da98abf17fab342d8b95fa2">InvalidAddress</a>,</div><div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccabdabf0af6ddd309de3aef879b2709404"> 115</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccabdabf0af6ddd309de3aef879b2709404">AmountExceedsBalance</a>,</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca1f91d49761f7c83d4a07a3755c48c04b"> 116</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca1f91d49761f7c83d4a07a3755c48c04b">AmountWithFeeExceedsBalance</a>,</div><div class="line"><a name="l00117"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccac4b89d8f7cde6aa46fed5c881acd969e"> 117</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccac4b89d8f7cde6aa46fed5c881acd969e">DuplicateAddress</a>,</div><div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca56229944b246c4f5be6bea4ebfd8d0a4"> 118</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca56229944b246c4f5be6bea4ebfd8d0a4">TransactionCreationFailed</a>, <span class="comment">// Error returned when wallet is still locked</span></div><div class="line"><a name="l00119"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccad324cb5701b48fde6cfd00e6655e5025"> 119</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccad324cb5701b48fde6cfd00e6655e5025">TransactionCommitFailed</a>,</div><div class="line"><a name="l00120"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca4460cbab0fc353b4b7b5fcc18371a56e"> 120</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca4460cbab0fc353b4b7b5fcc18371a56e">AbsurdFee</a>,</div><div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccad7ab4fdf885aa5cb2a0f281523949a40"> 121</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccad7ab4fdf885aa5cb2a0f281523949a40">PaymentRequestExpired</a></div><div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  };</div><div class="line"><a name="l00123"></a><span class="lineno"> 123</span> </div><div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616"> 124</a></span>  <span class="keyword">enum</span> <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616">EncryptionStatus</a></div><div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  {</div><div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616aab8ddcb74c78f880c81f610e327bdcd7"> 126</a></span>  <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616aab8ddcb74c78f880c81f610e327bdcd7">Unencrypted</a>, <span class="comment">// !wallet->IsCrypted()</span></div><div class="line"><a name="l00127"></a><span class="lineno"><a class="line" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a6f5de415aa862da098e05432b4ff2716"> 127</a></span>  <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a6f5de415aa862da098e05432b4ff2716">Locked</a>, <span class="comment">// wallet->IsCrypted() && wallet->IsLocked(true)</span></div><div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a754a44c2ed5ed4e4d946bd1d3ae4cb64"> 128</a></span>  <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a754a44c2ed5ed4e4d946bd1d3ae4cb64">UnlockedForMixingOnly</a>, <span class="comment">// wallet->IsCrypted() && !wallet->IsLocked(true) && wallet->IsLocked()</span></div><div class="line"><a name="l00129"></a><span class="lineno"><a class="line" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a60d7f605079e8e1738ba66d543467a3c"> 129</a></span>  <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a60d7f605079e8e1738ba66d543467a3c">Unlocked</a>, <span class="comment">// wallet->IsCrypted() && !wallet->IsLocked()</span></div><div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  };</div><div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div><div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <a class="code" href="classOptionsModel.html">OptionsModel</a> *<a class="code" href="classWalletModel.html#a96d53e56b3f8f07537ea2523f7a7d300">getOptionsModel</a>();</div><div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  <a class="code" href="classAddressTableModel.html">AddressTableModel</a> *<a class="code" href="classWalletModel.html#a89ed202e2dbc04aaa70d72872b95b351">getAddressTableModel</a>();</div><div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  <a class="code" href="classTransactionTableModel.html">TransactionTableModel</a> *<a class="code" href="classWalletModel.html#afe9f7d149f1e8335033c69dab1dc277d">getTransactionTableModel</a>();</div><div class="line"><a name="l00135"></a><span class="lineno"> 135</span>  <a class="code" href="classRecentRequestsTableModel.html">RecentRequestsTableModel</a> *<a class="code" href="classWalletModel.html#ab13ca64220a1652d63e1e042d3be578f">getRecentRequestsTableModel</a>();</div><div class="line"><a name="l00136"></a><span class="lineno"> 136</span> </div><div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a4d2cb225a19b89c64f4b5d81faf89beb">getBalance</a>(<span class="keyword">const</span> <a class="code" href="classCCoinControl.html">CCoinControl</a> *coinControl = NULL) <span class="keyword">const</span>;</div><div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a5028f20a33e0d17942abeea537916736">getUnconfirmedBalance</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#ac5dbbc28b2c8ecd2e00fb45c6a2cb6f8">getImmatureBalance</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a3b4c7b849fca17bb1f8e315e23e68c7d">getAnonymizedBalance</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#ab5e8e946e9ac3ddc9dc6a203e61968e2">haveWatchOnly</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a6d9050286d99bccb4a28a8d88f0ca5f8">getWatchBalance</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a691b35afd9aff056e1398fd057691ff1">getWatchUnconfirmedBalance</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a9da743fbe881d4928eeafc48f50ef3d5">getWatchImmatureBalance</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616">EncryptionStatus</a> <a class="code" href="classWalletModel.html#aa89632d2019414f2ab85674cd4d01398">getEncryptionStatus</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00146"></a><span class="lineno"> 146</span> </div><div class="line"><a name="l00147"></a><span class="lineno"> 147</span>  <span class="comment">// Check address for validity</span></div><div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a04604615253aeaae1253b1412a70a1f7">validateAddress</a>(<span class="keyword">const</span> QString &address);</div><div class="line"><a name="l00149"></a><span class="lineno"> 149</span> </div><div class="line"><a name="l00150"></a><span class="lineno"> 150</span>  <span class="comment">// Return status record for SendCoins, contains error id + information</span></div><div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="structWalletModel_1_1SendCoinsReturn.html"> 151</a></span>  <span class="keyword">struct </span><a class="code" href="structWalletModel_1_1SendCoinsReturn.html">SendCoinsReturn</a></div><div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  {</div><div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="structWalletModel_1_1SendCoinsReturn.html#a90535f802fe84b050ad71db600b11fd7"> 153</a></span>  <a class="code" href="structWalletModel_1_1SendCoinsReturn.html#a90535f802fe84b050ad71db600b11fd7">SendCoinsReturn</a>(<a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cc">StatusCode</a> <a class="code" href="structWalletModel_1_1SendCoinsReturn.html#af7d485f3ae8e2baef7439c53c2adbd35">status</a> = <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccae8b83ccd04b2460f6ec5797b92776968">OK</a>):</div><div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <a class="code" href="structWalletModel_1_1SendCoinsReturn.html#af7d485f3ae8e2baef7439c53c2adbd35">status</a>(<a class="code" href="structWalletModel_1_1SendCoinsReturn.html#af7d485f3ae8e2baef7439c53c2adbd35">status</a>) {}</div><div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="structWalletModel_1_1SendCoinsReturn.html#af7d485f3ae8e2baef7439c53c2adbd35"> 155</a></span>  <a class="code" href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cc">StatusCode</a> <a class="code" href="structWalletModel_1_1SendCoinsReturn.html#af7d485f3ae8e2baef7439c53c2adbd35">status</a>;</div><div class="line"><a name="l00156"></a><span class="lineno"> 156</span>  };</div><div class="line"><a name="l00157"></a><span class="lineno"> 157</span> </div><div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  <span class="comment">// prepare transaction for getting txfee before sending coins</span></div><div class="line"><a name="l00159"></a><span class="lineno"> 159</span>  <a class="code" href="structWalletModel_1_1SendCoinsReturn.html">SendCoinsReturn</a> <a class="code" href="classWalletModel.html#a8abc851901c7c7343ebfb5a8e5fc0154">prepareTransaction</a>(<a class="code" href="classWalletModelTransaction.html">WalletModelTransaction</a> &transaction, <span class="keyword">const</span> <a class="code" href="classCCoinControl.html">CCoinControl</a> *coinControl = NULL);</div><div class="line"><a name="l00160"></a><span class="lineno"> 160</span> </div><div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  <span class="comment">// Send coins to a list of recipients</span></div><div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <a class="code" href="structWalletModel_1_1SendCoinsReturn.html">SendCoinsReturn</a> <a class="code" href="classWalletModel.html#a53443aca544c824550f21e5f87e4ec39">sendCoins</a>(<a class="code" href="classWalletModelTransaction.html">WalletModelTransaction</a> &transaction);</div><div class="line"><a name="l00163"></a><span class="lineno"> 163</span> </div><div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <span class="comment">// Wallet encryption</span></div><div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a444340830badcd48e3a4dd6b03d9c4d7">setWalletEncrypted</a>(<span class="keywordtype">bool</span> encrypted, <span class="keyword">const</span> <a class="code" href="secure_8h.html#a396ed773a5ac24aec28c8f7dc413c7ac">SecureString</a> &passphrase);</div><div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <span class="comment">// Passphrase only needed when unlocking</span></div><div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#aefc0dde78489bcc7e06690b27acdaf4d">setWalletLocked</a>(<span class="keywordtype">bool</span> locked, <span class="keyword">const</span> <a class="code" href="secure_8h.html#a396ed773a5ac24aec28c8f7dc413c7ac">SecureString</a> &passPhrase=<a class="code" href="secure_8h.html#a396ed773a5ac24aec28c8f7dc413c7ac">SecureString</a>(), <span class="keywordtype">bool</span> fMixing=<span class="keyword">false</span>);</div><div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a67ebff3f267b5c9973c0465184c085a4">changePassphrase</a>(<span class="keyword">const</span> <a class="code" href="secure_8h.html#a396ed773a5ac24aec28c8f7dc413c7ac">SecureString</a> &oldPass, <span class="keyword">const</span> <a class="code" href="secure_8h.html#a396ed773a5ac24aec28c8f7dc413c7ac">SecureString</a> &newPass);</div><div class="line"><a name="l00169"></a><span class="lineno"> 169</span> </div><div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <span class="comment">// Wallet backup</span></div><div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#aa316c19ef41f26ea89f194ab253d3206">backupWallet</a>(<span class="keyword">const</span> QString &filename);</div><div class="line"><a name="l00172"></a><span class="lineno"> 172</span> </div><div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <span class="comment">// RAI object for unlocking wallet, returned by requestUnlock()</span></div><div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html"> 174</a></span>  <span class="keyword">class </span><a class="code" href="classWalletModel_1_1UnlockContext.html">UnlockContext</a></div><div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  {</div><div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <span class="keyword">public</span>:</div><div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <a class="code" href="classWalletModel_1_1UnlockContext.html#a33bfc308ca738162bdf9d38872c6cc87">UnlockContext</a>(<a class="code" href="classWalletModel.html">WalletModel</a> *<a class="code" href="namespacewallet.html">wallet</a>, <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a6573bba16ee74d99386cf35fd1addc7a">valid</a>, <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a0ff50f2cb5c05715a005abfa22189b52">was_locked</a>, <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a9ac975fe6292a2eb03da1f0577002eba">was_mixing</a>);</div><div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <a class="code" href="classWalletModel_1_1UnlockContext.html#aa8d5445b1bc2a13ad8bfc06080b164d4">~UnlockContext</a>();</div><div class="line"><a name="l00179"></a><span class="lineno"> 179</span> </div><div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#af78f7b7743056a19a461db84c6de2901"> 180</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#af78f7b7743056a19a461db84c6de2901">isValid</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a6573bba16ee74d99386cf35fd1addc7a">valid</a>; }</div><div class="line"><a name="l00181"></a><span class="lineno"> 181</span> </div><div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <span class="comment">// Copy operator and constructor transfer the context</span></div><div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#afad6dc72ce1f4af4989efd2aed155759"> 183</a></span>  <a class="code" href="classWalletModel_1_1UnlockContext.html#afad6dc72ce1f4af4989efd2aed155759">UnlockContext</a>(<span class="keyword">const</span> <a class="code" href="classWalletModel_1_1UnlockContext.html">UnlockContext</a>& obj) { <a class="code" href="classWalletModel_1_1UnlockContext.html#a6eaa96b817b6a1573e58998ad6e1522d">CopyFrom</a>(obj); }</div><div class="line"><a name="l00184"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#a8cdc737caa53323e9bff4e22ea20f440"> 184</a></span>  <a class="code" href="classWalletModel_1_1UnlockContext.html">UnlockContext</a>& <a class="code" href="classWalletModel_1_1UnlockContext.html#a8cdc737caa53323e9bff4e22ea20f440">operator=</a>(<span class="keyword">const</span> <a class="code" href="classWalletModel_1_1UnlockContext.html">UnlockContext</a>& rhs) { <a class="code" href="classWalletModel_1_1UnlockContext.html#a6eaa96b817b6a1573e58998ad6e1522d">CopyFrom</a>(rhs); <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div><div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  <span class="keyword">private</span>:</div><div class="line"><a name="l00186"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#aa57b8e2b2705c6071280932aae4cc424"> 186</a></span>  <a class="code" href="classWalletModel.html">WalletModel</a> *<a class="code" href="classWalletModel_1_1UnlockContext.html#aa57b8e2b2705c6071280932aae4cc424">wallet</a>;</div><div class="line"><a name="l00187"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#a6573bba16ee74d99386cf35fd1addc7a"> 187</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a6573bba16ee74d99386cf35fd1addc7a">valid</a>;</div><div class="line"><a name="l00188"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#a0ff50f2cb5c05715a005abfa22189b52"> 188</a></span>  <span class="keyword">mutable</span> <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a0ff50f2cb5c05715a005abfa22189b52">was_locked</a>; <span class="comment">// mutable, as it can be set to false by copying</span></div><div class="line"><a name="l00189"></a><span class="lineno"><a class="line" href="classWalletModel_1_1UnlockContext.html#a9ac975fe6292a2eb03da1f0577002eba"> 189</a></span>  <span class="keyword">mutable</span> <span class="keywordtype">bool</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a9ac975fe6292a2eb03da1f0577002eba">was_mixing</a>; <span class="comment">// mutable, as it can be set to false by copying</span></div><div class="line"><a name="l00190"></a><span class="lineno"> 190</span> </div><div class="line"><a name="l00191"></a><span class="lineno"> 191</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel_1_1UnlockContext.html#a6eaa96b817b6a1573e58998ad6e1522d">CopyFrom</a>(<span class="keyword">const</span> <a class="code" href="classWalletModel_1_1UnlockContext.html">UnlockContext</a>& rhs);</div><div class="line"><a name="l00192"></a><span class="lineno"> 192</span>  };</div><div class="line"><a name="l00193"></a><span class="lineno"> 193</span> </div><div class="line"><a name="l00194"></a><span class="lineno"> 194</span>  <a class="code" href="classWalletModel_1_1UnlockContext.html">UnlockContext</a> <a class="code" href="classWalletModel.html#a4d42a18d79114756b9ac073dd657124c">requestUnlock</a>(<span class="keywordtype">bool</span> fForMixingOnly=<span class="keyword">false</span>);</div><div class="line"><a name="l00195"></a><span class="lineno"> 195</span> </div><div class="line"><a name="l00196"></a><span class="lineno"> 196</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#abe0b4462654768f301d1f758f7907ca2">getPubKey</a>(<span class="keyword">const</span> <a class="code" href="classCKeyID.html">CKeyID</a> &address, <a class="code" href="classCPubKey.html">CPubKey</a>& vchPubKeyOut) <span class="keyword">const</span>;</div><div class="line"><a name="l00197"></a><span class="lineno"> 197</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a6b1b98bb3b25061e56d944d7c580cd5e">havePrivKey</a>(<span class="keyword">const</span> <a class="code" href="classCKeyID.html">CKeyID</a> &address) <span class="keyword">const</span>;</div><div class="line"><a name="l00198"></a><span class="lineno"> 198</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a5237ea4d9724807a05e2944e5ce6f181">getOutputs</a>(<span class="keyword">const</span> std::vector<COutPoint>& vOutpoints, std::vector<COutput>& vOutputs);</div><div class="line"><a name="l00199"></a><span class="lineno"> 199</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#acb24dd4388e6daef526667fb365a57b1">isSpent</a>(<span class="keyword">const</span> <a class="code" href="classCOutPoint.html">COutPoint</a>& outpoint) <span class="keyword">const</span>;</div><div class="line"><a name="l00200"></a><span class="lineno"> 200</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#ae5ce26bba42701b45de766ef11cc9a47">listCoins</a>(std::map<QString, std::vector<COutput> >& mapCoins) <span class="keyword">const</span>;</div><div class="line"><a name="l00201"></a><span class="lineno"> 201</span> </div><div class="line"><a name="l00202"></a><span class="lineno"> 202</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#abeea7ae42ec38ace2786b2e3d340f5a2">isLockedCoin</a>(<a class="code" href="classuint256.html">uint256</a> hash, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">n</a>) <span class="keyword">const</span>;</div><div class="line"><a name="l00203"></a><span class="lineno"> 203</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a9bb6c954dc3cf27e25ced65375fa02f0">lockCoin</a>(<a class="code" href="classCOutPoint.html">COutPoint</a>& output);</div><div class="line"><a name="l00204"></a><span class="lineno"> 204</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a0a5514bd400327df0f7d63341d8fabf4">unlockCoin</a>(<a class="code" href="classCOutPoint.html">COutPoint</a>& output);</div><div class="line"><a name="l00205"></a><span class="lineno"> 205</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a367977352d1ef183ec2cb6b508a85bc2">listLockedCoins</a>(std::vector<COutPoint>& vOutpts);</div><div class="line"><a name="l00206"></a><span class="lineno"> 206</span> </div><div class="line"><a name="l00207"></a><span class="lineno"> 207</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a0ec10fbe74317b1949ac4ae63451d115">loadReceiveRequests</a>(std::vector<std::string>& vReceiveRequests);</div><div class="line"><a name="l00208"></a><span class="lineno"> 208</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a88d44bc0994c1701386f63b1f266637f">saveReceiveRequest</a>(<span class="keyword">const</span> std::string &sAddress, <span class="keyword">const</span> int64_t nId, <span class="keyword">const</span> std::string &sRequest);</div><div class="line"><a name="l00209"></a><span class="lineno"> 209</span> </div><div class="line"><a name="l00210"></a><span class="lineno"> 210</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a3ab3560ca1dc6f4dbc580fd8838c3e10">transactionCanBeAbandoned</a>(<a class="code" href="classuint256.html">uint256</a> hash) <span class="keyword">const</span>;</div><div class="line"><a name="l00211"></a><span class="lineno"> 211</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#aa05a3b7df11ede4f82538049a638a636">abandonTransaction</a>(<a class="code" href="classuint256.html">uint256</a> hash) <span class="keyword">const</span>;</div><div class="line"><a name="l00212"></a><span class="lineno"> 212</span> </div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#a253afef5b3b76de34e72bbfa084e8c3a">hdEnabled</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00214"></a><span class="lineno"> 214</span> </div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span> <span class="keyword">private</span>:</div><div class="line"><a name="l00216"></a><span class="lineno"><a class="line" href="classWalletModel.html#abad281324f53ab4be68ba83cfb162bf3"> 216</a></span>  <a class="code" href="classCWallet.html">CWallet</a> *<a class="code" href="classWalletModel.html#abad281324f53ab4be68ba83cfb162bf3">wallet</a>;</div><div class="line"><a name="l00217"></a><span class="lineno"><a class="line" href="classWalletModel.html#ada7a868b3da256492ea1f19e28374495"> 217</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#ada7a868b3da256492ea1f19e28374495">fHaveWatchOnly</a>;</div><div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="classWalletModel.html#ab381f2e96b734b7728b9fb2f44364a3a"> 218</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classWalletModel.html#ab381f2e96b734b7728b9fb2f44364a3a">fForceCheckBalanceChanged</a>;</div><div class="line"><a name="l00219"></a><span class="lineno"> 219</span> </div><div class="line"><a name="l00220"></a><span class="lineno"> 220</span>  <span class="comment">// Wallet has an options model for wallet-specific options</span></div><div class="line"><a name="l00221"></a><span class="lineno"> 221</span>  <span class="comment">// (transaction fee, for example)</span></div><div class="line"><a name="l00222"></a><span class="lineno"><a class="line" href="classWalletModel.html#a01d9aba010d85b79d46fe427919dbdc1"> 222</a></span>  <a class="code" href="classOptionsModel.html">OptionsModel</a> *<a class="code" href="classWalletModel.html#a01d9aba010d85b79d46fe427919dbdc1">optionsModel</a>;</div><div class="line"><a name="l00223"></a><span class="lineno"> 223</span> </div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="classWalletModel.html#a0712446f247952866e7b5252564e5e17"> 224</a></span>  <a class="code" href="classAddressTableModel.html">AddressTableModel</a> *<a class="code" href="classWalletModel.html#a0712446f247952866e7b5252564e5e17">addressTableModel</a>;</div><div class="line"><a name="l00225"></a><span class="lineno"><a class="line" href="classWalletModel.html#a5c5fd9073f578f151ce48ec46b8beacd"> 225</a></span>  <a class="code" href="classTransactionTableModel.html">TransactionTableModel</a> *<a class="code" href="classWalletModel.html#a5c5fd9073f578f151ce48ec46b8beacd">transactionTableModel</a>;</div><div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="classWalletModel.html#a5ae09d5a1e85dabcef5ab19e5b210230"> 226</a></span>  <a class="code" href="classRecentRequestsTableModel.html">RecentRequestsTableModel</a> *<a class="code" href="classWalletModel.html#a5ae09d5a1e85dabcef5ab19e5b210230">recentRequestsTableModel</a>;</div><div class="line"><a name="l00227"></a><span class="lineno"> 227</span> </div><div class="line"><a name="l00228"></a><span class="lineno"> 228</span>  <span class="comment">// Cache some values to be able to detect changes</span></div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="classWalletModel.html#a3048be003bad5ce370c06b9bea1c9f08"> 229</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a3048be003bad5ce370c06b9bea1c9f08">cachedBalance</a>;</div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="classWalletModel.html#a8ff4ad3fa01a7f9c5644fa6067418322"> 230</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a8ff4ad3fa01a7f9c5644fa6067418322">cachedUnconfirmedBalance</a>;</div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="classWalletModel.html#a0130f3a7857611866985e62ea73a8d8a"> 231</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a0130f3a7857611866985e62ea73a8d8a">cachedImmatureBalance</a>;</div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="classWalletModel.html#a167ef617e30d819c4a72ec022294c59f"> 232</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a167ef617e30d819c4a72ec022294c59f">cachedAnonymizedBalance</a>;</div><div class="line"><a name="l00233"></a><span class="lineno"><a class="line" href="classWalletModel.html#a8748c67ca736748406629f5fa0102437"> 233</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a8748c67ca736748406629f5fa0102437">cachedWatchOnlyBalance</a>;</div><div class="line"><a name="l00234"></a><span class="lineno"><a class="line" href="classWalletModel.html#a0082b810eb6a95784c095ebaf0105bd4"> 234</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a0082b810eb6a95784c095ebaf0105bd4">cachedWatchUnconfBalance</a>;</div><div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="classWalletModel.html#a6c0ea020fc2bd73eaa747b6daf74f998"> 235</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classWalletModel.html#a6c0ea020fc2bd73eaa747b6daf74f998">cachedWatchImmatureBalance</a>;</div><div class="line"><a name="l00236"></a><span class="lineno"><a class="line" href="classWalletModel.html#a1583c7546397a480525bd32a1bb964a6"> 236</a></span>  <a class="code" href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616">EncryptionStatus</a> <a class="code" href="classWalletModel.html#a1583c7546397a480525bd32a1bb964a6">cachedEncryptionStatus</a>;</div><div class="line"><a name="l00237"></a><span class="lineno"><a class="line" href="classWalletModel.html#aea5c2fe717ff4d3b066d12f97d77f909"> 237</a></span>  <span class="keywordtype">int</span> <a class="code" href="classWalletModel.html#aea5c2fe717ff4d3b066d12f97d77f909">cachedNumBlocks</a>;</div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="classWalletModel.html#af5db6dce80bb02b8eff3c7f49a9b4958"> 238</a></span>  <span class="keywordtype">int</span> <a class="code" href="classWalletModel.html#af5db6dce80bb02b8eff3c7f49a9b4958">cachedTxLocks</a>;</div><div class="line"><a name="l00239"></a><span class="lineno"><a class="line" href="classWalletModel.html#abefe3e962a51b6ce665bdebfea12e45b"> 239</a></span>  <span class="keywordtype">int</span> <a class="code" href="classWalletModel.html#abefe3e962a51b6ce665bdebfea12e45b">cachedPrivateSendRounds</a>;</div><div class="line"><a name="l00240"></a><span class="lineno"> 240</span> </div><div class="line"><a name="l00241"></a><span class="lineno"><a class="line" href="classWalletModel.html#ac63eaed9f2ebd426cc6455812ddf518e"> 241</a></span>  QTimer *<a class="code" href="classWalletModel.html#ac63eaed9f2ebd426cc6455812ddf518e">pollTimer</a>;</div><div class="line"><a name="l00242"></a><span class="lineno"> 242</span> </div><div class="line"><a name="l00243"></a><span class="lineno"> 243</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#afc875c7d3b1ca788f2b4ed842607bac0">subscribeToCoreSignals</a>();</div><div class="line"><a name="l00244"></a><span class="lineno"> 244</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#acb20c3e5c1a83ce0ed7f300c3cddee73">unsubscribeFromCoreSignals</a>();</div><div class="line"><a name="l00245"></a><span class="lineno"> 245</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#adcc4eb8cd71cb4de223621866bb7fb7d">checkBalanceChanged</a>();</div><div class="line"><a name="l00246"></a><span class="lineno"> 246</span> </div><div class="line"><a name="l00247"></a><span class="lineno"> 247</span> Q_SIGNALS:</div><div class="line"><a name="l00248"></a><span class="lineno"> 248</span>  <span class="comment">// Signal that balance in wallet changed</span></div><div class="line"><a name="l00249"></a><span class="lineno"> 249</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a20de8a77aa49617dd266f53295bd51cd">balanceChanged</a>(<span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& balance, <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& unconfirmedBalance, <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& immatureBalance, <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& anonymizedBalance,</div><div class="line"><a name="l00250"></a><span class="lineno"> 250</span>  <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& watchOnlyBalance, <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& watchUnconfBalance, <span class="keyword">const</span> <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a>& watchImmatureBalance);</div><div class="line"><a name="l00251"></a><span class="lineno"> 251</span> </div><div class="line"><a name="l00252"></a><span class="lineno"> 252</span>  <span class="comment">// Encryption status of wallet changed</span></div><div class="line"><a name="l00253"></a><span class="lineno"> 253</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a4fc1b30b795f66ebed3e48db3a489876">encryptionStatusChanged</a>(<span class="keywordtype">int</span> status);</div><div class="line"><a name="l00254"></a><span class="lineno"> 254</span> </div><div class="line"><a name="l00255"></a><span class="lineno"> 255</span>  <span class="comment">// Signal emitted when wallet needs to be unlocked</span></div><div class="line"><a name="l00256"></a><span class="lineno"> 256</span>  <span class="comment">// It is valid behaviour for listeners to keep the wallet locked after this signal;</span></div><div class="line"><a name="l00257"></a><span class="lineno"> 257</span>  <span class="comment">// this means that the unlocking failed or was cancelled.</span></div><div class="line"><a name="l00258"></a><span class="lineno"> 258</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a8591bb26d583deba98c6d011ec90c099">requireUnlock</a>(<span class="keywordtype">bool</span> fForMixingOnly=<span class="keyword">false</span>);</div><div class="line"><a name="l00259"></a><span class="lineno"> 259</span> </div><div class="line"><a name="l00260"></a><span class="lineno"> 260</span>  <span class="comment">// Fired when a message should be reported to the user</span></div><div class="line"><a name="l00261"></a><span class="lineno"> 261</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a6fc133a1c8712722db6607d067b58c6d">message</a>(<span class="keyword">const</span> QString &title, <span class="keyword">const</span> QString &<a class="code" href="classWalletModel.html#a6fc133a1c8712722db6607d067b58c6d">message</a>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> style);</div><div class="line"><a name="l00262"></a><span class="lineno"> 262</span> </div><div class="line"><a name="l00263"></a><span class="lineno"> 263</span>  <span class="comment">// Coins sent: from wallet, to recipient, in (serialized) transaction:</span></div><div class="line"><a name="l00264"></a><span class="lineno"> 264</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#ad625ad874bc4155e9300c222040eef66">coinsSent</a>(<a class="code" href="classCWallet.html">CWallet</a>* <a class="code" href="namespacewallet.html">wallet</a>, <a class="code" href="classSendCoinsRecipient.html">SendCoinsRecipient</a> recipient, QByteArray transaction);</div><div class="line"><a name="l00265"></a><span class="lineno"> 265</span> </div><div class="line"><a name="l00266"></a><span class="lineno"> 266</span>  <span class="comment">// Show progress dialog e.g. for rescan</span></div><div class="line"><a name="l00267"></a><span class="lineno"> 267</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a6c445e6ea25889e14542762e54ced44f">showProgress</a>(<span class="keyword">const</span> QString &title, <span class="keywordtype">int</span> nProgress);</div><div class="line"><a name="l00268"></a><span class="lineno"> 268</span> </div><div class="line"><a name="l00269"></a><span class="lineno"> 269</span>  <span class="comment">// Watch-only address added</span></div><div class="line"><a name="l00270"></a><span class="lineno"> 270</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a6568a470db58549d57c0ccf5d6b0d997">notifyWatchonlyChanged</a>(<span class="keywordtype">bool</span> fHaveWatchonly);</div><div class="line"><a name="l00271"></a><span class="lineno"> 271</span> </div><div class="line"><a name="l00272"></a><span class="lineno"> 272</span> <span class="keyword">public</span> Q_SLOTS:</div><div class="line"><a name="l00273"></a><span class="lineno"> 273</span>  <span class="comment">/* Wallet status might have changed */</span></div><div class="line"><a name="l00274"></a><span class="lineno"> 274</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a89180a13e5b0c2ca7732164b9dec3806">updateStatus</a>();</div><div class="line"><a name="l00275"></a><span class="lineno"> 275</span>  <span class="comment">/* New transaction, or transaction changed status */</span></div><div class="line"><a name="l00276"></a><span class="lineno"> 276</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#acf4f77d87e8b96a704c79b1d6cb53701">updateTransaction</a>();</div><div class="line"><a name="l00277"></a><span class="lineno"> 277</span>  <span class="comment">/* New, updated or removed address book entry */</span></div><div class="line"><a name="l00278"></a><span class="lineno"> 278</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#ad70ea697efb4d5bdc4a834b538b4d535">updateAddressBook</a>(<span class="keyword">const</span> QString &address, <span class="keyword">const</span> QString &label, <span class="keywordtype">bool</span> isMine, <span class="keyword">const</span> QString &purpose, <span class="keywordtype">int</span> status);</div><div class="line"><a name="l00279"></a><span class="lineno"> 279</span>  <span class="comment">/* Watch-only added */</span></div><div class="line"><a name="l00280"></a><span class="lineno"> 280</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#add90646b2ed03348dc2d6b415fa02a4e">updateWatchOnlyFlag</a>(<span class="keywordtype">bool</span> fHaveWatchonly);</div><div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span class="comment">/* Current, immature or unconfirmed balance might have changed - emit 'balanceChanged' if so */</span></div><div class="line"><a name="l00282"></a><span class="lineno"> 282</span>  <span class="keywordtype">void</span> <a class="code" href="classWalletModel.html#a51469b2d95cfd4bc0a14ee456fca7b95">pollBalanceChanged</a>();</div><div class="line"><a name="l00283"></a><span class="lineno"> 283</span> };</div><div class="line"><a name="l00284"></a><span class="lineno"> 284</span> </div><div class="line"><a name="l00285"></a><span class="lineno"> 285</span> <span class="preprocessor">#endif // BITCOIN_QT_WALLETMODEL_H</span></div><div class="ttc" id="classWalletModel_html_a4fc1b30b795f66ebed3e48db3a489876"><div class="ttname"><a href="classWalletModel.html#a4fc1b30b795f66ebed3e48db3a489876">WalletModel::encryptionStatusChanged</a></div><div class="ttdeci">void encryptionStatusChanged(int status)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00249">moc_walletmodel.cpp:249</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a0130f3a7857611866985e62ea73a8d8a"><div class="ttname"><a href="classWalletModel.html#a0130f3a7857611866985e62ea73a8d8a">WalletModel::cachedImmatureBalance</a></div><div class="ttdeci">CAmount cachedImmatureBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00231">walletmodel.h:231</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_aefc0dde78489bcc7e06690b27acdaf4d"><div class="ttname"><a href="classWalletModel.html#aefc0dde78489bcc7e06690b27acdaf4d">WalletModel::setWalletLocked</a></div><div class="ttdeci">bool setWalletLocked(bool locked, const SecureString &passPhrase=SecureString(), bool fMixing=false)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00481">walletmodel.cpp:481</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a89180a13e5b0c2ca7732164b9dec3806"><div class="ttname"><a href="classWalletModel.html#a89180a13e5b0c2ca7732164b9dec3806">WalletModel::updateStatus</a></div><div class="ttdeci">void updateStatus()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00126">walletmodel.cpp:126</a></div></div>
|
|
<div class="ttc" id="structWalletModel_1_1SendCoinsReturn_html_a90535f802fe84b050ad71db600b11fd7"><div class="ttname"><a href="structWalletModel_1_1SendCoinsReturn.html#a90535f802fe84b050ad71db600b11fd7">WalletModel::SendCoinsReturn::SendCoinsReturn</a></div><div class="ttdeci">SendCoinsReturn(StatusCode status=OK)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00153">walletmodel.h:153</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a8748c67ca736748406629f5fa0102437"><div class="ttname"><a href="classWalletModel.html#a8748c67ca736748406629f5fa0102437">WalletModel::cachedWatchOnlyBalance</a></div><div class="ttdeci">CAmount cachedWatchOnlyBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00233">walletmodel.h:233</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a3048be003bad5ce370c06b9bea1c9f08"><div class="ttname"><a href="classWalletModel.html#a3048be003bad5ce370c06b9bea1c9f08">WalletModel::cachedBalance</a></div><div class="ttdeci">CAmount cachedBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00229">walletmodel.h:229</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a275b0eea2c3140d69fb282d217a790f5"><div class="ttname"><a href="classSendCoinsRecipient.html#a275b0eea2c3140d69fb282d217a790f5">SendCoinsRecipient::CURRENT_VERSION</a></div><div class="ttdeci">static const int CURRENT_VERSION</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00065">walletmodel.h:65</a></div></div>
|
|
<div class="ttc" id="classCOutput_html"><div class="ttname"><a href="classCOutput.html">COutput</a></div><div class="ttdef"><b>Definition:</b> <a href="wallet_8h_source.html#l00482">wallet.h:482</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html"><div class="ttname"><a href="classWalletModel.html">WalletModel</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00102">walletmodel.h:102</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_af5db6dce80bb02b8eff3c7f49a9b4958"><div class="ttname"><a href="classWalletModel.html#af5db6dce80bb02b8eff3c7f49a9b4958">WalletModel::cachedTxLocks</a></div><div class="ttdeci">int cachedTxLocks</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00238">walletmodel.h:238</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a6c0ea020fc2bd73eaa747b6daf74f998"><div class="ttname"><a href="classWalletModel.html#a6c0ea020fc2bd73eaa747b6daf74f998">WalletModel::cachedWatchImmatureBalance</a></div><div class="ttdeci">CAmount cachedWatchImmatureBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00235">walletmodel.h:235</a></div></div>
|
|
<div class="ttc" id="serialize_8h_html_a4d7fc7040e01003a01f367b8d90324f1"><div class="ttname"><a href="serialize_8h.html#a4d7fc7040e01003a01f367b8d90324f1">READWRITE</a></div><div class="ttdeci">#define READWRITE(obj)</div><div class="ttdef"><b>Definition:</b> <a href="serialize_8h_source.html#l00175">serialize.h:175</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_acb20c3e5c1a83ce0ed7f300c3cddee73"><div class="ttname"><a href="classWalletModel.html#acb20c3e5c1a83ce0ed7f300c3cddee73">WalletModel::unsubscribeFromCoreSignals</a></div><div class="ttdeci">void unsubscribeFromCoreSignals()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00567">walletmodel.cpp:567</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ad625ad874bc4155e9300c222040eef66"><div class="ttname"><a href="classWalletModel.html#ad625ad874bc4155e9300c222040eef66">WalletModel::coinsSent</a></div><div class="ttdeci">void coinsSent(CWallet *wallet, SendCoinsRecipient recipient, QByteArray transaction)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00270">moc_walletmodel.cpp:270</a></div></div>
|
|
<div class="ttc" id="classOptionsModel_html"><div class="ttname"><a href="classOptionsModel.html">OptionsModel</a></div><div class="ttdef"><b>Definition:</b> <a href="optionsmodel_8h_source.html#l00022">optionsmodel.h:22</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_afad6dc72ce1f4af4989efd2aed155759"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#afad6dc72ce1f4af4989efd2aed155759">WalletModel::UnlockContext::UnlockContext</a></div><div class="ttdeci">UnlockContext(const UnlockContext &obj)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00183">walletmodel.h:183</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_a0ff50f2cb5c05715a005abfa22189b52"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#a0ff50f2cb5c05715a005abfa22189b52">WalletModel::UnlockContext::was_locked</a></div><div class="ttdeci">bool was_locked</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00188">walletmodel.h:188</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35ccac4b89d8f7cde6aa46fed5c881acd969e"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccac4b89d8f7cde6aa46fed5c881acd969e">WalletModel::DuplicateAddress</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00117">walletmodel.h:117</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a6fc133a1c8712722db6607d067b58c6d"><div class="ttname"><a href="classWalletModel.html#a6fc133a1c8712722db6607d067b58c6d">WalletModel::message</a></div><div class="ttdeci">void message(const QString &title, const QString &message, unsigned int style)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00263">moc_walletmodel.cpp:263</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_acf4f77d87e8b96a704c79b1d6cb53701"><div class="ttname"><a href="classWalletModel.html#acf4f77d87e8b96a704c79b1d6cb53701">WalletModel::updateTransaction</a></div><div class="ttdeci">void updateTransaction()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00193">walletmodel.cpp:193</a></div></div>
|
|
<div class="ttc" id="classAddressTableModel_html"><div class="ttname"><a href="classAddressTableModel.html">AddressTableModel</a></div><div class="ttdef"><b>Definition:</b> <a href="addresstablemodel_8h_source.html#l00019">addresstablemodel.h:19</a></div></div>
|
|
<div class="ttc" id="classCWallet_html"><div class="ttname"><a href="classCWallet.html">CWallet</a></div><div class="ttdef"><b>Definition:</b> <a href="wallet_8h_source.html#l00617">wallet.h:617</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a0152933f2c0cb9164d2fcb36bca83666"><div class="ttname"><a href="classSendCoinsRecipient.html#a0152933f2c0cb9164d2fcb36bca83666">SendCoinsRecipient::label</a></div><div class="ttdeci">QString label</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00051">walletmodel.h:51</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html">WalletModel::UnlockContext</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00174">walletmodel.h:174</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a1583c7546397a480525bd32a1bb964a6"><div class="ttname"><a href="classWalletModel.html#a1583c7546397a480525bd32a1bb964a6">WalletModel::cachedEncryptionStatus</a></div><div class="ttdeci">EncryptionStatus cachedEncryptionStatus</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00236">walletmodel.h:236</a></div></div>
|
|
<div class="ttc" id="classPaymentRequestPlus_html_aaa495c136209bac976cc195705a6c509"><div class="ttname"><a href="classPaymentRequestPlus.html#aaa495c136209bac976cc195705a6c509">PaymentRequestPlus::parse</a></div><div class="ttdeci">bool parse(const QByteArray &data)</div><div class="ttdef"><b>Definition:</b> <a href="paymentrequestplus_8cpp_source.html#l00028">paymentrequestplus.cpp:28</a></div></div>
|
|
<div class="ttc" id="classPaymentRequestPlus_html"><div class="ttname"><a href="classPaymentRequestPlus.html">PaymentRequestPlus</a></div><div class="ttdef"><b>Definition:</b> <a href="paymentrequestplus_8h_source.html#l00025">paymentrequestplus.h:25</a></div></div>
|
|
<div class="ttc" id="secure_8h_html_a396ed773a5ac24aec28c8f7dc413c7ac"><div class="ttname"><a href="secure_8h.html#a396ed773a5ac24aec28c8f7dc413c7ac">SecureString</a></div><div class="ttdeci">std::basic_string< char, std::char_traits< char >, secure_allocator< char > > SecureString</div><div class="ttdef"><b>Definition:</b> <a href="secure_8h_source.html#l00061">secure.h:61</a></div></div>
|
|
<div class="ttc" id="classPaymentRequestPlus_html_aa3d8c57af7c7bc4ffbc31da32e5a40a6"><div class="ttname"><a href="classPaymentRequestPlus.html#aa3d8c57af7c7bc4ffbc31da32e5a40a6">PaymentRequestPlus::IsInitialized</a></div><div class="ttdeci">bool IsInitialized() const</div><div class="ttdef"><b>Definition:</b> <a href="paymentrequestplus_8cpp_source.html#l00055">paymentrequestplus.cpp:55</a></div></div>
|
|
<div class="ttc" id="classCKeyID_html"><div class="ttname"><a href="classCKeyID.html">CKeyID</a></div><div class="ttdef"><b>Definition:</b> <a href="pubkey_8h_source.html#l00027">pubkey.h:27</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_aa89632d2019414f2ab85674cd4d01398"><div class="ttname"><a href="classWalletModel.html#aa89632d2019414f2ab85674cd4d01398">WalletModel::getEncryptionStatus</a></div><div class="ttdeci">EncryptionStatus getEncryptionStatus() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00447">walletmodel.cpp:447</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_a33bfc308ca738162bdf9d38872c6cc87"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#a33bfc308ca738162bdf9d38872c6cc87">WalletModel::UnlockContext::UnlockContext</a></div><div class="ttdeci">UnlockContext(WalletModel *wallet, bool valid, bool was_locked, bool was_mixing)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00608">walletmodel.cpp:608</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a8591bb26d583deba98c6d011ec90c099"><div class="ttname"><a href="classWalletModel.html#a8591bb26d583deba98c6d011ec90c099">WalletModel::requireUnlock</a></div><div class="ttdeci">void requireUnlock(bool fForMixingOnly=false)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00256">moc_walletmodel.cpp:256</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_a8cdc737caa53323e9bff4e22ea20f440"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#a8cdc737caa53323e9bff4e22ea20f440">WalletModel::UnlockContext::operator=</a></div><div class="ttdeci">UnlockContext & operator=(const UnlockContext &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00184">walletmodel.h:184</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ad70ea697efb4d5bdc4a834b538b4d535"><div class="ttname"><a href="classWalletModel.html#ad70ea697efb4d5bdc4a834b538b4d535">WalletModel::updateAddressBook</a></div><div class="ttdeci">void updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00199">walletmodel.cpp:199</a></div></div>
|
|
<div class="ttc" id="wallet_8h_html"><div class="ttname"><a href="wallet_8h.html">wallet.h</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_aaa8a3b13ff9f8e84baced2aec75307a0"><div class="ttname"><a href="classSendCoinsRecipient.html#aaa8a3b13ff9f8e84baced2aec75307a0">SendCoinsRecipient::address</a></div><div class="ttdeci">QString address</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00050">walletmodel.h:50</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ab5e8e946e9ac3ddc9dc6a203e61968e2"><div class="ttname"><a href="classWalletModel.html#ab5e8e946e9ac3ddc9dc6a203e61968e2">WalletModel::haveWatchOnly</a></div><div class="ttdeci">bool haveWatchOnly() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00106">walletmodel.cpp:106</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a58f6f0bb5a7b8b4e4d0812185ccc0616aab8ddcb74c78f880c81f610e327bdcd7"><div class="ttname"><a href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616aab8ddcb74c78f880c81f610e327bdcd7">WalletModel::Unencrypted</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00126">walletmodel.h:126</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afe9f7d149f1e8335033c69dab1dc277d"><div class="ttname"><a href="classWalletModel.html#afe9f7d149f1e8335033c69dab1dc277d">WalletModel::getTransactionTableModel</a></div><div class="ttdeci">TransactionTableModel * getTransactionTableModel()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00437">walletmodel.cpp:437</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a8ff4ad3fa01a7f9c5644fa6067418322"><div class="ttname"><a href="classWalletModel.html#a8ff4ad3fa01a7f9c5644fa6067418322">WalletModel::cachedUnconfirmedBalance</a></div><div class="ttdeci">CAmount cachedUnconfirmedBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00230">walletmodel.h:230</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a4a64483d05bf33cd58b2bbb2fc399ca7"><div class="ttname"><a href="classSendCoinsRecipient.html#a4a64483d05bf33cd58b2bbb2fc399ca7">SendCoinsRecipient::fSubtractFeeFromAmount</a></div><div class="ttdeci">bool fSubtractFeeFromAmount</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00063">walletmodel.h:63</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a9da743fbe881d4928eeafc48f50ef3d5"><div class="ttname"><a href="classWalletModel.html#a9da743fbe881d4928eeafc48f50ef3d5">WalletModel::getWatchImmatureBalance</a></div><div class="ttdeci">CAmount getWatchImmatureBalance() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00121">walletmodel.cpp:121</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html"><div class="ttname"><a href="classCCoinControl.html">CCoinControl</a></div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00011">coincontrol.h:11</a></div></div>
|
|
<div class="ttc" id="wallet_8h_html_a90b09b05f289ac32704a6446a94566ce"><div class="ttname"><a href="wallet_8h.html#a90b09b05f289ac32704a6446a94566ce">AvailableCoinsType</a></div><div class="ttdeci">AvailableCoinsType</div><div class="ttdef"><b>Definition:</b> <a href="wallet_8h_source.html#l00101">wallet.h:101</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a0082b810eb6a95784c095ebaf0105bd4"><div class="ttname"><a href="classWalletModel.html#a0082b810eb6a95784c095ebaf0105bd4">WalletModel::cachedWatchUnconfBalance</a></div><div class="ttdeci">CAmount cachedWatchUnconfBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00234">walletmodel.h:234</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35ccabdabf0af6ddd309de3aef879b2709404"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccabdabf0af6ddd309de3aef879b2709404">WalletModel::AmountExceedsBalance</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00115">walletmodel.h:115</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a3b4c7b849fca17bb1f8e315e23e68c7d"><div class="ttname"><a href="classWalletModel.html#a3b4c7b849fca17bb1f8e315e23e68c7d">WalletModel::getAnonymizedBalance</a></div><div class="ttdeci">CAmount getAnonymizedBalance() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00091">walletmodel.cpp:91</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35ccad7ab4fdf885aa5cb2a0f281523949a40"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccad7ab4fdf885aa5cb2a0f281523949a40">WalletModel::PaymentRequestExpired</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00121">walletmodel.h:121</a></div></div>
|
|
<div class="ttc" id="amount_8h_html_a4eaf3a5239714d8c45b851527f7cb564"><div class="ttname"><a href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a></div><div class="ttdeci">int64_t CAmount</div><div class="ttdef"><b>Definition:</b> <a href="amount_8h_source.html#l00014">amount.h:14</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a0a5514bd400327df0f7d63341d8fabf4"><div class="ttname"><a href="classWalletModel.html#a0a5514bd400327df0f7d63341d8fabf4">WalletModel::unlockCoin</a></div><div class="ttdeci">void unlockCoin(COutPoint &output)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00712">walletmodel.cpp:712</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_add90646b2ed03348dc2d6b415fa02a4e"><div class="ttname"><a href="classWalletModel.html#add90646b2ed03348dc2d6b415fa02a4e">WalletModel::updateWatchOnlyFlag</a></div><div class="ttdeci">void updateWatchOnlyFlag(bool fHaveWatchonly)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00206">walletmodel.cpp:206</a></div></div>
|
|
<div class="ttc" id="classPaymentRequestPlus_html_afa9333f9f50c9ce8e137aef31cfd01b4"><div class="ttname"><a href="classPaymentRequestPlus.html#afa9333f9f50c9ce8e137aef31cfd01b4">PaymentRequestPlus::SerializeToString</a></div><div class="ttdeci">bool SerializeToString(std::string *output) const</div><div class="ttdef"><b>Definition:</b> <a href="paymentrequestplus_8cpp_source.html#l00050">paymentrequestplus.cpp:50</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a5ae09d5a1e85dabcef5ab19e5b210230"><div class="ttname"><a href="classWalletModel.html#a5ae09d5a1e85dabcef5ab19e5b210230">WalletModel::recentRequestsTableModel</a></div><div class="ttdeci">RecentRequestsTableModel * recentRequestsTableModel</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00226">walletmodel.h:226</a></div></div>
|
|
<div class="ttc" id="namespacefix-copyright-headers_html_aed10e06fbf20b2e50f73ff2d61f59e45"><div class="ttname"><a href="namespacefix-copyright-headers.html#aed10e06fbf20b2e50f73ff2d61f59e45">fix-copyright-headers.n</a></div><div class="ttdeci">int n</div><div class="ttdef"><b>Definition:</b> <a href="fix-copyright-headers_8py_source.html#l00046">fix-copyright-headers.py:46</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a58f6f0bb5a7b8b4e4d0812185ccc0616a60d7f605079e8e1738ba66d543467a3c"><div class="ttname"><a href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a60d7f605079e8e1738ba66d543467a3c">WalletModel::Unlocked</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00129">walletmodel.h:129</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ab13ca64220a1652d63e1e042d3be578f"><div class="ttname"><a href="classWalletModel.html#ab13ca64220a1652d63e1e042d3be578f">WalletModel::getRecentRequestsTableModel</a></div><div class="ttdeci">RecentRequestsTableModel * getRecentRequestsTableModel()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00442">walletmodel.cpp:442</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a0ec10fbe74317b1949ac4ae63451d115"><div class="ttname"><a href="classWalletModel.html#a0ec10fbe74317b1949ac4ae63451d115">WalletModel::loadReceiveRequests</a></div><div class="ttdeci">void loadReceiveRequests(std::vector< std::string > &vReceiveRequests)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00724">walletmodel.cpp:724</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a58f6f0bb5a7b8b4e4d0812185ccc0616a6f5de415aa862da098e05432b4ff2716"><div class="ttname"><a href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a6f5de415aa862da098e05432b4ff2716">WalletModel::Locked</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00127">walletmodel.h:127</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a54ab1355617a342b9b3d7f6e0781f578"><div class="ttname"><a href="classSendCoinsRecipient.html#a54ab1355617a342b9b3d7f6e0781f578">SendCoinsRecipient::amount</a></div><div class="ttdeci">CAmount amount</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00054">walletmodel.h:54</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a8abc851901c7c7343ebfb5a8e5fc0154"><div class="ttname"><a href="classWalletModel.html#a8abc851901c7c7343ebfb5a8e5fc0154">WalletModel::prepareTransaction</a></div><div class="ttdeci">SendCoinsReturn prepareTransaction(WalletModelTransaction &transaction, const CCoinControl *coinControl=NULL)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00218">walletmodel.cpp:218</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a53443aca544c824550f21e5f87e4ec39"><div class="ttname"><a href="classWalletModel.html#a53443aca544c824550f21e5f87e4ec39">WalletModel::sendCoins</a></div><div class="ttdeci">SendCoinsReturn sendCoins(WalletModelTransaction &transaction)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00353">walletmodel.cpp:353</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a6b1b98bb3b25061e56d944d7c580cd5e"><div class="ttname"><a href="classWalletModel.html#a6b1b98bb3b25061e56d944d7c580cd5e">WalletModel::havePrivKey</a></div><div class="ttdeci">bool havePrivKey(const CKeyID &address) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00637">walletmodel.cpp:637</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a6568a470db58549d57c0ccf5d6b0d997"><div class="ttname"><a href="classWalletModel.html#a6568a470db58549d57c0ccf5d6b0d997">WalletModel::notifyWatchonlyChanged</a></div><div class="ttdeci">void notifyWatchonlyChanged(bool fHaveWatchonly)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00284">moc_walletmodel.cpp:284</a></div></div>
|
|
<div class="ttc" id="classCOutPoint_html"><div class="ttname"><a href="classCOutPoint.html">COutPoint</a></div><div class="ttdef"><b>Definition:</b> <a href="transaction_8h_source.html#l00015">transaction.h:15</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_aa8d5445b1bc2a13ad8bfc06080b164d4"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#aa8d5445b1bc2a13ad8bfc06080b164d4">WalletModel::UnlockContext::~UnlockContext</a></div><div class="ttdeci">~UnlockContext()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00616">walletmodel.cpp:616</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_abad281324f53ab4be68ba83cfb162bf3"><div class="ttname"><a href="classWalletModel.html#abad281324f53ab4be68ba83cfb162bf3">WalletModel::wallet</a></div><div class="ttdeci">CWallet * wallet</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00216">walletmodel.h:216</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a444340830badcd48e3a4dd6b03d9c4d7"><div class="ttname"><a href="classWalletModel.html#a444340830badcd48e3a4dd6b03d9c4d7">WalletModel::setWalletEncrypted</a></div><div class="ttdeci">bool setWalletEncrypted(bool encrypted, const SecureString &passphrase)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00467">walletmodel.cpp:467</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a167ef617e30d819c4a72ec022294c59f"><div class="ttname"><a href="classWalletModel.html#a167ef617e30d819c4a72ec022294c59f">WalletModel::cachedAnonymizedBalance</a></div><div class="ttdeci">CAmount cachedAnonymizedBalance</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00232">walletmodel.h:232</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35cca1f91d49761f7c83d4a07a3755c48c04b"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca1f91d49761f7c83d4a07a3755c48c04b">WalletModel::AmountWithFeeExceedsBalance</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00116">walletmodel.h:116</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_aea5c2fe717ff4d3b066d12f97d77f909"><div class="ttname"><a href="classWalletModel.html#aea5c2fe717ff4d3b066d12f97d77f909">WalletModel::cachedNumBlocks</a></div><div class="ttdeci">int cachedNumBlocks</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00237">walletmodel.h:237</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a2c8bb55c771dbcd34b420ef06f6a48f7"><div class="ttname"><a href="classSendCoinsRecipient.html#a2c8bb55c771dbcd34b420ef06f6a48f7">SendCoinsRecipient::nVersion</a></div><div class="ttdeci">int nVersion</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00066">walletmodel.h:66</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a367977352d1ef183ec2cb6b508a85bc2"><div class="ttname"><a href="classWalletModel.html#a367977352d1ef183ec2cb6b508a85bc2">WalletModel::listLockedCoins</a></div><div class="ttdeci">void listLockedCoins(std::vector< COutPoint > &vOutpts)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00718">walletmodel.cpp:718</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a58f6f0bb5a7b8b4e4d0812185ccc0616a754a44c2ed5ed4e4d946bd1d3ae4cb64"><div class="ttname"><a href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616a754a44c2ed5ed4e4d946bd1d3ae4cb64">WalletModel::UnlockedForMixingOnly</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00128">walletmodel.h:128</a></div></div>
|
|
<div class="ttc" id="classWalletModelTransaction_html"><div class="ttname"><a href="classWalletModelTransaction.html">WalletModelTransaction</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodeltransaction_8h_source.html#l00019">walletmodeltransaction.h:19</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a6c445e6ea25889e14542762e54ced44f"><div class="ttname"><a href="classWalletModel.html#a6c445e6ea25889e14542762e54ced44f">WalletModel::showProgress</a></div><div class="ttdeci">void showProgress(const QString &title, int nProgress)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00277">moc_walletmodel.cpp:277</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a96d53e56b3f8f07537ea2523f7a7d300"><div class="ttname"><a href="classWalletModel.html#a96d53e56b3f8f07537ea2523f7a7d300">WalletModel::getOptionsModel</a></div><div class="ttdeci">OptionsModel * getOptionsModel()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00427">walletmodel.cpp:427</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_abe0b4462654768f301d1f758f7907ca2"><div class="ttname"><a href="classWalletModel.html#abe0b4462654768f301d1f758f7907ca2">WalletModel::getPubKey</a></div><div class="ttdeci">bool getPubKey(const CKeyID &address, CPubKey &vchPubKeyOut) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00632">walletmodel.cpp:632</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a691b35afd9aff056e1398fd057691ff1"><div class="ttname"><a href="classWalletModel.html#a691b35afd9aff056e1398fd057691ff1">WalletModel::getWatchUnconfirmedBalance</a></div><div class="ttdeci">CAmount getWatchUnconfirmedBalance() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00116">walletmodel.cpp:116</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afc875c7d3b1ca788f2b4ed842607bac0"><div class="ttname"><a href="classWalletModel.html#afc875c7d3b1ca788f2b4ed842607bac0">WalletModel::subscribeToCoreSignals</a></div><div class="ttdeci">void subscribeToCoreSignals()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00557">walletmodel.cpp:557</a></div></div>
|
|
<div class="ttc" id="namespacewallet_html"><div class="ttname"><a href="namespacewallet.html">wallet</a></div><div class="ttdef"><b>Definition:</b> <a href="wallet_8py_source.html#l00001">wallet.py:1</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a20de8a77aa49617dd266f53295bd51cd"><div class="ttname"><a href="classWalletModel.html#a20de8a77aa49617dd266f53295bd51cd">WalletModel::balanceChanged</a></div><div class="ttdeci">void balanceChanged(const CAmount &balance, const CAmount &unconfirmedBalance, const CAmount &immatureBalance, const CAmount &anonymizedBalance, const CAmount &watchOnlyBalance, const CAmount &watchUnconfBalance, const CAmount &watchImmatureBalance)</div><div class="ttdef"><b>Definition:</b> <a href="moc__walletmodel_8cpp_source.html#l00242">moc_walletmodel.cpp:242</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_ac38f39acb9c37ccd824eb4587c94da85"><div class="ttname"><a href="classSendCoinsRecipient.html#ac38f39acb9c37ccd824eb4587c94da85">SendCoinsRecipient::SerializationOp</a></div><div class="ttdeci">void SerializationOp(Stream &s, Operation ser_action, int nType, int nVersion)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00071">walletmodel.h:71</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a04604615253aeaae1253b1412a70a1f7"><div class="ttname"><a href="classWalletModel.html#a04604615253aeaae1253b1412a70a1f7">WalletModel::validateAddress</a></div><div class="ttdeci">bool validateAddress(const QString &address)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00212">walletmodel.cpp:212</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35cca56229944b246c4f5be6bea4ebfd8d0a4"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca56229944b246c4f5be6bea4ebfd8d0a4">WalletModel::TransactionCreationFailed</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00118">walletmodel.h:118</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_adcc4eb8cd71cb4de223621866bb7fb7d"><div class="ttname"><a href="classWalletModel.html#adcc4eb8cd71cb4de223621866bb7fb7d">WalletModel::checkBalanceChanged</a></div><div class="ttdeci">void checkBalanceChanged()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00160">walletmodel.cpp:160</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_a6eaa96b817b6a1573e58998ad6e1522d"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#a6eaa96b817b6a1573e58998ad6e1522d">WalletModel::UnlockContext::CopyFrom</a></div><div class="ttdeci">void CopyFrom(const UnlockContext &rhs)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00624">walletmodel.cpp:624</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_acb24dd4388e6daef526667fb365a57b1"><div class="ttname"><a href="classWalletModel.html#acb24dd4388e6daef526667fb365a57b1">WalletModel::isSpent</a></div><div class="ttdeci">bool isSpent(const COutPoint &outpoint) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00656">walletmodel.cpp:656</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a2442955006b2c2e42c040028addee9cc"><div class="ttname"><a href="classSendCoinsRecipient.html#a2442955006b2c2e42c040028addee9cc">SendCoinsRecipient::paymentRequest</a></div><div class="ttdeci">PaymentRequestPlus paymentRequest</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00059">walletmodel.h:59</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_abeea7ae42ec38ace2786b2e3d340f5a2"><div class="ttname"><a href="classWalletModel.html#abeea7ae42ec38ace2786b2e3d340f5a2">WalletModel::isLockedCoin</a></div><div class="ttdeci">bool isLockedCoin(uint256 hash, unsigned int n) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00700">walletmodel.cpp:700</a></div></div>
|
|
<div class="ttc" id="structWalletModel_1_1SendCoinsReturn_html"><div class="ttname"><a href="structWalletModel_1_1SendCoinsReturn.html">WalletModel::SendCoinsReturn</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00151">walletmodel.h:151</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a2c70bbe5713b7e7c1ee3646d4b2d4408"><div class="ttname"><a href="classSendCoinsRecipient.html#a2c70bbe5713b7e7c1ee3646d4b2d4408">SendCoinsRecipient::SendCoinsRecipient</a></div><div class="ttdeci">SendCoinsRecipient(const QString &addr, const QString &label, const CAmount &amount, const QString &message)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00042">walletmodel.h:42</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a5c5fd9073f578f151ce48ec46b8beacd"><div class="ttname"><a href="classWalletModel.html#a5c5fd9073f578f151ce48ec46b8beacd">WalletModel::transactionTableModel</a></div><div class="ttdeci">TransactionTableModel * transactionTableModel</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00225">walletmodel.h:225</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35cca449b63ba5da98abf17fab342d8b95fa2"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca449b63ba5da98abf17fab342d8b95fa2">WalletModel::InvalidAddress</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00114">walletmodel.h:114</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_a6573bba16ee74d99386cf35fd1addc7a"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#a6573bba16ee74d99386cf35fd1addc7a">WalletModel::UnlockContext::valid</a></div><div class="ttdeci">bool valid</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00187">walletmodel.h:187</a></div></div>
|
|
<div class="ttc" id="classuint256_html"><div class="ttname"><a href="classuint256.html">uint256</a></div><div class="ttdef"><b>Definition:</b> <a href="uint256_8h_source.html#l00114">uint256.h:114</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a92cb8e99cd0a80c5f972955338a8a0f5"><div class="ttname"><a href="classSendCoinsRecipient.html#a92cb8e99cd0a80c5f972955338a8a0f5">SendCoinsRecipient::inputType</a></div><div class="ttdeci">AvailableCoinsType inputType</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00052">walletmodel.h:52</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_aa57b8e2b2705c6071280932aae4cc424"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#aa57b8e2b2705c6071280932aae4cc424">WalletModel::UnlockContext::wallet</a></div><div class="ttdeci">WalletModel * wallet</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00186">walletmodel.h:186</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a9bb6c954dc3cf27e25ced65375fa02f0"><div class="ttname"><a href="classWalletModel.html#a9bb6c954dc3cf27e25ced65375fa02f0">WalletModel::lockCoin</a></div><div class="ttdeci">void lockCoin(COutPoint &output)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00706">walletmodel.cpp:706</a></div></div>
|
|
<div class="ttc" id="walletmodeltransaction_8h_html"><div class="ttname"><a href="walletmodeltransaction_8h.html">walletmodeltransaction.h</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35cca4460cbab0fc353b4b7b5fcc18371a56e"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cca4460cbab0fc353b4b7b5fcc18371a56e">WalletModel::AbsurdFee</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00120">walletmodel.h:120</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ada7a868b3da256492ea1f19e28374495"><div class="ttname"><a href="classWalletModel.html#ada7a868b3da256492ea1f19e28374495">WalletModel::fHaveWatchOnly</a></div><div class="ttdeci">bool fHaveWatchOnly</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00217">walletmodel.h:217</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a58f6f0bb5a7b8b4e4d0812185ccc0616"><div class="ttname"><a href="classWalletModel.html#a58f6f0bb5a7b8b4e4d0812185ccc0616">WalletModel::EncryptionStatus</a></div><div class="ttdeci">EncryptionStatus</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00124">walletmodel.h:124</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a67ebff3f267b5c9973c0465184c085a4"><div class="ttname"><a href="classWalletModel.html#a67ebff3f267b5c9973c0465184c085a4">WalletModel::changePassphrase</a></div><div class="ttdeci">bool changePassphrase(const SecureString &oldPass, const SecureString &newPass)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00495">walletmodel.cpp:495</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a88d44bc0994c1701386f63b1f266637f"><div class="ttname"><a href="classWalletModel.html#a88d44bc0994c1701386f63b1f266637f">WalletModel::saveReceiveRequest</a></div><div class="ttdeci">bool saveReceiveRequest(const std::string &sAddress, const int64_t nId, const std::string &sRequest)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00733">walletmodel.cpp:733</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35cc"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35cc">WalletModel::StatusCode</a></div><div class="ttdeci">StatusCode</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00110">walletmodel.h:110</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a01d9aba010d85b79d46fe427919dbdc1"><div class="ttname"><a href="classWalletModel.html#a01d9aba010d85b79d46fe427919dbdc1">WalletModel::optionsModel</a></div><div class="ttdeci">OptionsModel * optionsModel</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00222">walletmodel.h:222</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_aca66c4d0e89bf5b2d2a993bb48029222"><div class="ttname"><a href="classSendCoinsRecipient.html#aca66c4d0e89bf5b2d2a993bb48029222">SendCoinsRecipient::authenticatedMerchant</a></div><div class="ttdeci">QString authenticatedMerchant</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00061">walletmodel.h:61</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a0712446f247952866e7b5252564e5e17"><div class="ttname"><a href="classWalletModel.html#a0712446f247952866e7b5252564e5e17">WalletModel::addressTableModel</a></div><div class="ttdeci">AddressTableModel * addressTableModel</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00224">walletmodel.h:224</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ab381f2e96b734b7728b9fb2f44364a3a"><div class="ttname"><a href="classWalletModel.html#ab381f2e96b734b7728b9fb2f44364a3a">WalletModel::fForceCheckBalanceChanged</a></div><div class="ttdeci">bool fForceCheckBalanceChanged</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00218">walletmodel.h:218</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_a9ac975fe6292a2eb03da1f0577002eba"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#a9ac975fe6292a2eb03da1f0577002eba">WalletModel::UnlockContext::was_mixing</a></div><div class="ttdeci">bool was_mixing</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00189">walletmodel.h:189</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a6c96e444fe38eb92a642ac729318c048"><div class="ttname"><a href="classSendCoinsRecipient.html#a6c96e444fe38eb92a642ac729318c048">SendCoinsRecipient::fUseInstantSend</a></div><div class="ttdeci">bool fUseInstantSend</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00053">walletmodel.h:53</a></div></div>
|
|
<div class="ttc" id="structWalletModel_1_1SendCoinsReturn_html_af7d485f3ae8e2baef7439c53c2adbd35"><div class="ttname"><a href="structWalletModel_1_1SendCoinsReturn.html#af7d485f3ae8e2baef7439c53c2adbd35">WalletModel::SendCoinsReturn::status</a></div><div class="ttdeci">StatusCode status</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00155">walletmodel.h:155</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35ccad324cb5701b48fde6cfd00e6655e5025"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccad324cb5701b48fde6cfd00e6655e5025">WalletModel::TransactionCommitFailed</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00119">walletmodel.h:119</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35ccaaf7eb8f25529cc4d6b93a4a3440fc6c8"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccaaf7eb8f25529cc4d6b93a4a3440fc6c8">WalletModel::InvalidAmount</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00113">walletmodel.h:113</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a83b85ce208f69adc9347f700ac60dfa0"><div class="ttname"><a href="classSendCoinsRecipient.html#a83b85ce208f69adc9347f700ac60dfa0">SendCoinsRecipient::message</a></div><div class="ttdeci">QString message</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00056">walletmodel.h:56</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ac63eaed9f2ebd426cc6455812ddf518e"><div class="ttname"><a href="classWalletModel.html#ac63eaed9f2ebd426cc6455812ddf518e">WalletModel::pollTimer</a></div><div class="ttdeci">QTimer * pollTimer</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00241">walletmodel.h:241</a></div></div>
|
|
<div class="ttc" id="paymentrequestplus_8h_html"><div class="ttname"><a href="paymentrequestplus_8h.html">paymentrequestplus.h</a></div></div>
|
|
<div class="ttc" id="classCPubKey_html"><div class="ttname"><a href="classCPubKey.html">CPubKey</a></div><div class="ttdef"><b>Definition:</b> <a href="pubkey_8h_source.html#l00037">pubkey.h:37</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a5028f20a33e0d17942abeea537916736"><div class="ttname"><a href="classWalletModel.html#a5028f20a33e0d17942abeea537916736">WalletModel::getUnconfirmedBalance</a></div><div class="ttdeci">CAmount getUnconfirmedBalance() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00096">walletmodel.cpp:96</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_aa316c19ef41f26ea89f194ab253d3206"><div class="ttname"><a href="classWalletModel.html#aa316c19ef41f26ea89f194ab253d3206">WalletModel::backupWallet</a></div><div class="ttdeci">bool backupWallet(const QString &filename)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00506">walletmodel.cpp:506</a></div></div>
|
|
<div class="ttc" id="classPlatformStyle_html"><div class="ttname"><a href="classPlatformStyle.html">PlatformStyle</a></div><div class="ttdef"><b>Definition:</b> <a href="platformstyle_8h_source.html#l00013">platformstyle.h:13</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a51469b2d95cfd4bc0a14ee456fca7b95"><div class="ttname"><a href="classWalletModel.html#a51469b2d95cfd4bc0a14ee456fca7b95">WalletModel::pollBalanceChanged</a></div><div class="ttdeci">void pollBalanceChanged()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00134">walletmodel.cpp:134</a></div></div>
|
|
<div class="ttc" id="classTransactionTableModel_html"><div class="ttname"><a href="classTransactionTableModel.html">TransactionTableModel</a></div><div class="ttdef"><b>Definition:</b> <a href="transactiontablemodel_8h_source.html#l00022">transactiontablemodel.h:22</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_aa05a3b7df11ede4f82538049a638a636"><div class="ttname"><a href="classWalletModel.html#aa05a3b7df11ede4f82538049a638a636">WalletModel::abandonTransaction</a></div><div class="ttdeci">bool abandonTransaction(uint256 hash) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00757">walletmodel.cpp:757</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a4d2cb225a19b89c64f4b5d81faf89beb"><div class="ttname"><a href="classWalletModel.html#a4d2cb225a19b89c64f4b5d81faf89beb">WalletModel::getBalance</a></div><div class="ttdeci">CAmount getBalance(const CCoinControl *coinControl=NULL) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00073">walletmodel.cpp:73</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a6d9050286d99bccb4a28a8d88f0ca5f8"><div class="ttname"><a href="classWalletModel.html#a6d9050286d99bccb4a28a8d88f0ca5f8">WalletModel::getWatchBalance</a></div><div class="ttdeci">CAmount getWatchBalance() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00111">walletmodel.cpp:111</a></div></div>
|
|
<div class="ttc" id="classRecentRequestsTableModel_html"><div class="ttname"><a href="classRecentRequestsTableModel.html">RecentRequestsTableModel</a></div><div class="ttdef"><b>Definition:</b> <a href="recentrequeststablemodel_8h_source.html#l00059">recentrequeststablemodel.h:59</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a592c6cf71f62981c2925bbb19e83df8a"><div class="ttname"><a href="classWalletModel.html#a592c6cf71f62981c2925bbb19e83df8a">WalletModel::~WalletModel</a></div><div class="ttdeci">~WalletModel()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00068">walletmodel.cpp:68</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_abefe3e962a51b6ce665bdebfea12e45b"><div class="ttname"><a href="classWalletModel.html#abefe3e962a51b6ce665bdebfea12e45b">WalletModel::cachedPrivateSendRounds</a></div><div class="ttdeci">int cachedPrivateSendRounds</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00239">walletmodel.h:239</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a3ab3560ca1dc6f4dbc580fd8838c3e10"><div class="ttname"><a href="classWalletModel.html#a3ab3560ca1dc6f4dbc580fd8838c3e10">WalletModel::transactionCanBeAbandoned</a></div><div class="ttdeci">bool transactionCanBeAbandoned(uint256 hash) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00748">walletmodel.cpp:748</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ac5dbbc28b2c8ecd2e00fb45c6a2cb6f8"><div class="ttname"><a href="classWalletModel.html#ac5dbbc28b2c8ecd2e00fb45c6a2cb6f8">WalletModel::getImmatureBalance</a></div><div class="ttdeci">CAmount getImmatureBalance() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00101">walletmodel.cpp:101</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_afb93f64411320dce4692c2190b7d35ccae8b83ccd04b2460f6ec5797b92776968"><div class="ttname"><a href="classWalletModel.html#afb93f64411320dce4692c2190b7d35ccae8b83ccd04b2460f6ec5797b92776968">WalletModel::OK</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00112">walletmodel.h:112</a></div></div>
|
|
<div class="ttc" id="classWalletModel_1_1UnlockContext_html_af78f7b7743056a19a461db84c6de2901"><div class="ttname"><a href="classWalletModel_1_1UnlockContext.html#af78f7b7743056a19a461db84c6de2901">WalletModel::UnlockContext::isValid</a></div><div class="ttdeci">bool isValid() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00180">walletmodel.h:180</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a89ed202e2dbc04aaa70d72872b95b351"><div class="ttname"><a href="classWalletModel.html#a89ed202e2dbc04aaa70d72872b95b351">WalletModel::getAddressTableModel</a></div><div class="ttdeci">AddressTableModel * getAddressTableModel()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00432">walletmodel.cpp:432</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html"><div class="ttname"><a href="classSendCoinsRecipient.html">SendCoinsRecipient</a></div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00038">walletmodel.h:38</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a2de651b71eafd1c988cd3a76995f22ac"><div class="ttname"><a href="classSendCoinsRecipient.html#a2de651b71eafd1c988cd3a76995f22ac">SendCoinsRecipient::SendCoinsRecipient</a></div><div class="ttdeci">SendCoinsRecipient()</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00041">walletmodel.h:41</a></div></div>
|
|
<div class="ttc" id="classSendCoinsRecipient_html_a259325fd7555473b29d2d7d71b9b6357"><div class="ttname"><a href="classSendCoinsRecipient.html#a259325fd7555473b29d2d7d71b9b6357">SendCoinsRecipient::ADD_SERIALIZE_METHODS</a></div><div class="ttdeci">ADD_SERIALIZE_METHODS</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8h_source.html#l00068">walletmodel.h:68</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a253afef5b3b76de34e72bbfa084e8c3a"><div class="ttname"><a href="classWalletModel.html#a253afef5b3b76de34e72bbfa084e8c3a">WalletModel::hdEnabled</a></div><div class="ttdeci">bool hdEnabled() const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00763">walletmodel.cpp:763</a></div></div>
|
|
<div class="ttc" id="secure_8h_html"><div class="ttname"><a href="secure_8h.html">secure.h</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a36282857c97bcaad796a2b5c7398245c"><div class="ttname"><a href="classWalletModel.html#a36282857c97bcaad796a2b5c7398245c">WalletModel::WalletModel</a></div><div class="ttdeci">WalletModel(const PlatformStyle *platformStyle, CWallet *wallet, OptionsModel *optionsModel, QObject *parent=0)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00037">walletmodel.cpp:37</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a4d42a18d79114756b9ac073dd657124c"><div class="ttname"><a href="classWalletModel.html#a4d42a18d79114756b9ac073dd657124c">WalletModel::requestUnlock</a></div><div class="ttdeci">UnlockContext requestUnlock(bool fForMixingOnly=false)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00578">walletmodel.cpp:578</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_a5237ea4d9724807a05e2944e5ce6f181"><div class="ttname"><a href="classWalletModel.html#a5237ea4d9724807a05e2944e5ce6f181">WalletModel::getOutputs</a></div><div class="ttdeci">void getOutputs(const std::vector< COutPoint > &vOutpoints, std::vector< COutput > &vOutputs)</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00643">walletmodel.cpp:643</a></div></div>
|
|
<div class="ttc" id="classWalletModel_html_ae5ce26bba42701b45de766ef11cc9a47"><div class="ttname"><a href="classWalletModel.html#ae5ce26bba42701b45de766ef11cc9a47">WalletModel::listCoins</a></div><div class="ttdeci">void listCoins(std::map< QString, std::vector< COutput > > &mapCoins) const</div><div class="ttdef"><b>Definition:</b> <a href="walletmodel_8cpp_source.html#l00663">walletmodel.cpp:663</a></div></div>
|
|
</div><!-- fragment --></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_f0c29a9f5764d78706f34c972e8114d8.html">qt</a></li><li class="navelem"><a class="el" href="walletmodel_8h.html">walletmodel.h</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:08 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>
|