Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3fbeb5b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Feb 5, 2025
1 parent ce60562 commit 0598ca5
Show file tree
Hide file tree
Showing 462 changed files with 28,013 additions and 3,095 deletions.
7 changes: 7 additions & 0 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
--dark-hl-8: #D4D4D4;
--light-hl-9: #098658;
--dark-hl-9: #B5CEA8;
--light-hl-10: #0451A5;
--dark-hl-10: #9CDCFE;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -34,6 +36,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
} }

Expand All @@ -48,6 +51,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
} }

Expand All @@ -62,6 +66,7 @@
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--code-background: var(--light-code-background);
}

Expand All @@ -76,6 +81,7 @@
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--code-background: var(--dark-code-background);
}

Expand All @@ -89,4 +95,5 @@
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
pre, code { background: var(--code-background); }
2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/APIVersionEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">APIVersionEvent</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/sse/event.ts#L138">src/sse/event.ts:138</a></li></ul></aside>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/sse/event.ts#L138">src/sse/event.ts:138</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -48,14 +48,14 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5>apiVersion: <span class="tsd-signature-type">string</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="APIVersionEvent.html" class="tsd-signature-type" data-tsd-kind="Class">APIVersionEvent</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/sse/event.ts#L142">src/sse/event.ts:142</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/sse/event.ts#L142">src/sse/event.ts:142</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="apiVersion" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>api<wbr/>Version</span><a href="#apiVersion" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">api<wbr/>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/sse/event.ts#L140">src/sse/event.ts:140</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/sse/event.ts#L140">src/sse/event.ts:140</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
12 changes: 6 additions & 6 deletions classes/Account.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">Account</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/types/Account.ts#L62">src/types/Account.ts:62</a></li></ul></aside>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/types/Account.ts#L62">src/types/Account.ts:62</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -58,36 +58,36 @@ <h3 class="tsd-anchor-link"><span>account<wbr/>Hash</span><a href="#accountHash"
<div class="tsd-comment tsd-typography"><p>The account hash for this account, which serves as a unique identifier.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/types/Account.ts#L72">src/types/Account.ts:72</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/types/Account.ts#L72">src/types/Account.ts:72</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="actionThresholds" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>action<wbr/>Thresholds</span><a href="#actionThresholds" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">action<wbr/>Thresholds<span class="tsd-signature-symbol">:</span> <a href="ActionThresholds.html" class="tsd-signature-type" data-tsd-kind="Class">ActionThresholds</a></div>
<div class="tsd-comment tsd-typography"><p>The action thresholds for this account, setting required weights for specific actions.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/types/Account.ts#L105">src/types/Account.ts:105</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/types/Account.ts#L105">src/types/Account.ts:105</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="associatedKeys" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>associated<wbr/>Keys</span><a href="#associatedKeys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">associated<wbr/>Keys<span class="tsd-signature-symbol">:</span> <a href="AssociatedKey.html" class="tsd-signature-type" data-tsd-kind="Class">AssociatedKey</a><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-comment tsd-typography"><p>The list of associated keys for this account, each with an <code>AccountHash</code> and weight.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/types/Account.ts#L99">src/types/Account.ts:99</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/types/Account.ts#L99">src/types/Account.ts:99</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="mainPurse" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>main<wbr/>Purse</span><a href="#mainPurse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">main<wbr/>Purse<span class="tsd-signature-symbol">:</span> <a href="URef.html" class="tsd-signature-type" data-tsd-kind="Class">URef</a></div>
<div class="tsd-comment tsd-typography"><p>The main purse associated with this account, represented as a <code>URef</code>.</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/types/Account.ts#L93">src/types/Account.ts:93</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/types/Account.ts#L93">src/types/Account.ts:93</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="namedKeys" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>named<wbr/>Keys</span><a href="#namedKeys" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">named<wbr/>Keys<span class="tsd-signature-symbol">:</span> <a href="NamedKeys.html" class="tsd-signature-type" data-tsd-kind="Class">NamedKeys</a></div>
<div class="tsd-comment tsd-typography"><p>The named keys associated with this account, mapping key names to <code>URef</code> values.
TODO: Is it could be any type of keys or certain types?</p>
</div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/c6d0121/src/types/Account.ts#L82">src/types/Account.ts:82</a></li></ul></aside></section></section></div>
<li>Defined in <a href="https://github.com/casper-ecosystem/casper-js-sdk/blob/3fbeb5b/src/types/Account.ts#L82">src/types/Account.ts:82</a></li></ul></aside></section></section></div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<div class="tsd-navigation settings">
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
Expand Down
Loading

0 comments on commit 0598ca5

Please sign in to comment.