mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
131 lines
30 KiB
HTML
131 lines
30 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/addressindex.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('addressindex_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">addressindex.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="addressindex_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) 2009-2010 Satoshi Nakamoto</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Copyright (c) 2009-2015 The Bitcoin Core developers</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// Distributed under the MIT software license, see the accompanying</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">// file COPYING or http://www.opensource.org/licenses/mit-license.php.</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> </div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#ifndef BITCOIN_ADDRESSINDEX_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define BITCOIN_ADDRESSINDEX_H</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> </div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="uint256_8h.html">uint256.h</a>"</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "<a class="code" href="amount_8h.html">amount.h</a>"</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> </div><div class="line"><a name="l00012"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html"> 12</a></span> <span class="keyword">struct </span><a class="code" href="structCMempoolAddressDelta.html">CMempoolAddressDelta</a></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> {</div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html#aca0f3d5caab7a15b288917791ff90de3"> 14</a></span>  int64_t <a class="code" href="structCMempoolAddressDelta.html#aca0f3d5caab7a15b288917791ff90de3">time</a>;</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html#a9a9931bb04fcccfe15f86b172d322558"> 15</a></span>  <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> <a class="code" href="structCMempoolAddressDelta.html#a9a9931bb04fcccfe15f86b172d322558">amount</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html#a24ab0b13ffbbe17f0ee6b417cefc5030"> 16</a></span>  <a class="code" href="classuint256.html">uint256</a> <a class="code" href="structCMempoolAddressDelta.html#a24ab0b13ffbbe17f0ee6b417cefc5030">prevhash</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html#ab57331ea1177b1231edf93a9a5733913"> 17</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structCMempoolAddressDelta.html#ab57331ea1177b1231edf93a9a5733913">prevout</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> </div><div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html#afed977f10af2267f260abfdd03e1b737"> 19</a></span>  <a class="code" href="structCMempoolAddressDelta.html#afed977f10af2267f260abfdd03e1b737">CMempoolAddressDelta</a>(int64_t t, <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> a, <a class="code" href="classuint256.html">uint256</a> hash, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="namespaceextract__strings__qt.html#ab8166b91ad54a98ce8450593d2a3d827">out</a>) {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <a class="code" href="structCMempoolAddressDelta.html#aca0f3d5caab7a15b288917791ff90de3">time</a> = t;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <a class="code" href="structCMempoolAddressDelta.html#a9a9931bb04fcccfe15f86b172d322558">amount</a> = a;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  <a class="code" href="structCMempoolAddressDelta.html#a24ab0b13ffbbe17f0ee6b417cefc5030">prevhash</a> = hash;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <a class="code" href="structCMempoolAddressDelta.html#ab57331ea1177b1231edf93a9a5733913">prevout</a> = <a class="code" href="namespaceextract__strings__qt.html#ab8166b91ad54a98ce8450593d2a3d827">out</a>;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  }</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="structCMempoolAddressDelta.html#abf017bddebcbaae1f409662723b6b029"> 26</a></span>  <a class="code" href="structCMempoolAddressDelta.html#abf017bddebcbaae1f409662723b6b029">CMempoolAddressDelta</a>(int64_t t, <a class="code" href="amount_8h.html#a4eaf3a5239714d8c45b851527f7cb564">CAmount</a> a) {</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <a class="code" href="structCMempoolAddressDelta.html#aca0f3d5caab7a15b288917791ff90de3">time</a> = t;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  <a class="code" href="structCMempoolAddressDelta.html#a9a9931bb04fcccfe15f86b172d322558">amount</a> = a;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>  <a class="code" href="structCMempoolAddressDelta.html#a24ab0b13ffbbe17f0ee6b417cefc5030">prevhash</a>.<a class="code" href="classbase__blob.html#aa340be5328d911272eded433d03f30a3">SetNull</a>();</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <a class="code" href="structCMempoolAddressDelta.html#ab57331ea1177b1231edf93a9a5733913">prevout</a> = 0;</div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  }</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> };</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html"> 34</a></span> <span class="keyword">struct </span><a class="code" href="structCMempoolAddressDeltaKey.html">CMempoolAddressDeltaKey</a></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> {</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f"> 36</a></span>  <span class="keywordtype">int</span> <a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a>;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6"> 37</a></span>  <a class="code" href="classuint160.html">uint160</a> <a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a>;</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931"> 38</a></span>  <a class="code" href="classuint256.html">uint256</a> <a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</a>;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d"> 39</a></span>  <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</a>;</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b"> 40</a></span>  <span class="keywordtype">int</span> <a class="code" href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b">spending</a>;</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKey.html#a93b11f760503ce44f3e369d23e76eb1a"> 42</a></span>  <a class="code" href="structCMempoolAddressDeltaKey.html#a93b11f760503ce44f3e369d23e76eb1a">CMempoolAddressDeltaKey</a>(<span class="keywordtype">int</span> addressType, <a class="code" href="classuint160.html">uint160</a> addressHash, <a class="code" href="classuint256.html">uint256</a> hash, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> i, <span class="keywordtype">int</span> s) {</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a> = addressType;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a> = addressHash;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</a> = hash;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</a> = i;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b">spending</a> = s;</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="structCMempoolAddressDeltaKey.html#a827db546b4db3d369ee874e846c19efe"> 50</a></span>  <a class="code" href="structCMempoolAddressDeltaKey.html#a827db546b4db3d369ee874e846c19efe">CMempoolAddressDeltaKey</a>(<span class="keywordtype">int</span> addressType, <a class="code" href="classuint160.html">uint160</a> addressHash) {</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a> = addressType;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a> = addressHash;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</a>.<a class="code" href="classbase__blob.html#aa340be5328d911272eded433d03f30a3">SetNull</a>();</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</a> = 0;</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  <a class="code" href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b">spending</a> = 0;</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> };</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span> </div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKeyCompare.html"> 59</a></span> <span class="keyword">struct </span><a class="code" href="structCMempoolAddressDeltaKeyCompare.html">CMempoolAddressDeltaKeyCompare</a></div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> {</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="structCMempoolAddressDeltaKeyCompare.html#ab716136d31a2e7de5d7faebb31d1e1a1"> 61</a></span>  <span class="keywordtype">bool</span> <a class="code" href="structCMempoolAddressDeltaKeyCompare.html#ab716136d31a2e7de5d7faebb31d1e1a1">operator()</a>(<span class="keyword">const</span> <a class="code" href="structCMempoolAddressDeltaKey.html">CMempoolAddressDeltaKey</a>& a, <span class="keyword">const</span> <a class="code" href="structCMempoolAddressDeltaKey.html">CMempoolAddressDeltaKey</a>& b)<span class="keyword"> const </span>{</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordflow">if</span> (a.<a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a> == b.<a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a>) {</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <span class="keywordflow">if</span> (a.<a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a> == b.<a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a>) {</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordflow">if</span> (a.<a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</a> == b.<a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</a>) {</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordflow">if</span> (a.<a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</a> == b.<a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</a>) {</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordflow">return</span> a.<a class="code" href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b">spending</a> < b.<a class="code" href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b">spending</a>;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordflow">return</span> a.<a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</a> < b.<a class="code" href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">index</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="keywordflow">else</span> {</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keywordflow">return</span> a.<a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</a> < b.<a class="code" href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">txhash</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>  } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordflow">return</span> a.<a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a> < b.<a class="code" href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">addressBytes</a>;</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  }</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keywordflow">return</span> a.<a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a> < b.<a class="code" href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">type</a>;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  }</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> };</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span> <span class="preprocessor">#endif // BITCOIN_ADDRESSINDEX_H</span></div><div class="ttc" id="classbase__blob_html_aa340be5328d911272eded433d03f30a3"><div class="ttname"><a href="classbase__blob.html#aa340be5328d911272eded433d03f30a3">base_blob::SetNull</a></div><div class="ttdeci">void SetNull()</div><div class="ttdef"><b>Definition:</b> <a href="uint256_8h_source.html#l00041">uint256.h:41</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_a827db546b4db3d369ee874e846c19efe"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#a827db546b4db3d369ee874e846c19efe">CMempoolAddressDeltaKey::CMempoolAddressDeltaKey</a></div><div class="ttdeci">CMempoolAddressDeltaKey(int addressType, uint160 addressHash)</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00050">addressindex.h:50</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDelta_html_a9a9931bb04fcccfe15f86b172d322558"><div class="ttname"><a href="structCMempoolAddressDelta.html#a9a9931bb04fcccfe15f86b172d322558">CMempoolAddressDelta::amount</a></div><div class="ttdeci">CAmount amount</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00015">addressindex.h:15</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDelta_html_afed977f10af2267f260abfdd03e1b737"><div class="ttname"><a href="structCMempoolAddressDelta.html#afed977f10af2267f260abfdd03e1b737">CMempoolAddressDelta::CMempoolAddressDelta</a></div><div class="ttdeci">CMempoolAddressDelta(int64_t t, CAmount a, uint256 hash, unsigned int out)</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00019">addressindex.h:19</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDelta_html_ab57331ea1177b1231edf93a9a5733913"><div class="ttname"><a href="structCMempoolAddressDelta.html#ab57331ea1177b1231edf93a9a5733913">CMempoolAddressDelta::prevout</a></div><div class="ttdeci">unsigned int prevout</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00017">addressindex.h:17</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDelta_html_abf017bddebcbaae1f409662723b6b029"><div class="ttname"><a href="structCMempoolAddressDelta.html#abf017bddebcbaae1f409662723b6b029">CMempoolAddressDelta::CMempoolAddressDelta</a></div><div class="ttdeci">CMempoolAddressDelta(int64_t t, CAmount a)</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00026">addressindex.h:26</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html">CMempoolAddressDeltaKey</a></div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00034">addressindex.h:34</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_a93b11f760503ce44f3e369d23e76eb1a"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#a93b11f760503ce44f3e369d23e76eb1a">CMempoolAddressDeltaKey::CMempoolAddressDeltaKey</a></div><div class="ttdeci">CMempoolAddressDeltaKey(int addressType, uint160 addressHash, uint256 hash, unsigned int i, int s)</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00042">addressindex.h:42</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_abe3fd66f9cbc1726c627d24cdbcdc49f"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#abe3fd66f9cbc1726c627d24cdbcdc49f">CMempoolAddressDeltaKey::type</a></div><div class="ttdeci">int type</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00036">addressindex.h:36</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_a621fd53fa70c480b1e41349a63c65c8d"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#a621fd53fa70c480b1e41349a63c65c8d">CMempoolAddressDeltaKey::index</a></div><div class="ttdeci">unsigned int index</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00039">addressindex.h:39</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="structCMempoolAddressDelta_html_a24ab0b13ffbbe17f0ee6b417cefc5030"><div class="ttname"><a href="structCMempoolAddressDelta.html#a24ab0b13ffbbe17f0ee6b417cefc5030">CMempoolAddressDelta::prevhash</a></div><div class="ttdeci">uint256 prevhash</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00016">addressindex.h:16</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_a4018fad0b8f0492c9a2f45fc5787af5b"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#a4018fad0b8f0492c9a2f45fc5787af5b">CMempoolAddressDeltaKey::spending</a></div><div class="ttdeci">int spending</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00040">addressindex.h:40</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="structCMempoolAddressDelta_html_aca0f3d5caab7a15b288917791ff90de3"><div class="ttname"><a href="structCMempoolAddressDelta.html#aca0f3d5caab7a15b288917791ff90de3">CMempoolAddressDelta::time</a></div><div class="ttdeci">int64_t time</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00014">addressindex.h:14</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKeyCompare_html_ab716136d31a2e7de5d7faebb31d1e1a1"><div class="ttname"><a href="structCMempoolAddressDeltaKeyCompare.html#ab716136d31a2e7de5d7faebb31d1e1a1">CMempoolAddressDeltaKeyCompare::operator()</a></div><div class="ttdeci">bool operator()(const CMempoolAddressDeltaKey &a, const CMempoolAddressDeltaKey &b) const</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00061">addressindex.h:61</a></div></div>
|
|
<div class="ttc" id="uint256_8h_html"><div class="ttname"><a href="uint256_8h.html">uint256.h</a></div></div>
|
|
<div class="ttc" id="classuint160_html"><div class="ttname"><a href="classuint160.html">uint160</a></div><div class="ttdef"><b>Definition:</b> <a href="uint256_8h_source.html#l00102">uint256.h:102</a></div></div>
|
|
<div class="ttc" id="amount_8h_html"><div class="ttname"><a href="amount_8h.html">amount.h</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDelta_html"><div class="ttname"><a href="structCMempoolAddressDelta.html">CMempoolAddressDelta</a></div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00012">addressindex.h:12</a></div></div>
|
|
<div class="ttc" id="namespaceextract__strings__qt_html_ab8166b91ad54a98ce8450593d2a3d827"><div class="ttname"><a href="namespaceextract__strings__qt.html#ab8166b91ad54a98ce8450593d2a3d827">extract_strings_qt.out</a></div><div class="ttdeci">out</div><div class="ttdef"><b>Definition:</b> <a href="extract__strings__qt_8py_source.html#l00056">extract_strings_qt.py:56</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_aa6f090bd5464cd14f91ebd68bcd747a6"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#aa6f090bd5464cd14f91ebd68bcd747a6">CMempoolAddressDeltaKey::addressBytes</a></div><div class="ttdeci">uint160 addressBytes</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00037">addressindex.h:37</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKey_html_aa35d10e9cd504acfdcd805f092199931"><div class="ttname"><a href="structCMempoolAddressDeltaKey.html#aa35d10e9cd504acfdcd805f092199931">CMempoolAddressDeltaKey::txhash</a></div><div class="ttdeci">uint256 txhash</div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00038">addressindex.h:38</a></div></div>
|
|
<div class="ttc" id="structCMempoolAddressDeltaKeyCompare_html"><div class="ttname"><a href="structCMempoolAddressDeltaKeyCompare.html">CMempoolAddressDeltaKeyCompare</a></div><div class="ttdef"><b>Definition:</b> <a href="addressindex_8h_source.html#l00059">addressindex.h:59</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="addressindex_8h.html">addressindex.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>
|