dash-docs/en/doxygen/html/txdb_8h_source.html

166 lines
42 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/txdb.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&amp;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
&#160;<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&amp;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&amp;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&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('txdb_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">txdb.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="txdb_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>&#160;<span class="comment">// Copyright (c) 2009-2010 Satoshi Nakamoto</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<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>&#160;<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>&#160;<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>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#ifndef BITCOIN_TXDB_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#define BITCOIN_TXDB_H</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="coins_8h.html">coins.h</a>&quot;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="dbwrapper_8h.html">dbwrapper.h</a>&quot;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &lt;utility&gt;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="keyword">class </span><a class="code" href="classCBlockFileInfo.html">CBlockFileInfo</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="keyword">class </span><a class="code" href="classCBlockIndex.html">CBlockIndex</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">struct </span><a class="code" href="structCDiskTxPos.html">CDiskTxPos</a>;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">struct </span><a class="code" href="structCAddressUnspentKey.html">CAddressUnspentKey</a>;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">struct </span><a class="code" href="structCAddressUnspentValue.html">CAddressUnspentValue</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keyword">struct </span><a class="code" href="structCAddressIndexKey.html">CAddressIndexKey</a>;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keyword">struct </span><a class="code" href="structCAddressIndexIteratorKey.html">CAddressIndexIteratorKey</a>;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="keyword">struct </span><a class="code" href="structCAddressIndexIteratorHeightKey.html">CAddressIndexIteratorHeightKey</a>;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">struct </span><a class="code" href="structCTimestampIndexKey.html">CTimestampIndexKey</a>;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">struct </span><a class="code" href="structCTimestampIndexIteratorKey.html">CTimestampIndexIteratorKey</a>;</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="keyword">struct </span><a class="code" href="structCSpentIndexKey.html">CSpentIndexKey</a>;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">struct </span><a class="code" href="structCSpentIndexValue.html">CSpentIndexValue</a>;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="keyword">class </span><a class="code" href="classuint256.html">uint256</a>;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="txdb_8h.html#a9585a8b98ac35480fe7a0d7b2e4217ac"> 32</a></span>&#160;<span class="keyword">static</span> <span class="keyword">const</span> int64_t <a class="code" href="txdb_8h.html#a9585a8b98ac35480fe7a0d7b2e4217ac">nDefaultDbCache</a> = 100;</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="txdb_8h.html#a95201d552fa6feb665926d2f01417866"> 34</a></span>&#160;<span class="keyword">static</span> <span class="keyword">const</span> int64_t <a class="code" href="txdb_8h.html#a95201d552fa6feb665926d2f01417866">nMaxDbCache</a> = <span class="keyword">sizeof</span>(<span class="keywordtype">void</span>*) &gt; 4 ? 16384 : 1024;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="txdb_8h.html#a1ba1527a96763eb82128dd7d6207f46e"> 36</a></span>&#160;<span class="keyword">static</span> <span class="keyword">const</span> int64_t <a class="code" href="txdb_8h.html#a1ba1527a96763eb82128dd7d6207f46e">nMinDbCache</a> = 4;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classCCoinsViewDB.html"> 39</a></span>&#160;<span class="keyword">class </span><a class="code" href="classCCoinsViewDB.html">CCoinsViewDB</a> : <span class="keyword">public</span> <a class="code" href="classCCoinsView.html">CCoinsView</a></div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;{</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="keyword">protected</span>:</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classCCoinsViewDB.html#a399b6f07efe5db2a22edef66e83930e6"> 42</a></span>&#160; <a class="code" href="classCDBWrapper.html">CDBWrapper</a> <a class="code" href="classCCoinsViewDB.html#a399b6f07efe5db2a22edef66e83930e6">db</a>;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <a class="code" href="classCCoinsViewDB.html#a209841b241febcccb2ec584b886ad374">CCoinsViewDB</a>(<span class="keywordtype">size_t</span> nCacheSize, <span class="keywordtype">bool</span> fMemory = <span class="keyword">false</span>, <span class="keywordtype">bool</span> fWipe = <span class="keyword">false</span>);</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCCoinsViewDB.html#ac35a80d1115ec697101d382e71db5b31">GetCoins</a>(<span class="keyword">const</span> <a class="code" href="classuint256.html">uint256</a> &amp;txid, <a class="code" href="classCCoins.html">CCoins</a> &amp;coins) <span class="keyword">const</span>;</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCCoinsViewDB.html#af55f35faadeb74b5406559fe3ed20114">HaveCoins</a>(<span class="keyword">const</span> <a class="code" href="classuint256.html">uint256</a> &amp;txid) <span class="keyword">const</span>;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <a class="code" href="classuint256.html">uint256</a> <a class="code" href="classCCoinsViewDB.html#ac9c513a34b9e58d942fdbeafd9e5bbce">GetBestBlock</a>() <span class="keyword">const</span>;</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCCoinsViewDB.html#a33f98ec9323ce48e1704327bc8a2a002">BatchWrite</a>(<a class="code" href="coins_8h.html#a2886ba2fd0428bae777e1cbcabc02834">CCoinsMap</a> &amp;mapCoins, <span class="keyword">const</span> <a class="code" href="classuint256.html">uint256</a> &amp;hashBlock);</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCCoinsViewDB.html#a227bf56f8801921f12e56c6839104fce">GetStats</a>(<a class="code" href="structCCoinsStats.html">CCoinsStats</a> &amp;stats) <span class="keyword">const</span>;</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;};</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classCBlockTreeDB.html"> 54</a></span>&#160;<span class="keyword">class </span><a class="code" href="classCBlockTreeDB.html">CBlockTreeDB</a> : <span class="keyword">public</span> <a class="code" href="classCDBWrapper.html">CDBWrapper</a></div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;{</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <a class="code" href="classCBlockTreeDB.html#a52fd1b1dc02c2a4e977099e2c2c50424">CBlockTreeDB</a>(<span class="keywordtype">size_t</span> nCacheSize, <span class="keywordtype">bool</span> fMemory = <span class="keyword">false</span>, <span class="keywordtype">bool</span> fWipe = <span class="keyword">false</span>);</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <a class="code" href="classCBlockTreeDB.html#a52fd1b1dc02c2a4e977099e2c2c50424">CBlockTreeDB</a>(<span class="keyword">const</span> <a class="code" href="classCBlockTreeDB.html">CBlockTreeDB</a>&amp;);</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classCBlockTreeDB.html#a93fa0b87d518a1142f3fbfe65ab07cd2">operator=</a>(<span class="keyword">const</span> <a class="code" href="classCBlockTreeDB.html">CBlockTreeDB</a>&amp;);</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#af5509ed62ce84023882fe243e4cd21ba">WriteBatchSync</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;int, const CBlockFileInfo*&gt; &gt;&amp; fileInfo, <span class="keywordtype">int</span> nLastFile, <span class="keyword">const</span> std::vector&lt;const CBlockIndex*&gt;&amp; blockinfo);</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a6f951198dc53fbe9194626ff82638656">ReadBlockFileInfo</a>(<span class="keywordtype">int</span> nFile, <a class="code" href="classCBlockFileInfo.html">CBlockFileInfo</a> &amp;fileinfo);</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#adb1276fe2f0e0c4c106660948c581711">ReadLastBlockFile</a>(<span class="keywordtype">int</span> &amp;nFile);</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a8fa5d150b98f4fd1aa8cf503eddfccef">WriteReindexing</a>(<span class="keywordtype">bool</span> <a class="code" href="validation_8cpp.html#a8e0eca589b2d4254a65f04c5d91888b2">fReindex</a>);</div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a1abf6fc392048428aa24a12b7942824b">ReadReindexing</a>(<span class="keywordtype">bool</span> &amp;<a class="code" href="validation_8cpp.html#a8e0eca589b2d4254a65f04c5d91888b2">fReindex</a>);</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a74383427266d627e84c2d0c8e21e03c7">ReadTxIndex</a>(<span class="keyword">const</span> <a class="code" href="classuint256.html">uint256</a> &amp;txid, <a class="code" href="structCDiskTxPos.html">CDiskTxPos</a> &amp;pos);</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a1e03745f9675ad352a1483a0aa7ef308">WriteTxIndex</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;uint256, CDiskTxPos&gt; &gt; &amp;list);</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#acca1254c911a40dafe2c977058cdf852">ReadSpentIndex</a>(<a class="code" href="structCSpentIndexKey.html">CSpentIndexKey</a> &amp;<a class="code" href="namespaceextract__strings__qt.html#a1b7a78cde0039f63310f11692b713dca">key</a>, <a class="code" href="structCSpentIndexValue.html">CSpentIndexValue</a> &amp;value);</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a6cf0d697e5d31b3a25a5392cb48e9bc0">UpdateSpentIndex</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;CSpentIndexKey, CSpentIndexValue&gt; &gt;&amp;vect);</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a4ce80470cb8cf81f7b963ace22e8a749">UpdateAddressUnspentIndex</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;CAddressUnspentKey, CAddressUnspentValue &gt; &gt;&amp;vect);</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a07a11ab4188e7ee7b3b69faa64406a16">ReadAddressUnspentIndex</a>(<a class="code" href="classuint160.html">uint160</a> addressHash, <span class="keywordtype">int</span> type,</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; std::vector&lt;std::pair&lt;CAddressUnspentKey, CAddressUnspentValue&gt; &gt; &amp;vect);</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#ae34ed08cdcdc6d20467fca61acdc5f73">WriteAddressIndex</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;CAddressIndexKey, CAmount&gt; &gt; &amp;vect);</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a9b1f363ba4ccda69cb006d21af8a4803">EraseAddressIndex</a>(<span class="keyword">const</span> std::vector&lt;std::pair&lt;CAddressIndexKey, CAmount&gt; &gt; &amp;vect);</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a37f8c135b1b6aaf751694f0747913d96">ReadAddressIndex</a>(<a class="code" href="classuint160.html">uint160</a> addressHash, <span class="keywordtype">int</span> type,</div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; std::vector&lt;std::pair&lt;CAddressIndexKey, CAmount&gt; &gt; &amp;addressIndex,</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keywordtype">int</span> start = 0, <span class="keywordtype">int</span> end = 0);</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#ad698a1428e59d14694f3289efe4d81fe">WriteTimestampIndex</a>(<span class="keyword">const</span> <a class="code" href="structCTimestampIndexKey.html">CTimestampIndexKey</a> &amp;timestampIndex);</div><div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a212b39bb66363aa8252fa3a4f1dafb00">ReadTimestampIndex</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> &amp;<a class="code" href="keccak_8c.html#ac42516652b5607d4997244736ee931f3">high</a>, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> &amp;<a class="code" href="keccak_8c.html#a98a822ea2bafa14fb7b509f97b38b464">low</a>, std::vector&lt;uint256&gt; &amp;vect);</div><div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#af2f65b70ac5d8a198d4f29a7e909c08a">WriteFlag</a>(<span class="keyword">const</span> std::string &amp;<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>, <span class="keywordtype">bool</span> fValue);</div><div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#acd779c4653fd9a87fffe95d53ce7c6d3">ReadFlag</a>(<span class="keyword">const</span> std::string &amp;<a class="code" href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a>, <span class="keywordtype">bool</span> &amp;fValue);</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classCBlockTreeDB.html#a12be19bb1d7253eeb40e1aa88b032346">LoadBlockIndexGuts</a>();</div><div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;};</div><div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;</div><div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="preprocessor">#endif // BITCOIN_TXDB_H</span></div><div class="ttc" id="classCBlockTreeDB_html_a6f951198dc53fbe9194626ff82638656"><div class="ttname"><a href="classCBlockTreeDB.html#a6f951198dc53fbe9194626ff82638656">CBlockTreeDB::ReadBlockFileInfo</a></div><div class="ttdeci">bool ReadBlockFileInfo(int nFile, CBlockFileInfo &amp;fileinfo)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00081">txdb.cpp:81</a></div></div>
<div class="ttc" id="structCTimestampIndexIteratorKey_html"><div class="ttname"><a href="structCTimestampIndexIteratorKey.html">CTimestampIndexIteratorKey</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00313">validation.h:313</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_af55f35faadeb74b5406559fe3ed20114"><div class="ttname"><a href="classCCoinsViewDB.html#af55f35faadeb74b5406559fe3ed20114">CCoinsViewDB::HaveCoins</a></div><div class="ttdeci">bool HaveCoins(const uint256 &amp;txid) const</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00044">txdb.cpp:44</a></div></div>
<div class="ttc" id="classCCoins_html"><div class="ttname"><a href="classCCoins.html">CCoins</a></div><div class="ttdef"><b>Definition:</b> <a href="coins_8h_source.html#l00073">coins.h:73</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a52fd1b1dc02c2a4e977099e2c2c50424"><div class="ttname"><a href="classCBlockTreeDB.html#a52fd1b1dc02c2a4e977099e2c2c50424">CBlockTreeDB::CBlockTreeDB</a></div><div class="ttdeci">CBlockTreeDB(size_t nCacheSize, bool fMemory=false, bool fWipe=false)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00078">txdb.cpp:78</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a07a11ab4188e7ee7b3b69faa64406a16"><div class="ttname"><a href="classCBlockTreeDB.html#a07a11ab4188e7ee7b3b69faa64406a16">CBlockTreeDB::ReadAddressUnspentIndex</a></div><div class="ttdeci">bool ReadAddressUnspentIndex(uint160 addressHash, int type, std::vector&lt; std::pair&lt; CAddressUnspentKey, CAddressUnspentValue &gt; &gt; &amp;vect)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00198">txdb.cpp:198</a></div></div>
<div class="ttc" id="validation_8cpp_html_a8e0eca589b2d4254a65f04c5d91888b2"><div class="ttname"><a href="validation_8cpp.html#a8e0eca589b2d4254a65f04c5d91888b2">fReindex</a></div><div class="ttdeci">bool fReindex</div><div class="ttdef"><b>Definition:</b> <a href="validation_8cpp_source.html#l00071">validation.cpp:71</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_a399b6f07efe5db2a22edef66e83930e6"><div class="ttname"><a href="classCCoinsViewDB.html#a399b6f07efe5db2a22edef66e83930e6">CCoinsViewDB::db</a></div><div class="ttdeci">CDBWrapper db</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8h_source.html#l00042">txdb.h:42</a></div></div>
<div class="ttc" id="structCTimestampIndexKey_html"><div class="ttname"><a href="structCTimestampIndexKey.html">CTimestampIndexKey</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00341">validation.h:341</a></div></div>
<div class="ttc" id="keccak_8c_html_ac42516652b5607d4997244736ee931f3"><div class="ttname"><a href="keccak_8c.html#ac42516652b5607d4997244736ee931f3">high</a></div><div class="ttdeci">sph_u32 high</div><div class="ttdef"><b>Definition:</b> <a href="keccak_8c_source.html#l00370">keccak.c:370</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a37f8c135b1b6aaf751694f0747913d96"><div class="ttname"><a href="classCBlockTreeDB.html#a37f8c135b1b6aaf751694f0747913d96">CBlockTreeDB::ReadAddressIndex</a></div><div class="ttdeci">bool ReadAddressIndex(uint160 addressHash, int type, std::vector&lt; std::pair&lt; CAddressIndexKey, CAmount &gt; &gt; &amp;addressIndex, int start=0, int end=0)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00238">txdb.cpp:238</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a1e03745f9675ad352a1483a0aa7ef308"><div class="ttname"><a href="classCBlockTreeDB.html#a1e03745f9675ad352a1483a0aa7ef308">CBlockTreeDB::WriteTxIndex</a></div><div class="ttdeci">bool WriteTxIndex(const std::vector&lt; std::pair&lt; uint256, CDiskTxPos &gt; &gt; &amp;list)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00163">txdb.cpp:163</a></div></div>
<div class="ttc" id="coins_8h_html_a2886ba2fd0428bae777e1cbcabc02834"><div class="ttname"><a href="coins_8h.html#a2886ba2fd0428bae777e1cbcabc02834">CCoinsMap</a></div><div class="ttdeci">boost::unordered_map&lt; uint256, CCoinsCacheEntry, CCoinsKeyHasher &gt; CCoinsMap</div><div class="ttdef"><b>Definition:</b> <a href="coins_8h_source.html#l00298">coins.h:298</a></div></div>
<div class="ttc" id="txdb_8h_html_a1ba1527a96763eb82128dd7d6207f46e"><div class="ttname"><a href="txdb_8h.html#a1ba1527a96763eb82128dd7d6207f46e">nMinDbCache</a></div><div class="ttdeci">static const int64_t nMinDbCache</div><div class="ttdoc">min. -dbcache in (MiB) </div><div class="ttdef"><b>Definition:</b> <a href="txdb_8h_source.html#l00036">txdb.h:36</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html"><div class="ttname"><a href="classCBlockTreeDB.html">CBlockTreeDB</a></div><div class="ttdef"><b>Definition:</b> <a href="txdb_8h_source.html#l00054">txdb.h:54</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_af2f65b70ac5d8a198d4f29a7e909c08a"><div class="ttname"><a href="classCBlockTreeDB.html#af2f65b70ac5d8a198d4f29a7e909c08a">CBlockTreeDB::WriteFlag</a></div><div class="ttdeci">bool WriteFlag(const std::string &amp;name, bool fValue)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00298">txdb.cpp:298</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_ac9c513a34b9e58d942fdbeafd9e5bbce"><div class="ttname"><a href="classCCoinsViewDB.html#ac9c513a34b9e58d942fdbeafd9e5bbce">CCoinsViewDB::GetBestBlock</a></div><div class="ttdeci">uint256 GetBestBlock() const</div><div class="ttdoc">Retrieve the block hash whose state this CCoinsView currently represents. </div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00048">txdb.cpp:48</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_ac35a80d1115ec697101d382e71db5b31"><div class="ttname"><a href="classCCoinsViewDB.html#ac35a80d1115ec697101d382e71db5b31">CCoinsViewDB::GetCoins</a></div><div class="ttdeci">bool GetCoins(const uint256 &amp;txid, CCoins &amp;coins) const</div><div class="ttdoc">Retrieve the CCoins (unspent transaction outputs) for a given txid. </div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00040">txdb.cpp:40</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_a33f98ec9323ce48e1704327bc8a2a002"><div class="ttname"><a href="classCCoinsViewDB.html#a33f98ec9323ce48e1704327bc8a2a002">CCoinsViewDB::BatchWrite</a></div><div class="ttdeci">bool BatchWrite(CCoinsMap &amp;mapCoins, const uint256 &amp;hashBlock)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00055">txdb.cpp:55</a></div></div>
<div class="ttc" id="structCCoinsStats_html"><div class="ttname"><a href="structCCoinsStats.html">CCoinsStats</a></div><div class="ttdef"><b>Definition:</b> <a href="coins_8h_source.html#l00300">coins.h:300</a></div></div>
<div class="ttc" id="structCSpentIndexValue_html"><div class="ttname"><a href="structCSpentIndexValue.html">CSpentIndexValue</a></div><div class="ttdef"><b>Definition:</b> <a href="spentindex_8h_source.html#l00040">spentindex.h:40</a></div></div>
<div class="ttc" id="rest_8cpp_html_a8f8f80d37794cde9472343e4487ba3eb"><div class="ttname"><a href="rest_8cpp.html#a8f8f80d37794cde9472343e4487ba3eb">name</a></div><div class="ttdeci">const char * name</div><div class="ttdef"><b>Definition:</b> <a href="rest_8cpp_source.html#l00037">rest.cpp:37</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_acca1254c911a40dafe2c977058cdf852"><div class="ttname"><a href="classCBlockTreeDB.html#acca1254c911a40dafe2c977058cdf852">CBlockTreeDB::ReadSpentIndex</a></div><div class="ttdeci">bool ReadSpentIndex(CSpentIndexKey &amp;key, CSpentIndexValue &amp;value)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00170">txdb.cpp:170</a></div></div>
<div class="ttc" id="structCAddressIndexKey_html"><div class="ttname"><a href="structCAddressIndexKey.html">CAddressIndexKey</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00452">validation.h:452</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a93fa0b87d518a1142f3fbfe65ab07cd2"><div class="ttname"><a href="classCBlockTreeDB.html#a93fa0b87d518a1142f3fbfe65ab07cd2">CBlockTreeDB::operator=</a></div><div class="ttdeci">void operator=(const CBlockTreeDB &amp;)</div></div>
<div class="ttc" id="txdb_8h_html_a9585a8b98ac35480fe7a0d7b2e4217ac"><div class="ttname"><a href="txdb_8h.html#a9585a8b98ac35480fe7a0d7b2e4217ac">nDefaultDbCache</a></div><div class="ttdeci">static const int64_t nDefaultDbCache</div><div class="ttdoc">-dbcache default (MiB) </div><div class="ttdef"><b>Definition:</b> <a href="txdb_8h_source.html#l00032">txdb.h:32</a></div></div>
<div class="ttc" id="coins_8h_html"><div class="ttname"><a href="coins_8h.html">coins.h</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a74383427266d627e84c2d0c8e21e03c7"><div class="ttname"><a href="classCBlockTreeDB.html#a74383427266d627e84c2d0c8e21e03c7">CBlockTreeDB::ReadTxIndex</a></div><div class="ttdeci">bool ReadTxIndex(const uint256 &amp;txid, CDiskTxPos &amp;pos)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00159">txdb.cpp:159</a></div></div>
<div class="ttc" id="dbwrapper_8h_html"><div class="ttname"><a href="dbwrapper_8h.html">dbwrapper.h</a></div></div>
<div class="ttc" id="structCAddressIndexIteratorKey_html"><div class="ttname"><a href="structCAddressIndexIteratorKey.html">CAddressIndexIteratorKey</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00515">validation.h:515</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_af5509ed62ce84023882fe243e4cd21ba"><div class="ttname"><a href="classCBlockTreeDB.html#af5509ed62ce84023882fe243e4cd21ba">CBlockTreeDB::WriteBatchSync</a></div><div class="ttdeci">bool WriteBatchSync(const std::vector&lt; std::pair&lt; int, const CBlockFileInfo *&gt; &gt; &amp;fileInfo, int nLastFile, const std::vector&lt; const CBlockIndex *&gt; &amp;blockinfo)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00147">txdb.cpp:147</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_a209841b241febcccb2ec584b886ad374"><div class="ttname"><a href="classCCoinsViewDB.html#a209841b241febcccb2ec584b886ad374">CCoinsViewDB::CCoinsViewDB</a></div><div class="ttdeci">CCoinsViewDB(size_t nCacheSize, bool fMemory=false, bool fWipe=false)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00036">txdb.cpp:36</a></div></div>
<div class="ttc" id="classCCoinsView_html"><div class="ttname"><a href="classCCoinsView.html">CCoinsView</a></div><div class="ttdef"><b>Definition:</b> <a href="coins_8h_source.html#l00315">coins.h:315</a></div></div>
<div class="ttc" id="structCDiskTxPos_html"><div class="ttname"><a href="structCDiskTxPos.html">CDiskTxPos</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00586">validation.h:586</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="classCBlockTreeDB_html_ad698a1428e59d14694f3289efe4d81fe"><div class="ttname"><a href="classCBlockTreeDB.html#ad698a1428e59d14694f3289efe4d81fe">CBlockTreeDB::WriteTimestampIndex</a></div><div class="ttdeci">bool WriteTimestampIndex(const CTimestampIndexKey &amp;timestampIndex)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00272">txdb.cpp:272</a></div></div>
<div class="ttc" id="classCDBWrapper_html"><div class="ttname"><a href="classCDBWrapper.html">CDBWrapper</a></div><div class="ttdef"><b>Definition:</b> <a href="dbwrapper_8h_source.html#l00135">dbwrapper.h:135</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html_a227bf56f8801921f12e56c6839104fce"><div class="ttname"><a href="classCCoinsViewDB.html#a227bf56f8801921f12e56c6839104fce">CCoinsViewDB::GetStats</a></div><div class="ttdeci">bool GetStats(CCoinsStats &amp;stats) const</div><div class="ttdoc">Calculate statistics about the unspent transaction output set. </div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00101">txdb.cpp:101</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a4ce80470cb8cf81f7b963ace22e8a749"><div class="ttname"><a href="classCBlockTreeDB.html#a4ce80470cb8cf81f7b963ace22e8a749">CBlockTreeDB::UpdateAddressUnspentIndex</a></div><div class="ttdeci">bool UpdateAddressUnspentIndex(const std::vector&lt; std::pair&lt; CAddressUnspentKey, CAddressUnspentValue &gt; &gt; &amp;vect)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00186">txdb.cpp:186</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a212b39bb66363aa8252fa3a4f1dafb00"><div class="ttname"><a href="classCBlockTreeDB.html#a212b39bb66363aa8252fa3a4f1dafb00">CBlockTreeDB::ReadTimestampIndex</a></div><div class="ttdeci">bool ReadTimestampIndex(const unsigned int &amp;high, const unsigned int &amp;low, std::vector&lt; uint256 &gt; &amp;vect)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00278">txdb.cpp:278</a></div></div>
<div class="ttc" id="structCSpentIndexKey_html"><div class="ttname"><a href="structCSpentIndexKey.html">CSpentIndexKey</a></div><div class="ttdef"><b>Definition:</b> <a href="spentindex_8h_source.html#l00012">spentindex.h:12</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a9b1f363ba4ccda69cb006d21af8a4803"><div class="ttname"><a href="classCBlockTreeDB.html#a9b1f363ba4ccda69cb006d21af8a4803">CBlockTreeDB::EraseAddressIndex</a></div><div class="ttdeci">bool EraseAddressIndex(const std::vector&lt; std::pair&lt; CAddressIndexKey, CAmount &gt; &gt; &amp;vect)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00231">txdb.cpp:231</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a12be19bb1d7253eeb40e1aa88b032346"><div class="ttname"><a href="classCBlockTreeDB.html#a12be19bb1d7253eeb40e1aa88b032346">CBlockTreeDB::LoadBlockIndexGuts</a></div><div class="ttdeci">bool LoadBlockIndexGuts()</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00310">txdb.cpp:310</a></div></div>
<div class="ttc" id="txdb_8h_html_a95201d552fa6feb665926d2f01417866"><div class="ttname"><a href="txdb_8h.html#a95201d552fa6feb665926d2f01417866">nMaxDbCache</a></div><div class="ttdeci">static const int64_t nMaxDbCache</div><div class="ttdoc">max. -dbcache in (MiB) </div><div class="ttdef"><b>Definition:</b> <a href="txdb_8h_source.html#l00034">txdb.h:34</a></div></div>
<div class="ttc" id="structCAddressUnspentValue_html"><div class="ttname"><a href="structCAddressUnspentValue.html">CAddressUnspentValue</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00417">validation.h:417</a></div></div>
<div class="ttc" id="keccak_8c_html_a98a822ea2bafa14fb7b509f97b38b464"><div class="ttname"><a href="keccak_8c.html#a98a822ea2bafa14fb7b509f97b38b464">low</a></div><div class="ttdeci">sph_u32 low</div><div class="ttdef"><b>Definition:</b> <a href="keccak_8c_source.html#l00370">keccak.c:370</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a1abf6fc392048428aa24a12b7942824b"><div class="ttname"><a href="classCBlockTreeDB.html#a1abf6fc392048428aa24a12b7942824b">CBlockTreeDB::ReadReindexing</a></div><div class="ttdeci">bool ReadReindexing(bool &amp;fReindex)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00092">txdb.cpp:92</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_adb1276fe2f0e0c4c106660948c581711"><div class="ttname"><a href="classCBlockTreeDB.html#adb1276fe2f0e0c4c106660948c581711">CBlockTreeDB::ReadLastBlockFile</a></div><div class="ttdeci">bool ReadLastBlockFile(int &amp;nFile)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00097">txdb.cpp:97</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="classCBlockIndex_html"><div class="ttname"><a href="classCBlockIndex.html">CBlockIndex</a></div><div class="ttdef"><b>Definition:</b> <a href="chain_8h_source.html#l00100">chain.h:100</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_acd779c4653fd9a87fffe95d53ce7c6d3"><div class="ttname"><a href="classCBlockTreeDB.html#acd779c4653fd9a87fffe95d53ce7c6d3">CBlockTreeDB::ReadFlag</a></div><div class="ttdeci">bool ReadFlag(const std::string &amp;name, bool &amp;fValue)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00302">txdb.cpp:302</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_ae34ed08cdcdc6d20467fca61acdc5f73"><div class="ttname"><a href="classCBlockTreeDB.html#ae34ed08cdcdc6d20467fca61acdc5f73">CBlockTreeDB::WriteAddressIndex</a></div><div class="ttdeci">bool WriteAddressIndex(const std::vector&lt; std::pair&lt; CAddressIndexKey, CAmount &gt; &gt; &amp;vect)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00224">txdb.cpp:224</a></div></div>
<div class="ttc" id="structCAddressIndexIteratorHeightKey_html"><div class="ttname"><a href="structCAddressIndexIteratorHeightKey.html">CAddressIndexIteratorHeightKey</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00548">validation.h:548</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a8fa5d150b98f4fd1aa8cf503eddfccef"><div class="ttname"><a href="classCBlockTreeDB.html#a8fa5d150b98f4fd1aa8cf503eddfccef">CBlockTreeDB::WriteReindexing</a></div><div class="ttdeci">bool WriteReindexing(bool fReindex)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00085">txdb.cpp:85</a></div></div>
<div class="ttc" id="classCBlockTreeDB_html_a6cf0d697e5d31b3a25a5392cb48e9bc0"><div class="ttname"><a href="classCBlockTreeDB.html#a6cf0d697e5d31b3a25a5392cb48e9bc0">CBlockTreeDB::UpdateSpentIndex</a></div><div class="ttdeci">bool UpdateSpentIndex(const std::vector&lt; std::pair&lt; CSpentIndexKey, CSpentIndexValue &gt; &gt; &amp;vect)</div><div class="ttdef"><b>Definition:</b> <a href="txdb_8cpp_source.html#l00174">txdb.cpp:174</a></div></div>
<div class="ttc" id="classCBlockFileInfo_html"><div class="ttname"><a href="classCBlockFileInfo.html">CBlockFileInfo</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00756">validation.h:756</a></div></div>
<div class="ttc" id="namespaceextract__strings__qt_html_a1b7a78cde0039f63310f11692b713dca"><div class="ttname"><a href="namespaceextract__strings__qt.html#a1b7a78cde0039f63310f11692b713dca">extract_strings_qt.key</a></div><div class="ttdeci">key</div><div class="ttdef"><b>Definition:</b> <a href="extract__strings__qt_8py_source.html#l00073">extract_strings_qt.py:73</a></div></div>
<div class="ttc" id="structCAddressUnspentKey_html"><div class="ttname"><a href="structCAddressUnspentKey.html">CAddressUnspentKey</a></div><div class="ttdef"><b>Definition:</b> <a href="validation_8h_source.html#l00374">validation.h:374</a></div></div>
<div class="ttc" id="classCCoinsViewDB_html"><div class="ttname"><a href="classCCoinsViewDB.html">CCoinsViewDB</a></div><div class="ttdef"><b>Definition:</b> <a href="txdb_8h_source.html#l00039">txdb.h:39</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="txdb_8h.html">txdb.h</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:09 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>