Skip to content

Commit

Permalink
deploy: 68dabc6
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmitz committed Nov 8, 2023
1 parent 8d1996b commit e96969e
Show file tree
Hide file tree
Showing 26 changed files with 906 additions and 126 deletions.
1 change: 0 additions & 1 deletion api/reference/classes/KoiosV0.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ <h4 id="implementation-of-3"><a class="header" href="#implementation-of-3">Imple
<div class="vspace"></div>
<h3 id="resolveusingutxo"><a class="header" href="#resolveusingutxo">resolveUsingUtxo</a></h3>
<p><code>Static</code> <strong>resolveUsingUtxo</strong>(<code>refUtxo</code>): <code>Promise</code>&lt;<a href="KoiosV0.html"><code>KoiosV0</code></a>&gt;</p>
<p>Throws an error if a Blockfrost project_id is missing for that specific network.</p>
<h4 id="parameters-5"><a class="header" href="#parameters-5">Parameters</a></h4>
<div class="table-wrapper"><table><thead><tr><th style="text-align: left">Name</th><th style="text-align: left">Type</th></tr></thead><tbody>
<tr><td style="text-align: left"><code>refUtxo</code></td><td style="text-align: left"><a href="TxInput.html"><code>TxInput</code></a></td></tr>
Expand Down
51 changes: 51 additions & 0 deletions api/reference/classes/UplcBool.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,18 @@ <h1 class="menu-title">Helios</h1>
<p><a href="../../../api/index.html">Helios API</a>/ <a href="../../../api/reference/index.html">API Reference</a>/ <a href="../../../api/reference/classes/index.html">Classes</a>/</p>
<h1 id="uplcbool"><a class="header" href="#uplcbool">UplcBool</a></h1>
<p>JS/TS equivalent of the Helios language <code>Bool</code> type.</p>
<p><strong><code>Implements</code></strong></p>
<h2 id="hierarchy"><a class="header" href="#hierarchy">Hierarchy</a></h2>
<ul>
<li>
<p><a href="UplcValueImpl.html"><code>UplcValueImpl</code></a></p>
<p><strong><code>UplcBool</code></strong></p>
</li>
</ul>
<h2 id="implements"><a class="header" href="#implements">Implements</a></h2>
<ul>
<li><a href="../interfaces/UplcValue.html"><code>UplcValue</code></a></li>
</ul>
<h2 id="table-of-contents"><a class="header" href='javascript:(() => {
document.getElementById("table-of-contents").setAttribute("expanded", "");
window.location.hash = "#table-of-contents"
Expand Down Expand Up @@ -212,27 +217,35 @@ <h3 id="bool"><a class="header" href="#bool">bool</a></h3>
<p><code>get</code> <strong>bool</strong>(): <code>boolean</code></p>
<h4 id="returns"><a class="header" href="#returns">Returns</a></h4>
<p><code>boolean</code></p>
<h4 id="implementation-of"><a class="header" href="#implementation-of">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#bool">bool</a></p>
<h4 id="inherited-from"><a class="header" href="#inherited-from">Inherited from</a></h4>
<p>UplcValueImpl.bool</p>
<div class="vspace"></div>
<h3 id="bytes"><a class="header" href="#bytes">bytes</a></h3>
<p><code>get</code> <strong>bytes</strong>(): <code>number</code>[]</p>
<h4 id="returns-1"><a class="header" href="#returns-1">Returns</a></h4>
<p><code>number</code>[]</p>
<h4 id="implementation-of-1"><a class="header" href="#implementation-of-1">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#bytes">bytes</a></p>
<h4 id="inherited-from-1"><a class="header" href="#inherited-from-1">Inherited from</a></h4>
<p>UplcValueImpl.bytes</p>
<div class="vspace"></div>
<h3 id="data"><a class="header" href="#data">data</a></h3>
<p><code>get</code> <strong>data</strong>(): <a href="UplcData.html"><code>UplcData</code></a></p>
<h4 id="returns-2"><a class="header" href="#returns-2">Returns</a></h4>
<p><a href="UplcData.html"><code>UplcData</code></a></p>
<h4 id="implementation-of-2"><a class="header" href="#implementation-of-2">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#data">data</a></p>
<h4 id="inherited-from-2"><a class="header" href="#inherited-from-2">Inherited from</a></h4>
<p>UplcValueImpl.data</p>
<div class="vspace"></div>
<h3 id="first"><a class="header" href="#first">first</a></h3>
<p><code>get</code> <strong>first</strong>(): <a href="../interfaces/UplcValue.html"><code>UplcValue</code></a></p>
<h4 id="returns-3"><a class="header" href="#returns-3">Returns</a></h4>
<p><a href="../interfaces/UplcValue.html"><code>UplcValue</code></a></p>
<h4 id="implementation-of-3"><a class="header" href="#implementation-of-3">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#first">first</a></p>
<h4 id="inherited-from-3"><a class="header" href="#inherited-from-3">Inherited from</a></h4>
<p>UplcValueImpl.first</p>
<div class="vspace"></div>
Expand All @@ -241,65 +254,85 @@ <h3 id="flatsize"><a class="header" href="#flatsize">flatSize</a></h3>
<p>4 for type, 1 for value</p>
<h4 id="returns-4"><a class="header" href="#returns-4">Returns</a></h4>
<p><code>number</code></p>
<h4 id="implementation-of-4"><a class="header" href="#implementation-of-4">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#flatsize">flatSize</a></p>
<div class="vspace"></div>
<h3 id="int"><a class="header" href="#int">int</a></h3>
<p><code>get</code> <strong>int</strong>(): <code>bigint</code></p>
<h4 id="returns-5"><a class="header" href="#returns-5">Returns</a></h4>
<p><code>bigint</code></p>
<h4 id="implementation-of-5"><a class="header" href="#implementation-of-5">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#int">int</a></p>
<h4 id="inherited-from-4"><a class="header" href="#inherited-from-4">Inherited from</a></h4>
<p>UplcValueImpl.int</p>
<div class="vspace"></div>
<h3 id="itemtype"><a class="header" href="#itemtype">itemType</a></h3>
<p><code>get</code> <strong>itemType</strong>(): <a href="UplcType.html"><code>UplcType</code></a></p>
<h4 id="returns-6"><a class="header" href="#returns-6">Returns</a></h4>
<p><a href="UplcType.html"><code>UplcType</code></a></p>
<h4 id="implementation-of-6"><a class="header" href="#implementation-of-6">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#itemtype">itemType</a></p>
<h4 id="inherited-from-5"><a class="header" href="#inherited-from-5">Inherited from</a></h4>
<p>UplcValueImpl.itemType</p>
<div class="vspace"></div>
<h3 id="length"><a class="header" href="#length">length</a></h3>
<p><code>get</code> <strong>length</strong>(): <code>number</code></p>
<h4 id="returns-7"><a class="header" href="#returns-7">Returns</a></h4>
<p><code>number</code></p>
<h4 id="implementation-of-7"><a class="header" href="#implementation-of-7">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#length">length</a></p>
<h4 id="inherited-from-6"><a class="header" href="#inherited-from-6">Inherited from</a></h4>
<p>UplcValueImpl.length</p>
<div class="vspace"></div>
<h3 id="list"><a class="header" href="#list">list</a></h3>
<p><code>get</code> <strong>list</strong>(): <a href="../interfaces/UplcValue.html"><code>UplcValue</code></a>[]</p>
<h4 id="returns-8"><a class="header" href="#returns-8">Returns</a></h4>
<p><a href="../interfaces/UplcValue.html"><code>UplcValue</code></a>[]</p>
<h4 id="implementation-of-8"><a class="header" href="#implementation-of-8">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#list">list</a></p>
<h4 id="inherited-from-7"><a class="header" href="#inherited-from-7">Inherited from</a></h4>
<p>UplcValueImpl.list</p>
<div class="vspace"></div>
<h3 id="memsize"><a class="header" href="#memsize">memSize</a></h3>
<p><code>get</code> <strong>memSize</strong>(): <code>number</code></p>
<h4 id="returns-9"><a class="header" href="#returns-9">Returns</a></h4>
<p><code>number</code></p>
<h4 id="implementation-of-9"><a class="header" href="#implementation-of-9">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#memsize">memSize</a></p>
<div class="vspace"></div>
<h3 id="second"><a class="header" href="#second">second</a></h3>
<p><code>get</code> <strong>second</strong>(): <a href="../interfaces/UplcValue.html"><code>UplcValue</code></a></p>
<h4 id="returns-10"><a class="header" href="#returns-10">Returns</a></h4>
<p><a href="../interfaces/UplcValue.html"><code>UplcValue</code></a></p>
<h4 id="implementation-of-10"><a class="header" href="#implementation-of-10">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#second">second</a></p>
<h4 id="inherited-from-8"><a class="header" href="#inherited-from-8">Inherited from</a></h4>
<p>UplcValueImpl.second</p>
<div class="vspace"></div>
<h3 id="site"><a class="header" href="#site">site</a></h3>
<p><code>get</code> <strong>site</strong>(): <a href="Site.html"><code>Site</code></a></p>
<h4 id="returns-11"><a class="header" href="#returns-11">Returns</a></h4>
<p><a href="Site.html"><code>Site</code></a></p>
<h4 id="implementation-of-11"><a class="header" href="#implementation-of-11">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#site">site</a></p>
<h4 id="inherited-from-9"><a class="header" href="#inherited-from-9">Inherited from</a></h4>
<p>UplcValueImpl.site</p>
<div class="vspace"></div>
<h3 id="string"><a class="header" href="#string">string</a></h3>
<p><code>get</code> <strong>string</strong>(): <code>string</code></p>
<h4 id="returns-12"><a class="header" href="#returns-12">Returns</a></h4>
<p><code>string</code></p>
<h4 id="implementation-of-12"><a class="header" href="#implementation-of-12">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#string">string</a></p>
<h4 id="inherited-from-10"><a class="header" href="#inherited-from-10">Inherited from</a></h4>
<p>UplcValueImpl.string</p>
<h2 id="methods"><a class="header" href="#methods">Methods</a></h2>
<h3 id="assertunit"><a class="header" href="#assertunit">assertUnit</a></h3>
<p><strong>assertUnit</strong>(): <a href="UplcUnit.html"><code>UplcUnit</code></a></p>
<h4 id="returns-13"><a class="header" href="#returns-13">Returns</a></h4>
<p><a href="UplcUnit.html"><code>UplcUnit</code></a></p>
<h4 id="implementation-of-13"><a class="header" href="#implementation-of-13">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#assertunit">assertUnit</a></p>
<h4 id="inherited-from-11"><a class="header" href="#inherited-from-11">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#assertunit">assertUnit</a></p>
<div class="vspace"></div>
Expand All @@ -312,18 +345,24 @@ <h4 id="parameters-1"><a class="header" href="#parameters-1">Parameters</a></h4>
</div>
<h4 id="returns-14"><a class="header" href="#returns-14">Returns</a></h4>
<p><a href="UplcBool.html"><code>UplcBool</code></a></p>
<h4 id="implementation-of-14"><a class="header" href="#implementation-of-14">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#copy">copy</a></p>
<div class="vspace"></div>
<h3 id="isany"><a class="header" href="#isany">isAny</a></h3>
<p><strong>isAny</strong>(): <code>boolean</code></p>
<h4 id="returns-15"><a class="header" href="#returns-15">Returns</a></h4>
<p><code>boolean</code></p>
<h4 id="implementation-of-15"><a class="header" href="#implementation-of-15">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#isany">isAny</a></p>
<h4 id="inherited-from-12"><a class="header" href="#inherited-from-12">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#isany">isAny</a></p>
<div class="vspace"></div>
<h3 id="isdata"><a class="header" href="#isdata">isData</a></h3>
<p><strong>isData</strong>(): <code>boolean</code></p>
<h4 id="returns-16"><a class="header" href="#returns-16">Returns</a></h4>
<p><code>boolean</code></p>
<h4 id="implementation-of-16"><a class="header" href="#implementation-of-16">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#isdata">isData</a></p>
<h4 id="inherited-from-13"><a class="header" href="#inherited-from-13">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#isdata">isData</a></p>
<div class="vspace"></div>
Expand All @@ -332,6 +371,8 @@ <h3 id="islist"><a class="header" href="#islist">isList</a></h3>
<p>Distinguishes a list from a map</p>
<h4 id="returns-17"><a class="header" href="#returns-17">Returns</a></h4>
<p><code>boolean</code></p>
<h4 id="implementation-of-17"><a class="header" href="#implementation-of-17">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#islist">isList</a></p>
<h4 id="inherited-from-14"><a class="header" href="#inherited-from-14">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#islist">isList</a></p>
<div class="vspace"></div>
Expand All @@ -340,6 +381,8 @@ <h3 id="ispair"><a class="header" href="#ispair">isPair</a></h3>
<p>Distinguishes a pair from a mapItem</p>
<h4 id="returns-18"><a class="header" href="#returns-18">Returns</a></h4>
<p><code>boolean</code></p>
<h4 id="implementation-of-18"><a class="header" href="#implementation-of-18">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#ispair">isPair</a></p>
<h4 id="inherited-from-15"><a class="header" href="#inherited-from-15">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#ispair">isPair</a></p>
<div class="vspace"></div>
Expand All @@ -354,6 +397,8 @@ <h4 id="parameters-2"><a class="header" href="#parameters-2">Parameters</a></h4>
</div>
<h4 id="returns-19"><a class="header" href="#returns-19">Returns</a></h4>
<p><code>void</code></p>
<h4 id="implementation-of-19"><a class="header" href="#implementation-of-19">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#toflatvalue">toFlatValue</a></p>
<h4 id="inherited-from-16"><a class="header" href="#inherited-from-16">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#toflatvalue">toFlatValue</a></p>
<div class="vspace"></div>
Expand All @@ -367,6 +412,8 @@ <h4 id="parameters-3"><a class="header" href="#parameters-3">Parameters</a></h4>
</div>
<h4 id="returns-20"><a class="header" href="#returns-20">Returns</a></h4>
<p><code>void</code></p>
<h4 id="implementation-of-20"><a class="header" href="#implementation-of-20">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#toflatvalueinternal">toFlatValueInternal</a></p>
<h4 id="inherited-from-17"><a class="header" href="#inherited-from-17">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#toflatvalueinternal">toFlatValueInternal</a></p>
<div class="vspace"></div>
Expand All @@ -379,11 +426,15 @@ <h4 id="parameters-4"><a class="header" href="#parameters-4">Parameters</a></h4>
</div>
<h4 id="returns-21"><a class="header" href="#returns-21">Returns</a></h4>
<p><code>any</code></p>
<h4 id="implementation-of-21"><a class="header" href="#implementation-of-21">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#transfer">transfer</a></p>
<div class="vspace"></div>
<h3 id="typebits"><a class="header" href="#typebits">typeBits</a></h3>
<p><strong>typeBits</strong>(): <code>string</code></p>
<h4 id="returns-22"><a class="header" href="#returns-22">Returns</a></h4>
<p><code>string</code></p>
<h4 id="implementation-of-22"><a class="header" href="#implementation-of-22">Implementation of</a></h4>
<p><a href="../interfaces/UplcValue.html">UplcValue</a>.<a href="../interfaces/UplcValue.html#typebits">typeBits</a></p>
<h4 id="inherited-from-18"><a class="header" href="#inherited-from-18">Inherited from</a></h4>
<p><a href="UplcValueImpl.html">UplcValueImpl</a>.<a href="UplcValueImpl.html#typebits">typeBits</a></p>
<div class="vspace"></div>
Expand Down
Loading

0 comments on commit e96969e

Please sign in to comment.