mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
128 lines
24 KiB
HTML
128 lines
24 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/coincontrol.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('coincontrol_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">coincontrol.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="coincontrol_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_COINCONTROL_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define BITCOIN_COINCONTROL_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="transaction_8h.html">primitives/transaction.h</a>"</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00011"></a><span class="lineno"><a class="line" href="classCCoinControl.html"> 11</a></span> <span class="keyword">class </span><a class="code" href="classCCoinControl.html">CCoinControl</a></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> {</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classCCoinControl.html#aa991ffd830267f6c2103fa7e03213f41"> 14</a></span>  <a class="code" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a> <a class="code" href="classCCoinControl.html#aa991ffd830267f6c2103fa7e03213f41">destChange</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="classCCoinControl.html#ae1ba62e9ba4e1daab43f7f9167b955e1"> 15</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classCCoinControl.html#ae1ba62e9ba4e1daab43f7f9167b955e1">fUsePrivateSend</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="classCCoinControl.html#ae52120497b2f83ff83269699ae3c4f13"> 16</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classCCoinControl.html#ae52120497b2f83ff83269699ae3c4f13">fUseInstantSend</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classCCoinControl.html#acd3e8686c8d78535153ed9fd734ef029"> 18</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classCCoinControl.html#acd3e8686c8d78535153ed9fd734ef029">fAllowOtherInputs</a>;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a83d3144efcfdd0e87467f0b2d98b4302"> 20</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classCCoinControl.html#a83d3144efcfdd0e87467f0b2d98b4302">fAllowWatchOnly</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classCCoinControl.html#ae33d88969604e91eea3167f5626a5c82"> 22</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="classCCoinControl.html#ae33d88969604e91eea3167f5626a5c82">nMinimumTotalFee</a>;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> </div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a76b6d0cfff21c4d74a4c4aebfc7f697d"> 24</a></span>  <a class="code" href="classCCoinControl.html#a76b6d0cfff21c4d74a4c4aebfc7f697d">CCoinControl</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>  <a class="code" href="classCCoinControl.html#aadca0a9e82e1e6d84dff4649e1d29d31">SetNull</a>();</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  }</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classCCoinControl.html#aadca0a9e82e1e6d84dff4649e1d29d31"> 29</a></span>  <span class="keywordtype">void</span> <a class="code" href="classCCoinControl.html#aadca0a9e82e1e6d84dff4649e1d29d31">SetNull</a>()</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  {</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  <a class="code" href="classCCoinControl.html#aa991ffd830267f6c2103fa7e03213f41">destChange</a> = <a class="code" href="classCNoDestination.html">CNoDestination</a>();</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <a class="code" href="classCCoinControl.html#acd3e8686c8d78535153ed9fd734ef029">fAllowOtherInputs</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <a class="code" href="classCCoinControl.html#a83d3144efcfdd0e87467f0b2d98b4302">fAllowWatchOnly</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.clear();</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <a class="code" href="classCCoinControl.html#ae52120497b2f83ff83269699ae3c4f13">fUseInstantSend</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <a class="code" href="classCCoinControl.html#ae1ba62e9ba4e1daab43f7f9167b955e1">fUsePrivateSend</a> = <span class="keyword">true</span>;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  <a class="code" href="classCCoinControl.html#ae33d88969604e91eea3167f5626a5c82">nMinimumTotalFee</a> = 0;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  }</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a20b259681a7c62b2119256a4862091ac"> 40</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classCCoinControl.html#a20b259681a7c62b2119256a4862091ac">HasSelected</a>()<span class="keyword"> const</span></div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword"> </span>{</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keywordflow">return</span> (<a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.size() > 0);</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  }</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a6b419aa41fd3a9d037856d8814d594e1"> 45</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classCCoinControl.html#a6b419aa41fd3a9d037856d8814d594e1">IsSelected</a>(<span class="keyword">const</span> <a class="code" href="classCOutPoint.html">COutPoint</a>& output)<span class="keyword"> const</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keyword"> </span>{</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordflow">return</span> (<a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.count(output) > 0);</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  }</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span> </div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a7903e85623ba9b21583bd4018d17546c"> 50</a></span>  <span class="keywordtype">void</span> <a class="code" href="classCCoinControl.html#a7903e85623ba9b21583bd4018d17546c">Select</a>(<span class="keyword">const</span> <a class="code" href="classCOutPoint.html">COutPoint</a>& output)</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  {</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.insert(output);</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  }</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div><div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a7f9b8135840df5907bc49a4c5cb19ba4"> 55</a></span>  <span class="keywordtype">void</span> <a class="code" href="classCCoinControl.html#a7f9b8135840df5907bc49a4c5cb19ba4">UnSelect</a>(<span class="keyword">const</span> <a class="code" href="classCOutPoint.html">COutPoint</a>& output)</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  <a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.erase(output);</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  }</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div><div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="classCCoinControl.html#a78bc21b1698e6ae5e6c2fef9758db39c"> 60</a></span>  <span class="keywordtype">void</span> <a class="code" href="classCCoinControl.html#a78bc21b1698e6ae5e6c2fef9758db39c">UnSelectAll</a>()</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  {</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.clear();</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</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="classCCoinControl.html#ad2022117a10ff787973af3d7aa62df6f"> 65</a></span>  <span class="keywordtype">void</span> <a class="code" href="classCCoinControl.html#ad2022117a10ff787973af3d7aa62df6f">ListSelected</a>(std::vector<COutPoint>& vOutpoints)<span class="keyword"> const</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span> <span class="keyword"> </span>{</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  vOutpoints.assign(<a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.begin(), <a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>.end());</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  }</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">private</span>:</div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e"> 71</a></span>  std::set<COutPoint> <a class="code" href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">setSelected</a>;</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> };</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#endif // BITCOIN_COINCONTROL_H</span></div><div class="ttc" id="classCCoinControl_html_aa991ffd830267f6c2103fa7e03213f41"><div class="ttname"><a href="classCCoinControl.html#aa991ffd830267f6c2103fa7e03213f41">CCoinControl::destChange</a></div><div class="ttdeci">CTxDestination destChange</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00014">coincontrol.h:14</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a83d3144efcfdd0e87467f0b2d98b4302"><div class="ttname"><a href="classCCoinControl.html#a83d3144efcfdd0e87467f0b2d98b4302">CCoinControl::fAllowWatchOnly</a></div><div class="ttdeci">bool fAllowWatchOnly</div><div class="ttdoc">Includes watch only addresses which match the ISMINE_WATCH_SOLVABLE criteria. </div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00020">coincontrol.h:20</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a50f712c3d9a0d2f85ae464497dd9cff8"><div class="ttname"><a href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a></div><div class="ttdeci">boost::variant< CNoDestination, CKeyID, CScriptID > CTxDestination</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00069">standard.h:69</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a6b419aa41fd3a9d037856d8814d594e1"><div class="ttname"><a href="classCCoinControl.html#a6b419aa41fd3a9d037856d8814d594e1">CCoinControl::IsSelected</a></div><div class="ttdeci">bool IsSelected(const COutPoint &output) const</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00045">coincontrol.h:45</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a20b259681a7c62b2119256a4862091ac"><div class="ttname"><a href="classCCoinControl.html#a20b259681a7c62b2119256a4862091ac">CCoinControl::HasSelected</a></div><div class="ttdeci">bool HasSelected() const</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00040">coincontrol.h:40</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a7903e85623ba9b21583bd4018d17546c"><div class="ttname"><a href="classCCoinControl.html#a7903e85623ba9b21583bd4018d17546c">CCoinControl::Select</a></div><div class="ttdeci">void Select(const COutPoint &output)</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00050">coincontrol.h:50</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_ae52120497b2f83ff83269699ae3c4f13"><div class="ttname"><a href="classCCoinControl.html#ae52120497b2f83ff83269699ae3c4f13">CCoinControl::fUseInstantSend</a></div><div class="ttdeci">bool fUseInstantSend</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00016">coincontrol.h:16</a></div></div>
|
|
<div class="ttc" id="classCNoDestination_html"><div class="ttname"><a href="classCNoDestination.html">CNoDestination</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00056">standard.h:56</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_aadca0a9e82e1e6d84dff4649e1d29d31"><div class="ttname"><a href="classCCoinControl.html#aadca0a9e82e1e6d84dff4649e1d29d31">CCoinControl::SetNull</a></div><div class="ttdeci">void SetNull()</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00029">coincontrol.h:29</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="classCCoinControl_html_ad2022117a10ff787973af3d7aa62df6f"><div class="ttname"><a href="classCCoinControl.html#ad2022117a10ff787973af3d7aa62df6f">CCoinControl::ListSelected</a></div><div class="ttdeci">void ListSelected(std::vector< COutPoint > &vOutpoints) const</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00065">coincontrol.h:65</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="classCCoinControl_html_ad8f80901aa608a4073cb9138f07d3e4e"><div class="ttname"><a href="classCCoinControl.html#ad8f80901aa608a4073cb9138f07d3e4e">CCoinControl::setSelected</a></div><div class="ttdeci">std::set< COutPoint > setSelected</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00071">coincontrol.h:71</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="classCCoinControl_html_acd3e8686c8d78535153ed9fd734ef029"><div class="ttname"><a href="classCCoinControl.html#acd3e8686c8d78535153ed9fd734ef029">CCoinControl::fAllowOtherInputs</a></div><div class="ttdeci">bool fAllowOtherInputs</div><div class="ttdoc">If false, allows unselected inputs, but requires all selected inputs be used. </div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00018">coincontrol.h:18</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_ae33d88969604e91eea3167f5626a5c82"><div class="ttname"><a href="classCCoinControl.html#ae33d88969604e91eea3167f5626a5c82">CCoinControl::nMinimumTotalFee</a></div><div class="ttdeci">CAmount nMinimumTotalFee</div><div class="ttdoc">Minimum absolute fee (not per kilobyte) </div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00022">coincontrol.h:22</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a78bc21b1698e6ae5e6c2fef9758db39c"><div class="ttname"><a href="classCCoinControl.html#a78bc21b1698e6ae5e6c2fef9758db39c">CCoinControl::UnSelectAll</a></div><div class="ttdeci">void UnSelectAll()</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00060">coincontrol.h:60</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a7f9b8135840df5907bc49a4c5cb19ba4"><div class="ttname"><a href="classCCoinControl.html#a7f9b8135840df5907bc49a4c5cb19ba4">CCoinControl::UnSelect</a></div><div class="ttdeci">void UnSelect(const COutPoint &output)</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00055">coincontrol.h:55</a></div></div>
|
|
<div class="ttc" id="transaction_8h_html"><div class="ttname"><a href="transaction_8h.html">transaction.h</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_ae1ba62e9ba4e1daab43f7f9167b955e1"><div class="ttname"><a href="classCCoinControl.html#ae1ba62e9ba4e1daab43f7f9167b955e1">CCoinControl::fUsePrivateSend</a></div><div class="ttdeci">bool fUsePrivateSend</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00015">coincontrol.h:15</a></div></div>
|
|
<div class="ttc" id="classCCoinControl_html_a76b6d0cfff21c4d74a4c4aebfc7f697d"><div class="ttname"><a href="classCCoinControl.html#a76b6d0cfff21c4d74a4c4aebfc7f697d">CCoinControl::CCoinControl</a></div><div class="ttdeci">CCoinControl()</div><div class="ttdef"><b>Definition:</b> <a href="coincontrol_8h_source.html#l00024">coincontrol.h:24</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="coincontrol_8h.html">coincontrol.h</a></li>
|
|
<li class="footer">Generated on Thu Dec 14 2017 13:15:02 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>
|