mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
140 lines
29 KiB
HTML
140 lines
29 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/standard.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('standard_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">standard.h</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<a href="standard_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_SCRIPT_STANDARD_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define BITCOIN_SCRIPT_STANDARD_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="interpreter_8h.html">script/interpreter.h</a>"</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "<a class="code" href="uint256_8h.html">uint256.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"> 12</span> <span class="preprocessor">#include <boost/variant.hpp></span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> </div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include <stdint.h></span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> </div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="standard_8h.html#ad1e5dfe598015a501cb889259ff58c8e"> 16</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="standard_8h.html#ad1e5dfe598015a501cb889259ff58c8e">DEFAULT_ACCEPT_DATACARRIER</a> = <span class="keyword">true</span>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="keyword">class </span><a class="code" href="classCKeyID.html">CKeyID</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="keyword">class </span><a class="code" href="classCScript.html">CScript</a>;</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> </div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classCScriptID.html"> 22</a></span> <span class="keyword">class </span><a class="code" href="classCScriptID.html">CScriptID</a> : <span class="keyword">public</span> <a class="code" href="classuint160.html">uint160</a></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> {</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="classCScriptID.html#a116da5a7e94e2abb66011c33705d58e7"> 25</a></span>  <a class="code" href="classCScriptID.html#a116da5a7e94e2abb66011c33705d58e7">CScriptID</a>() : <a class="code" href="classuint160.html">uint160</a>() {}</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  <a class="code" href="classCScriptID.html#a116da5a7e94e2abb66011c33705d58e7">CScriptID</a>(<span class="keyword">const</span> <a class="code" href="classCScript.html">CScript</a>& in);</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="classCScriptID.html#a69619562a6a5fdf4ccfd20fee9418cc5"> 27</a></span>  <a class="code" href="classCScriptID.html#a69619562a6a5fdf4ccfd20fee9418cc5">CScriptID</a>(<span class="keyword">const</span> <a class="code" href="classuint160.html">uint160</a>& in) : <a class="code" href="classuint160.html">uint160</a>(in) {}</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span> };</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="standard_8h.html#a19541858e6c503fed2da04c6075b663e"> 30</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="standard_8h.html#a19541858e6c503fed2da04c6075b663e">MAX_OP_RETURN_RELAY</a> = 83; </div><div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">extern</span> <span class="keywordtype">bool</span> <a class="code" href="standard_8h.html#a66e05cae0676eb5dc2a178f9c4dc81e1">fAcceptDatacarrier</a>;</div><div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="keyword">extern</span> <span class="keywordtype">unsigned</span> <a class="code" href="standard_8h.html#a9a815a8af6cc3736d9336240e6e4f9ab">nMaxDatacarrierBytes</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span> </div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="standard_8h.html#a0701d4aba51c8615fcea8756d0a6f9ea"> 43</a></span> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="standard_8h.html#a0701d4aba51c8615fcea8756d0a6f9ea">MANDATORY_SCRIPT_VERIFY_FLAGS</a> = <a class="code" href="interpreter_8h.html#a94798fdadfbf49a7c658ace669a1d310a10731903a63451e0742a816d90a64162">SCRIPT_VERIFY_P2SH</a>;</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div><div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09ad"> 45</a></span> <span class="keyword">enum</span> <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09ad">txnouttype</a></div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span> {</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09adadb13d0a4c06b2bb59ac88215233370ed"> 47</a></span>  <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09adadb13d0a4c06b2bb59ac88215233370ed">TX_NONSTANDARD</a>,</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="comment">// 'standard' transaction types:</span></div><div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09adab6494d355b65e346dac2cc16f901e0d2"> 49</a></span>  <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09adab6494d355b65e346dac2cc16f901e0d2">TX_PUBKEY</a>,</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09adab42b8bd302a06cd74d2afe31114f9365"> 50</a></span>  <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09adab42b8bd302a06cd74d2afe31114f9365">TX_PUBKEYHASH</a>,</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09adad3ca9da00b2a0e6f522a5942963936d7"> 51</a></span>  <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09adad3ca9da00b2a0e6f522a5942963936d7">TX_SCRIPTHASH</a>,</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09adae167dff993f62f6c5dd3507ac279cb62"> 52</a></span>  <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09adae167dff993f62f6c5dd3507ac279cb62">TX_MULTISIG</a>,</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="standard_8h.html#a750f89f617f934820d5371be790e09adacac155120bd826d44af0b2dc0fd2915a"> 53</a></span>  <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09adacac155120bd826d44af0b2dc0fd2915a">TX_NULL_DATA</a>,</div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span> };</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classCNoDestination.html"> 56</a></span> <span class="keyword">class </span><a class="code" href="classCNoDestination.html">CNoDestination</a> {</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classCNoDestination.html#a1b82081ed666bc8b1ba11d90122960b7"> 58</a></span>  <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code" href="classCNoDestination.html#a1b82081ed666bc8b1ba11d90122960b7">operator==</a>(<span class="keyword">const</span> <a class="code" href="classCNoDestination.html">CNoDestination</a> &a, <span class="keyword">const</span> <a class="code" href="classCNoDestination.html">CNoDestination</a> &b) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div><div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classCNoDestination.html#a0c469c10d44b10452fe9bfde8952713b"> 59</a></span>  <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code" href="classCNoDestination.html#a0c469c10d44b10452fe9bfde8952713b">operator<</a>(<span class="keyword">const</span> <a class="code" href="classCNoDestination.html">CNoDestination</a> &a, <span class="keyword">const</span> <a class="code" href="classCNoDestination.html">CNoDestination</a> &b) { <span class="keywordflow">return</span> <span class="keyword">true</span>; }</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span> };</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8"> 69</a></span> <span class="keyword">typedef</span> boost::variant<CNoDestination, CKeyID, CScriptID> <a class="code" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a>;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="standard_8h.html#a998a2df1a42dc68c4cffa9933aa713c2">GetTxnOutputType</a>(<a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09ad">txnouttype</a> t);</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="keywordtype">bool</span> <a class="code" href="standard_8h.html#a81899059ee66f695aaf96a07d5e2ebdc">Solver</a>(<span class="keyword">const</span> <a class="code" href="classCScript.html">CScript</a>& scriptPubKey, <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09ad">txnouttype</a>& typeRet, std::vector<std::vector<unsigned char> >& vSolutionsRet);</div><div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="keywordtype">bool</span> <a class="code" href="standard_8h.html#a951f7e601746ae076afdf3169ecca2fc">ExtractDestination</a>(<span class="keyword">const</span> <a class="code" href="classCScript.html">CScript</a>& scriptPubKey, <a class="code" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a>& addressRet);</div><div class="line"><a name="l00075"></a><span class="lineno"> 75</span> <span class="keywordtype">bool</span> <a class="code" href="standard_8h.html#a49e36ddce090cc66aba405c0755c8be7">ExtractDestinations</a>(<span class="keyword">const</span> <a class="code" href="classCScript.html">CScript</a>& scriptPubKey, <a class="code" href="standard_8h.html#a750f89f617f934820d5371be790e09ad">txnouttype</a>& typeRet, std::vector<CTxDestination>& addressRet, <span class="keywordtype">int</span>& nRequiredRet);</div><div class="line"><a name="l00076"></a><span class="lineno"> 76</span> </div><div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <a class="code" href="classCScript.html">CScript</a> <a class="code" href="standard_8h.html#ae40f28d3b46c21033f6ee1f1200d0321">GetScriptForDestination</a>(<span class="keyword">const</span> <a class="code" href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a>& dest);</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span> <a class="code" href="classCScript.html">CScript</a> <a class="code" href="standard_8h.html#a918dcaa16c3228c31ca9878bed066c65">GetScriptForRawPubKey</a>(<span class="keyword">const</span> <a class="code" href="classCPubKey.html">CPubKey</a>& pubkey);</div><div class="line"><a name="l00079"></a><span class="lineno"> 79</span> <a class="code" href="classCScript.html">CScript</a> <a class="code" href="standard_8h.html#a7030aee2e7c653ebc11b77dab70b09f1">GetScriptForMultisig</a>(<span class="keywordtype">int</span> nRequired, <span class="keyword">const</span> std::vector<CPubKey>& keys);</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> <span class="preprocessor">#endif // BITCOIN_SCRIPT_STANDARD_H</span></div><div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09adab6494d355b65e346dac2cc16f901e0d2"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09adab6494d355b65e346dac2cc16f901e0d2">TX_PUBKEY</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00049">standard.h:49</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a50f712c3d9a0d2f85ae464497dd9cff8"><div class="ttname"><a href="standard_8h.html#a50f712c3d9a0d2f85ae464497dd9cff8">CTxDestination</a></div><div class="ttdeci">boost::variant< CNoDestination, CKeyID, CScriptID > CTxDestination</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00069">standard.h:69</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09adacac155120bd826d44af0b2dc0fd2915a"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09adacac155120bd826d44af0b2dc0fd2915a">TX_NULL_DATA</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00053">standard.h:53</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a918dcaa16c3228c31ca9878bed066c65"><div class="ttname"><a href="standard_8h.html#a918dcaa16c3228c31ca9878bed066c65">GetScriptForRawPubKey</a></div><div class="ttdeci">CScript GetScriptForRawPubKey(const CPubKey &pubkey)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00270">standard.cpp:270</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a19541858e6c503fed2da04c6075b663e"><div class="ttname"><a href="standard_8h.html#a19541858e6c503fed2da04c6075b663e">MAX_OP_RETURN_RELAY</a></div><div class="ttdeci">static const unsigned int MAX_OP_RETURN_RELAY</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00030">standard.h:30</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_ad1e5dfe598015a501cb889259ff58c8e"><div class="ttname"><a href="standard_8h.html#ad1e5dfe598015a501cb889259ff58c8e">DEFAULT_ACCEPT_DATACARRIER</a></div><div class="ttdeci">static const bool DEFAULT_ACCEPT_DATACARRIER</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00016">standard.h:16</a></div></div>
|
|
<div class="ttc" id="classCKeyID_html"><div class="ttname"><a href="classCKeyID.html">CKeyID</a></div><div class="ttdef"><b>Definition:</b> <a href="pubkey_8h_source.html#l00027">pubkey.h:27</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a81899059ee66f695aaf96a07d5e2ebdc"><div class="ttname"><a href="standard_8h.html#a81899059ee66f695aaf96a07d5e2ebdc">Solver</a></div><div class="ttdeci">bool Solver(const CScript &scriptPubKey, txnouttype &typeRet, std::vector< std::vector< unsigned char > > &vSolutionsRet)</div></div>
|
|
<div class="ttc" id="interpreter_8h_html"><div class="ttname"><a href="interpreter_8h.html">interpreter.h</a></div></div>
|
|
<div class="ttc" id="classCNoDestination_html"><div class="ttname"><a href="classCNoDestination.html">CNoDestination</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00056">standard.h:56</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a951f7e601746ae076afdf3169ecca2fc"><div class="ttname"><a href="standard_8h.html#a951f7e601746ae076afdf3169ecca2fc">ExtractDestination</a></div><div class="ttdeci">bool ExtractDestination(const CScript &scriptPubKey, CTxDestination &addressRet)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00164">standard.cpp:164</a></div></div>
|
|
<div class="ttc" id="classCScriptID_html_a69619562a6a5fdf4ccfd20fee9418cc5"><div class="ttname"><a href="classCScriptID.html#a69619562a6a5fdf4ccfd20fee9418cc5">CScriptID::CScriptID</a></div><div class="ttdeci">CScriptID(const uint160 &in)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00027">standard.h:27</a></div></div>
|
|
<div class="ttc" id="classCNoDestination_html_a1b82081ed666bc8b1ba11d90122960b7"><div class="ttname"><a href="classCNoDestination.html#a1b82081ed666bc8b1ba11d90122960b7">CNoDestination::operator==</a></div><div class="ttdeci">friend bool operator==(const CNoDestination &a, const CNoDestination &b)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00058">standard.h:58</a></div></div>
|
|
<div class="ttc" id="classCScriptID_html_a116da5a7e94e2abb66011c33705d58e7"><div class="ttname"><a href="classCScriptID.html#a116da5a7e94e2abb66011c33705d58e7">CScriptID::CScriptID</a></div><div class="ttdeci">CScriptID()</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00025">standard.h:25</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09adae167dff993f62f6c5dd3507ac279cb62"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09adae167dff993f62f6c5dd3507ac279cb62">TX_MULTISIG</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00052">standard.h:52</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a7030aee2e7c653ebc11b77dab70b09f1"><div class="ttname"><a href="standard_8h.html#a7030aee2e7c653ebc11b77dab70b09f1">GetScriptForMultisig</a></div><div class="ttdeci">CScript GetScriptForMultisig(int nRequired, const std::vector< CPubKey > &keys)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00275">standard.cpp:275</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a66e05cae0676eb5dc2a178f9c4dc81e1"><div class="ttname"><a href="standard_8h.html#a66e05cae0676eb5dc2a178f9c4dc81e1">fAcceptDatacarrier</a></div><div class="ttdeci">bool fAcceptDatacarrier</div><div class="ttdoc">bytes (+1 for OP_RETURN, +2 for the pushdata opcodes) </div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00019">standard.cpp:19</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09ad"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09ad">txnouttype</a></div><div class="ttdeci">txnouttype</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00045">standard.h:45</a></div></div>
|
|
<div class="ttc" id="classCNoDestination_html_a0c469c10d44b10452fe9bfde8952713b"><div class="ttname"><a href="classCNoDestination.html#a0c469c10d44b10452fe9bfde8952713b">CNoDestination::operator<</a></div><div class="ttdeci">friend bool operator<(const CNoDestination &a, const CNoDestination &b)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00059">standard.h:59</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_ae40f28d3b46c21033f6ee1f1200d0321"><div class="ttname"><a href="standard_8h.html#ae40f28d3b46c21033f6ee1f1200d0321">GetScriptForDestination</a></div><div class="ttdeci">CScript GetScriptForDestination(const CTxDestination &dest)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00262">standard.cpp:262</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="classCScript_html"><div class="ttname"><a href="classCScript.html">CScript</a></div><div class="ttdef"><b>Definition:</b> <a href="script_8h_source.html#l00373">script.h:373</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09adadb13d0a4c06b2bb59ac88215233370ed"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09adadb13d0a4c06b2bb59ac88215233370ed">TX_NONSTANDARD</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00047">standard.h:47</a></div></div>
|
|
<div class="ttc" id="classCScriptID_html"><div class="ttname"><a href="classCScriptID.html">CScriptID</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00022">standard.h:22</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="interpreter_8h_html_a94798fdadfbf49a7c658ace669a1d310a10731903a63451e0742a816d90a64162"><div class="ttname"><a href="interpreter_8h.html#a94798fdadfbf49a7c658ace669a1d310a10731903a63451e0742a816d90a64162">SCRIPT_VERIFY_P2SH</a></div><div class="ttdef"><b>Definition:</b> <a href="interpreter_8h_source.html#l00036">interpreter.h:36</a></div></div>
|
|
<div class="ttc" id="classCPubKey_html"><div class="ttname"><a href="classCPubKey.html">CPubKey</a></div><div class="ttdef"><b>Definition:</b> <a href="pubkey_8h_source.html#l00037">pubkey.h:37</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09adab42b8bd302a06cd74d2afe31114f9365"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09adab42b8bd302a06cd74d2afe31114f9365">TX_PUBKEYHASH</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00050">standard.h:50</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a998a2df1a42dc68c4cffa9933aa713c2"><div class="ttname"><a href="standard_8h.html#a998a2df1a42dc68c4cffa9933aa713c2">GetTxnOutputType</a></div><div class="ttdeci">const char * GetTxnOutputType(txnouttype t)</div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00024">standard.cpp:24</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a9a815a8af6cc3736d9336240e6e4f9ab"><div class="ttname"><a href="standard_8h.html#a9a815a8af6cc3736d9336240e6e4f9ab">nMaxDatacarrierBytes</a></div><div class="ttdeci">unsigned nMaxDatacarrierBytes</div><div class="ttdef"><b>Definition:</b> <a href="standard_8cpp_source.html#l00020">standard.cpp:20</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a49e36ddce090cc66aba405c0755c8be7"><div class="ttname"><a href="standard_8h.html#a49e36ddce090cc66aba405c0755c8be7">ExtractDestinations</a></div><div class="ttdeci">bool ExtractDestinations(const CScript &scriptPubKey, txnouttype &typeRet, std::vector< CTxDestination > &addressRet, int &nRequiredRet)</div></div>
|
|
<div class="ttc" id="standard_8h_html_a0701d4aba51c8615fcea8756d0a6f9ea"><div class="ttname"><a href="standard_8h.html#a0701d4aba51c8615fcea8756d0a6f9ea">MANDATORY_SCRIPT_VERIFY_FLAGS</a></div><div class="ttdeci">static const unsigned int MANDATORY_SCRIPT_VERIFY_FLAGS</div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00043">standard.h:43</a></div></div>
|
|
<div class="ttc" id="standard_8h_html_a750f89f617f934820d5371be790e09adad3ca9da00b2a0e6f522a5942963936d7"><div class="ttname"><a href="standard_8h.html#a750f89f617f934820d5371be790e09adad3ca9da00b2a0e6f522a5942963936d7">TX_SCRIPTHASH</a></div><div class="ttdef"><b>Definition:</b> <a href="standard_8h_source.html#l00051">standard.h:51</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="standard_8h.html">standard.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>
|