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

123 lines
22 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/script/dashconsensus.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('dashconsensus_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">dashconsensus.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="dashconsensus_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_BITCOINCONSENSUS_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#define BITCOIN_BITCOINCONSENSUS_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">#if defined(BUILD_BITCOIN_INTERNAL) &amp;&amp; defined(HAVE_CONFIG_H)</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="dash-config_8h.html">config/dash-config.h</a>&quot;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor"> #if defined(_WIN32)</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor"> #if defined(DLL_EXPORT)</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor"> #if defined(HAVE_FUNC_ATTRIBUTE_DLLEXPORT)</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor"> #define EXPORT_SYMBOL __declspec(dllexport)</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor"> #else</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor"> #define EXPORT_SYMBOL</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor"> #elif defined(HAVE_FUNC_ATTRIBUTE_VISIBILITY)</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor"> #define EXPORT_SYMBOL __attribute__ ((visibility (&quot;default&quot;)))</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor"> #endif</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#elif defined(MSC_VER) &amp;&amp; !defined(STATIC_LIBBITCOINCONSENSUS)</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor"> #define EXPORT_SYMBOL __declspec(dllimport)</span></div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#ifndef EXPORT_SYMBOL</span></div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339"> 27</a></span>&#160;<span class="preprocessor"> #define EXPORT_SYMBOL</span></div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#ae2fa5c861fe3bed790b00bf2808818b0"> 34</a></span>&#160;<span class="preprocessor">#define BITCOINCONSENSUS_API_VER 0</span></div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52e"> 36</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52e">dashconsensus_error_t</a></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;{</div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52ea180b8b6de29920facdae2a20933f29ee"> 38</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52ea180b8b6de29920facdae2a20933f29ee">dashconsensus_ERR_OK</a> = 0,</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52eab20bf1e41ad8e05a6fa1164ee6180458"> 39</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52eab20bf1e41ad8e05a6fa1164ee6180458">dashconsensus_ERR_TX_INDEX</a>,</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52ea1de3611911df3ff068015ac924db886f"> 40</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52ea1de3611911df3ff068015ac924db886f">dashconsensus_ERR_TX_SIZE_MISMATCH</a>,</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52eaa6f3880884f4ac203683b1c151b61911"> 41</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52eaa6f3880884f4ac203683b1c151b61911">dashconsensus_ERR_TX_DESERIALIZE</a>,</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;} <a class="code" href="dashconsensus_8h.html#a6256690cf6e2a6183fd8380621b7b618">dashconsensus_error</a>;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="keyword">enum</span></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160;{</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13a744599920a993019938b0229d0b1c21e"> 47</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13a744599920a993019938b0229d0b1c21e">dashconsensus_SCRIPT_FLAGS_VERIFY_NONE</a> = 0,</div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13acebae0f1c012ea58112be1c51481b6f3"> 48</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13acebae0f1c012ea58112be1c51481b6f3">dashconsensus_SCRIPT_FLAGS_VERIFY_P2SH</a> = (1U &lt;&lt; 0), <span class="comment">// evaluate P2SH (BIP16) subscripts</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13a013584e4a25bcda9cb7f34e87e954fc7"> 49</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13a013584e4a25bcda9cb7f34e87e954fc7">dashconsensus_SCRIPT_FLAGS_VERIFY_DERSIG</a> = (1U &lt;&lt; 2), <span class="comment">// enforce strict DER (BIP66) compliance</span></div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13ab5fb518d6c0b96acc412f1fe47035e3b"> 50</a></span>&#160; <a class="code" href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13ab5fb518d6c0b96acc412f1fe47035e3b">dashconsensus_SCRIPT_FLAGS_VERIFY_CHECKLOCKTIMEVERIFY</a> = (1U &lt;&lt; 9), <span class="comment">// enable CHECKLOCKTIMEVERIFY (BIP65)</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="l00057"></a><span class="lineno"> 57</span>&#160;<a class="code" href="dashconsensus_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a> <span class="keywordtype">int</span> <a class="code" href="dashconsensus_8h.html#a0c3a82dea5bf3067ad1c85d972c2ede8">dashconsensus_verify_script</a>(<span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *scriptPubKey, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> scriptPubKeyLen,</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> *txTo , <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> txToLen,</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> nIn, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="dash-tx_8cpp.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a>, <a class="code" href="dashconsensus_8h.html#a6256690cf6e2a6183fd8380621b7b618">dashconsensus_error</a>* <a class="code" href="namespaceextract__strings__qt.html#a75c3976a3587b535b25c5bd9d1ca6cee">err</a>);</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<a class="code" href="dashconsensus_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="dashconsensus_8h.html#acf55db0245a5b7df3ee54f3d4667a976">dashconsensus_version</a>();</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;} <span class="comment">// extern &quot;C&quot;</span></div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#undef EXPORT_SYMBOL</span></div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor">#endif // BITCOIN_BITCOINCONSENSUS_H</span></div><div class="ttc" id="dashconsensus_8h_html_a0588a58fcddb315b5ff82fde1f92e52eaa6f3880884f4ac203683b1c151b61911"><div class="ttname"><a href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52eaa6f3880884f4ac203683b1c151b61911">dashconsensus_ERR_TX_DESERIALIZE</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00041">dashconsensus.h:41</a></div></div>
<div class="ttc" id="dash-tx_8cpp_html_ac8bf36fe0577cba66bccda3a6f7e80a4"><div class="ttname"><a href="dash-tx_8cpp.html#ac8bf36fe0577cba66bccda3a6f7e80a4">flags</a></div><div class="ttdeci">int flags</div><div class="ttdef"><b>Definition:</b> <a href="dash-tx_8cpp_source.html#l00326">dash-tx.cpp:326</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a39fca1837c5ce7715cbf571669660c13a013584e4a25bcda9cb7f34e87e954fc7"><div class="ttname"><a href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13a013584e4a25bcda9cb7f34e87e954fc7">dashconsensus_SCRIPT_FLAGS_VERIFY_DERSIG</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00049">dashconsensus.h:49</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a39fca1837c5ce7715cbf571669660c13a744599920a993019938b0229d0b1c21e"><div class="ttname"><a href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13a744599920a993019938b0229d0b1c21e">dashconsensus_SCRIPT_FLAGS_VERIFY_NONE</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00047">dashconsensus.h:47</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a0588a58fcddb315b5ff82fde1f92e52e"><div class="ttname"><a href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52e">dashconsensus_error_t</a></div><div class="ttdeci">dashconsensus_error_t</div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00036">dashconsensus.h:36</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a0588a58fcddb315b5ff82fde1f92e52ea180b8b6de29920facdae2a20933f29ee"><div class="ttname"><a href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52ea180b8b6de29920facdae2a20933f29ee">dashconsensus_ERR_OK</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00038">dashconsensus.h:38</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a0c3a82dea5bf3067ad1c85d972c2ede8"><div class="ttname"><a href="dashconsensus_8h.html#a0c3a82dea5bf3067ad1c85d972c2ede8">dashconsensus_verify_script</a></div><div class="ttdeci">EXPORT_SYMBOL int dashconsensus_verify_script(const unsigned char *scriptPubKey, unsigned int scriptPubKeyLen, const unsigned char *txTo, unsigned int txToLen, unsigned int nIn, unsigned int flags, dashconsensus_error *err)</div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8cpp_source.html#l00072">dashconsensus.cpp:72</a></div></div>
<div class="ttc" id="namespaceextract__strings__qt_html_a75c3976a3587b535b25c5bd9d1ca6cee"><div class="ttname"><a href="namespaceextract__strings__qt.html#a75c3976a3587b535b25c5bd9d1ca6cee">extract_strings_qt.err</a></div><div class="ttdeci">err</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="dashconsensus_8h_html_a39fca1837c5ce7715cbf571669660c13acebae0f1c012ea58112be1c51481b6f3"><div class="ttname"><a href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13acebae0f1c012ea58112be1c51481b6f3">dashconsensus_SCRIPT_FLAGS_VERIFY_P2SH</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00048">dashconsensus.h:48</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_acf55db0245a5b7df3ee54f3d4667a976"><div class="ttname"><a href="dashconsensus_8h.html#acf55db0245a5b7df3ee54f3d4667a976">dashconsensus_version</a></div><div class="ttdeci">EXPORT_SYMBOL unsigned int dashconsensus_version()</div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8cpp_source.html#l00094">dashconsensus.cpp:94</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a0588a58fcddb315b5ff82fde1f92e52ea1de3611911df3ff068015ac924db886f"><div class="ttname"><a href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52ea1de3611911df3ff068015ac924db886f">dashconsensus_ERR_TX_SIZE_MISMATCH</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00040">dashconsensus.h:40</a></div></div>
<div class="ttc" id="dash-config_8h_html"><div class="ttname"><a href="dash-config_8h.html">dash-config.h</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a39fca1837c5ce7715cbf571669660c13ab5fb518d6c0b96acc412f1fe47035e3b"><div class="ttname"><a href="dashconsensus_8h.html#a39fca1837c5ce7715cbf571669660c13ab5fb518d6c0b96acc412f1fe47035e3b">dashconsensus_SCRIPT_FLAGS_VERIFY_CHECKLOCKTIMEVERIFY</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00050">dashconsensus.h:50</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_a6256690cf6e2a6183fd8380621b7b618"><div class="ttname"><a href="dashconsensus_8h.html#a6256690cf6e2a6183fd8380621b7b618">dashconsensus_error</a></div><div class="ttdeci">enum dashconsensus_error_t dashconsensus_error</div></div>
<div class="ttc" id="dashconsensus_8h_html_a0588a58fcddb315b5ff82fde1f92e52eab20bf1e41ad8e05a6fa1164ee6180458"><div class="ttname"><a href="dashconsensus_8h.html#a0588a58fcddb315b5ff82fde1f92e52eab20bf1e41ad8e05a6fa1164ee6180458">dashconsensus_ERR_TX_INDEX</a></div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00039">dashconsensus.h:39</a></div></div>
<div class="ttc" id="dashconsensus_8h_html_ab57c319c35ea0fbacf781f2ecb3a4339"><div class="ttname"><a href="dashconsensus_8h.html#ab57c319c35ea0fbacf781f2ecb3a4339">EXPORT_SYMBOL</a></div><div class="ttdeci">#define EXPORT_SYMBOL</div><div class="ttdef"><b>Definition:</b> <a href="dashconsensus_8h_source.html#l00027">dashconsensus.h:27</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_fe414d616bd0c4668e6515f48824338f.html">script</a></li><li class="navelem"><a class="el" href="dashconsensus_8h.html">dashconsensus.h</a></li>
<li class="footer">Generated on Thu Dec 14 2017 13:15:08 for Dash Core by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
</ul>
</div>
</body>
</html>