@xyo-network/core 2.57.5 → 2.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Hasher/Hasher.js +19 -3
- package/dist/cjs/Hasher/Hasher.js.map +1 -1
- package/dist/cjs/lib/Address/index.js +6 -0
- package/dist/cjs/lib/Address/index.js.map +1 -0
- package/dist/cjs/lib/Address/normalizeAddress.js +9 -0
- package/dist/cjs/lib/Address/normalizeAddress.js.map +1 -0
- package/dist/cjs/lib/Address/trimAddressPrefix.js +13 -0
- package/dist/cjs/lib/Address/trimAddressPrefix.js.map +1 -0
- package/dist/cjs/lib/index.js +1 -0
- package/dist/cjs/lib/index.js.map +1 -1
- package/dist/docs.json +879 -609
- package/dist/esm/Hasher/Hasher.js +17 -3
- package/dist/esm/Hasher/Hasher.js.map +1 -1
- package/dist/esm/lib/Address/index.js +3 -0
- package/dist/esm/lib/Address/index.js.map +1 -0
- package/dist/esm/lib/Address/normalizeAddress.js +5 -0
- package/dist/esm/lib/Address/normalizeAddress.js.map +1 -0
- package/dist/esm/lib/Address/trimAddressPrefix.js +9 -0
- package/dist/esm/lib/Address/trimAddressPrefix.js.map +1 -0
- package/dist/esm/lib/index.js +1 -0
- package/dist/esm/lib/index.js.map +1 -1
- package/dist/types/Hasher/Hasher.d.ts +4 -1
- package/dist/types/Hasher/Hasher.d.ts.map +1 -1
- package/dist/types/lib/Address/index.d.ts +3 -0
- package/dist/types/lib/Address/index.d.ts.map +1 -0
- package/dist/types/lib/Address/normalizeAddress.d.ts +2 -0
- package/dist/types/lib/Address/normalizeAddress.d.ts.map +1 -0
- package/dist/types/lib/Address/trimAddressPrefix.d.ts +3 -0
- package/dist/types/lib/Address/trimAddressPrefix.d.ts.map +1 -0
- package/dist/types/lib/index.d.ts +1 -0
- package/dist/types/lib/index.d.ts.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/Base.html +8 -5
- package/docs/classes/Hasher.html +50 -23
- package/docs/classes/ObjectWrapper.html +7 -4
- package/docs/classes/XyoAbstractData.html +12 -9
- package/docs/classes/XyoData.html +17 -14
- package/docs/classes/XyoObjectWrapper.html +7 -4
- package/docs/classes/XyoValidatorBase.html +8 -5
- package/docs/functions/deepBy.html +4 -1
- package/docs/functions/deepOmitUnderscoreFields.html +4 -1
- package/docs/functions/deepPickUnderscoreFields.html +4 -1
- package/docs/functions/dumpErrors.html +4 -1
- package/docs/functions/isBrowser.html +4 -1
- package/docs/functions/normalizeAddress.html +79 -0
- package/docs/functions/removeEmptyFields.html +4 -1
- package/docs/functions/sortFields.html +4 -1
- package/docs/functions/toUint8Array.html +4 -1
- package/docs/functions/toUint8ArrayOptional.html +4 -1
- package/docs/functions/trimAddressPrefix.html +79 -0
- package/docs/functions/uuid.html +4 -1
- package/docs/index.html +3 -0
- package/docs/interfaces/Logger.html +9 -6
- package/docs/interfaces/Validator.html +5 -2
- package/docs/modules.html +9 -0
- package/docs/types/AnyObject.html +4 -1
- package/docs/types/BaseParams.html +4 -1
- package/docs/types/BaseParamsFields.html +4 -1
- package/docs/types/DataLike.html +4 -1
- package/docs/types/EmptyObject.html +4 -1
- package/docs/types/LogFunction.html +4 -1
- package/docs/types/StringKeyObject.html +4 -1
- package/docs/types/WithAdditional.html +4 -1
- package/docs/variables/addressPrefix.html +70 -0
- package/package.json +8 -7
- package/src/Hasher/Hasher.ts +18 -3
- package/src/lib/Address/index.ts +2 -0
- package/src/lib/Address/normalizeAddress.ts +5 -0
- package/src/lib/Address/trimAddressPrefix.ts +10 -0
- package/src/lib/index.ts +1 -0
- package/dist/cjs/lib/exists.js +0 -8
- package/dist/cjs/lib/exists.js.map +0 -1
- package/dist/esm/lib/exists.js +0 -4
- package/dist/esm/lib/exists.js.map +0 -1
- package/dist/types/lib/exists.d.ts +0 -2
- package/dist/types/lib/exists.d.ts.map +0 -1
- package/src/lib/exists.ts +0 -3
package/docs/classes/Hasher.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<ul class="tsd-hierarchy">
|
|
28
28
|
<li><span class="target">Hasher</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
29
29
|
<ul>
|
|
30
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
30
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L9">packages/protocol/packages/core/src/Hasher/Hasher.ts:9</a></li></ul></aside>
|
|
31
31
|
<section class="tsd-panel-group tsd-index-group">
|
|
32
32
|
<section class="tsd-panel tsd-index-panel">
|
|
33
33
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -40,6 +40,8 @@
|
|
|
40
40
|
<section class="tsd-index-section">
|
|
41
41
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
42
42
|
<div class="tsd-index-list"><a href="Hasher.html#obj" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>obj</span></a>
|
|
43
|
+
<a href="Hasher.html#allowWasm" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>allow<wbr/>Wasm</span></a>
|
|
44
|
+
<a href="Hasher.html#wasmSupported" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>wasm<wbr/>Supported</span></a>
|
|
43
45
|
</div></section>
|
|
44
46
|
<section class="tsd-index-section">
|
|
45
47
|
<h3 class="tsd-index-heading">Accessors</h3>
|
|
@@ -50,9 +52,10 @@
|
|
|
50
52
|
</div></section>
|
|
51
53
|
<section class="tsd-index-section">
|
|
52
54
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
53
|
-
<div class="tsd-index-list"><a href="Hasher.html#
|
|
55
|
+
<div class="tsd-index-list"><a href="Hasher.html#hashAsync" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-2048-path"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)" id="icon-2048-text"></path></svg><span>hash<wbr/>Async</span></a>
|
|
56
|
+
<a href="Hasher.html#hash-2" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash</span></a>
|
|
57
|
+
<a href="Hasher.html#hashAsync-2" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash<wbr/>Async</span></a>
|
|
54
58
|
<a href="Hasher.html#hashFields-2" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash<wbr/>Fields</span></a>
|
|
55
|
-
<a href="Hasher.html#sortedHashData" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>sorted<wbr/>Hash<wbr/>Data</span></a>
|
|
56
59
|
<a href="Hasher.html#stringify" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>stringify</span></a>
|
|
57
60
|
</div></section></div></details></section></section>
|
|
58
61
|
<section class="tsd-panel-group tsd-member-group">
|
|
@@ -75,7 +78,7 @@
|
|
|
75
78
|
<h4 class="tsd-returns-title">Returns <a href="Hasher.html" class="tsd-signature-type tsd-kind-class">Hasher</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
76
79
|
<p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#constructor">constructor</a></p>
|
|
77
80
|
<ul>
|
|
78
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
81
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L6">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:6</a></li></ul></aside></li></ul></section></section>
|
|
79
82
|
<section class="tsd-panel-group tsd-member-group">
|
|
80
83
|
<h2>Properties</h2>
|
|
81
84
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="obj" class="tsd-anchor"></a>
|
|
@@ -83,7 +86,17 @@
|
|
|
83
86
|
<div class="tsd-signature"><span class="tsd-kind-property">obj</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">T</span></div><aside class="tsd-sources">
|
|
84
87
|
<p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#obj">obj</a></p>
|
|
85
88
|
<ul>
|
|
86
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
89
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section>
|
|
90
|
+
<section class="tsd-panel tsd-member"><a id="allowWasm" class="tsd-anchor"></a>
|
|
91
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>allow<wbr/>Wasm</span><a href="#allowWasm" 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>
|
|
92
|
+
<div class="tsd-signature"><span class="tsd-kind-property">allow<wbr/>Wasm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
|
|
93
|
+
<ul>
|
|
94
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L10">packages/protocol/packages/core/src/Hasher/Hasher.ts:10</a></li></ul></aside></section>
|
|
95
|
+
<section class="tsd-panel tsd-member"><a id="wasmSupported" class="tsd-anchor"></a>
|
|
96
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>wasm<wbr/>Supported</span><a href="#wasmSupported" 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>
|
|
97
|
+
<div class="tsd-signature"><span class="tsd-kind-property">wasm<wbr/>Supported</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
|
|
98
|
+
<ul>
|
|
99
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L11">packages/protocol/packages/core/src/Hasher/Hasher.ts:11</a></li></ul></aside></section></section>
|
|
87
100
|
<section class="tsd-panel-group tsd-member-group">
|
|
88
101
|
<h2>Accessors</h2>
|
|
89
102
|
<section class="tsd-panel tsd-member"><a id="hash" class="tsd-anchor"></a>
|
|
@@ -93,7 +106,7 @@
|
|
|
93
106
|
<li class="tsd-description">
|
|
94
107
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
95
108
|
<ul>
|
|
96
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
109
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L13">packages/protocol/packages/core/src/Hasher/Hasher.ts:13</a></li></ul></aside></li></ul></section>
|
|
97
110
|
<section class="tsd-panel tsd-member"><a id="hashFields" class="tsd-anchor"></a>
|
|
98
111
|
<h3 class="tsd-anchor-link"><span>hash<wbr/>Fields</span><a href="#hashFields" 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>
|
|
99
112
|
<ul class="tsd-signatures">
|
|
@@ -101,7 +114,7 @@
|
|
|
101
114
|
<li class="tsd-description">
|
|
102
115
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
|
|
103
116
|
<ul>
|
|
104
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
117
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L17">packages/protocol/packages/core/src/Hasher/Hasher.ts:17</a></li></ul></aside></li></ul></section>
|
|
105
118
|
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="stringKeyObj" class="tsd-anchor"></a>
|
|
106
119
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>string<wbr/>Key<wbr/>Obj</span><a href="#stringKeyObj" 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>
|
|
107
120
|
<ul class="tsd-signatures tsd-is-protected tsd-is-inherited">
|
|
@@ -110,7 +123,7 @@
|
|
|
110
123
|
<h4 class="tsd-returns-title">Returns <a href="../types/StringKeyObject.html" class="tsd-signature-type tsd-kind-type-alias">StringKeyObject</a></h4><aside class="tsd-sources">
|
|
111
124
|
<p>Inherited from ObjectWrapper.stringKeyObj</p>
|
|
112
125
|
<ul>
|
|
113
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
126
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L9">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:9</a></li></ul></aside></li></ul></section>
|
|
114
127
|
<section class="tsd-panel tsd-member"><a id="stringified" class="tsd-anchor"></a>
|
|
115
128
|
<h3 class="tsd-anchor-link"><span>stringified</span><a href="#stringified" 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>
|
|
116
129
|
<ul class="tsd-signatures">
|
|
@@ -118,9 +131,17 @@
|
|
|
118
131
|
<li class="tsd-description">
|
|
119
132
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
120
133
|
<ul>
|
|
121
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
134
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L21">packages/protocol/packages/core/src/Hasher/Hasher.ts:21</a></li></ul></aside></li></ul></section></section>
|
|
122
135
|
<section class="tsd-panel-group tsd-member-group">
|
|
123
136
|
<h2>Methods</h2>
|
|
137
|
+
<section class="tsd-panel tsd-member"><a id="hashAsync" class="tsd-anchor"></a>
|
|
138
|
+
<h3 class="tsd-anchor-link"><span>hash<wbr/>Async</span><a href="#hashAsync" 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>
|
|
139
|
+
<ul class="tsd-signatures">
|
|
140
|
+
<li class="tsd-signature tsd-anchor-link" id="hashAsync.hashAsync-1"><span class="tsd-kind-call-signature">hash<wbr/>Async</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#hashAsync.hashAsync-1" 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></li>
|
|
141
|
+
<li class="tsd-description">
|
|
142
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
143
|
+
<ul>
|
|
144
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L48">packages/protocol/packages/core/src/Hasher/Hasher.ts:48</a></li></ul></aside></li></ul></section>
|
|
124
145
|
<section class="tsd-panel tsd-member"><a id="hash-2" class="tsd-anchor"></a>
|
|
125
146
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash</span><a href="#hash-2" 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>
|
|
126
147
|
<ul class="tsd-signatures">
|
|
@@ -138,11 +159,11 @@
|
|
|
138
159
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
139
160
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
140
161
|
<ul>
|
|
141
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
142
|
-
<section class="tsd-panel tsd-member"><a id="
|
|
143
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash<wbr/>
|
|
162
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L25">packages/protocol/packages/core/src/Hasher/Hasher.ts:25</a></li></ul></aside></li></ul></section>
|
|
163
|
+
<section class="tsd-panel tsd-member"><a id="hashAsync-2" class="tsd-anchor"></a>
|
|
164
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash<wbr/>Async</span><a href="#hashAsync-2" 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>
|
|
144
165
|
<ul class="tsd-signatures">
|
|
145
|
-
<li class="tsd-signature tsd-anchor-link" id="
|
|
166
|
+
<li class="tsd-signature tsd-anchor-link" id="hashAsync-2.hashAsync-3"><span class="tsd-kind-call-signature">hash<wbr/>Async</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><a href="#hashAsync-2.hashAsync-3" 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></li>
|
|
146
167
|
<li class="tsd-description">
|
|
147
168
|
<section class="tsd-panel">
|
|
148
169
|
<h4>Type Parameters</h4>
|
|
@@ -154,13 +175,13 @@
|
|
|
154
175
|
<ul class="tsd-parameter-list">
|
|
155
176
|
<li>
|
|
156
177
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
157
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-
|
|
178
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
158
179
|
<ul>
|
|
159
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
160
|
-
<section class="tsd-panel tsd-member
|
|
161
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <
|
|
162
|
-
<ul class="tsd-signatures
|
|
163
|
-
<li class="tsd-signature tsd-anchor-link" id="
|
|
180
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L29">packages/protocol/packages/core/src/Hasher/Hasher.ts:29</a></li></ul></aside></li></ul></section>
|
|
181
|
+
<section class="tsd-panel tsd-member"><a id="hashFields-2" class="tsd-anchor"></a>
|
|
182
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>hash<wbr/>Fields</span><a href="#hashFields-2" 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>
|
|
183
|
+
<ul class="tsd-signatures">
|
|
184
|
+
<li class="tsd-signature tsd-anchor-link" id="hashFields-2.hashFields-3"><span class="tsd-kind-call-signature">hash<wbr/>Fields</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">obj</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><a href="#hashFields-2.hashFields-3" 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></li>
|
|
164
185
|
<li class="tsd-description">
|
|
165
186
|
<section class="tsd-panel">
|
|
166
187
|
<h4>Type Parameters</h4>
|
|
@@ -172,9 +193,9 @@
|
|
|
172
193
|
<ul class="tsd-parameter-list">
|
|
173
194
|
<li>
|
|
174
195
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
175
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">
|
|
196
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
|
|
176
197
|
<ul>
|
|
177
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
198
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L40">packages/protocol/packages/core/src/Hasher/Hasher.ts:40</a></li></ul></aside></li></ul></section>
|
|
178
199
|
<section class="tsd-panel tsd-member"><a id="stringify" class="tsd-anchor"></a>
|
|
179
200
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>stringify</span><a href="#stringify" 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>
|
|
180
201
|
<ul class="tsd-signatures">
|
|
@@ -192,7 +213,7 @@
|
|
|
192
213
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
193
214
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
194
215
|
<ul>
|
|
195
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
216
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Hasher/Hasher.ts#L44">packages/protocol/packages/core/src/Hasher/Hasher.ts:44</a></li></ul></aside></li></ul></section></section></div>
|
|
196
217
|
<div class="col-sidebar">
|
|
197
218
|
<div class="page-menu">
|
|
198
219
|
<div class="tsd-navigation settings">
|
|
@@ -213,13 +234,16 @@
|
|
|
213
234
|
<ul>
|
|
214
235
|
<li><a href="#constructor" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg><span>constructor</span></a></li>
|
|
215
236
|
<li><a href="#obj" class="tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>obj</span></a></li>
|
|
237
|
+
<li><a href="#allowWasm" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>allow<wbr/>Wasm</span></a></li>
|
|
238
|
+
<li><a href="#wasmSupported" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>wasm<wbr/>Supported</span></a></li>
|
|
216
239
|
<li><a href="#hash" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>hash</span></a></li>
|
|
217
240
|
<li><a href="#hashFields" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>hash<wbr/>Fields</span></a></li>
|
|
218
241
|
<li><a href="#stringKeyObj" class="tsd-is-protected tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>string<wbr/>Key<wbr/>Obj</span></a></li>
|
|
219
242
|
<li><a href="#stringified" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg><span>stringified</span></a></li>
|
|
243
|
+
<li><a href="#hashAsync" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash<wbr/>Async</span></a></li>
|
|
220
244
|
<li><a href="#hash-2" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash</span></a></li>
|
|
245
|
+
<li><a href="#hashAsync-2" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash<wbr/>Async</span></a></li>
|
|
221
246
|
<li><a href="#hashFields-2" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>hash<wbr/>Fields</span></a></li>
|
|
222
|
-
<li><a href="#sortedHashData" class="tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>sorted<wbr/>Hash<wbr/>Data</span></a></li>
|
|
223
247
|
<li><a href="#stringify" class=""><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>stringify</span></a></li></ul></div></details></div>
|
|
224
248
|
<div class="site-menu">
|
|
225
249
|
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4-path"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)" id="icon-4-text"></path></svg><span>@xyo-<wbr/>network/core</span></a>
|
|
@@ -241,15 +265,18 @@
|
|
|
241
265
|
<li><a href="../types/LogFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Log<wbr/>Function</span></a></li>
|
|
242
266
|
<li><a href="../types/StringKeyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>String<wbr/>Key<wbr/>Object</span></a></li>
|
|
243
267
|
<li><a href="../types/WithAdditional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>With<wbr/>Additional</span></a></li>
|
|
268
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>address<wbr/>Prefix</span></a></li>
|
|
244
269
|
<li><a href="../functions/deepBy.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>deep<wbr/>By</span></a></li>
|
|
245
270
|
<li><a href="../functions/deepOmitUnderscoreFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>deep<wbr/>Omit<wbr/>Underscore<wbr/>Fields</span></a></li>
|
|
246
271
|
<li><a href="../functions/deepPickUnderscoreFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>deep<wbr/>Pick<wbr/>Underscore<wbr/>Fields</span></a></li>
|
|
247
272
|
<li><a href="../functions/dumpErrors.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>dump<wbr/>Errors</span></a></li>
|
|
248
273
|
<li><a href="../functions/isBrowser.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Browser</span></a></li>
|
|
274
|
+
<li><a href="../functions/normalizeAddress.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>normalize<wbr/>Address</span></a></li>
|
|
249
275
|
<li><a href="../functions/removeEmptyFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>remove<wbr/>Empty<wbr/>Fields</span></a></li>
|
|
250
276
|
<li><a href="../functions/sortFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>sort<wbr/>Fields</span></a></li>
|
|
251
277
|
<li><a href="../functions/toUint8Array.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>to<wbr/>Uint8<wbr/>Array</span></a></li>
|
|
252
278
|
<li><a href="../functions/toUint8ArrayOptional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>to<wbr/>Uint8<wbr/>Array<wbr/>Optional</span></a></li>
|
|
279
|
+
<li><a href="../functions/trimAddressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>trim<wbr/>Address<wbr/>Prefix</span></a></li>
|
|
253
280
|
<li><a href="../functions/uuid.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>uuid</span></a></li></ul></nav></div></div></div>
|
|
254
281
|
<div class="tsd-generator">
|
|
255
282
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<li><a href="XyoObjectWrapper.html" class="tsd-signature-type tsd-kind-class">XyoObjectWrapper</a></li>
|
|
30
30
|
<li><a href="XyoValidatorBase.html" class="tsd-signature-type tsd-kind-class">XyoValidatorBase</a></li></ul></li></ul></section><aside class="tsd-sources">
|
|
31
31
|
<ul>
|
|
32
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
32
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L4">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:4</a></li></ul></aside>
|
|
33
33
|
<section class="tsd-panel-group tsd-index-group">
|
|
34
34
|
<section class="tsd-panel tsd-index-panel">
|
|
35
35
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
67
67
|
<h4 class="tsd-returns-title">Returns <a href="ObjectWrapper.html" class="tsd-signature-type tsd-kind-class">ObjectWrapper</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
68
68
|
<ul>
|
|
69
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
69
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L6">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:6</a></li></ul></aside></li></ul></section></section>
|
|
70
70
|
<section class="tsd-panel-group tsd-member-group">
|
|
71
71
|
<h2>Properties</h2>
|
|
72
72
|
<section class="tsd-panel tsd-member"><a id="obj" class="tsd-anchor"></a>
|
|
73
73
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>obj</span><a href="#obj" 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>
|
|
74
74
|
<div class="tsd-signature"><span class="tsd-kind-property">obj</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">T</span></div><aside class="tsd-sources">
|
|
75
75
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
76
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section></section>
|
|
77
77
|
<section class="tsd-panel-group tsd-member-group">
|
|
78
78
|
<h2>Accessors</h2>
|
|
79
79
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="stringKeyObj" class="tsd-anchor"></a>
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<li class="tsd-description">
|
|
84
84
|
<h4 class="tsd-returns-title">Returns <a href="../types/StringKeyObject.html" class="tsd-signature-type tsd-kind-type-alias">StringKeyObject</a></h4><aside class="tsd-sources">
|
|
85
85
|
<ul>
|
|
86
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
86
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L9">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:9</a></li></ul></aside></li></ul></section></section></div>
|
|
87
87
|
<div class="col-sidebar">
|
|
88
88
|
<div class="page-menu">
|
|
89
89
|
<div class="tsd-navigation settings">
|
|
@@ -125,15 +125,18 @@
|
|
|
125
125
|
<li><a href="../types/LogFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Log<wbr/>Function</span></a></li>
|
|
126
126
|
<li><a href="../types/StringKeyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>String<wbr/>Key<wbr/>Object</span></a></li>
|
|
127
127
|
<li><a href="../types/WithAdditional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>With<wbr/>Additional</span></a></li>
|
|
128
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>address<wbr/>Prefix</span></a></li>
|
|
128
129
|
<li><a href="../functions/deepBy.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>deep<wbr/>By</span></a></li>
|
|
129
130
|
<li><a href="../functions/deepOmitUnderscoreFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>deep<wbr/>Omit<wbr/>Underscore<wbr/>Fields</span></a></li>
|
|
130
131
|
<li><a href="../functions/deepPickUnderscoreFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>deep<wbr/>Pick<wbr/>Underscore<wbr/>Fields</span></a></li>
|
|
131
132
|
<li><a href="../functions/dumpErrors.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>dump<wbr/>Errors</span></a></li>
|
|
132
133
|
<li><a href="../functions/isBrowser.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Browser</span></a></li>
|
|
134
|
+
<li><a href="../functions/normalizeAddress.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>normalize<wbr/>Address</span></a></li>
|
|
133
135
|
<li><a href="../functions/removeEmptyFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>remove<wbr/>Empty<wbr/>Fields</span></a></li>
|
|
134
136
|
<li><a href="../functions/sortFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>sort<wbr/>Fields</span></a></li>
|
|
135
137
|
<li><a href="../functions/toUint8Array.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>to<wbr/>Uint8<wbr/>Array</span></a></li>
|
|
136
138
|
<li><a href="../functions/toUint8ArrayOptional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>to<wbr/>Uint8<wbr/>Array<wbr/>Optional</span></a></li>
|
|
139
|
+
<li><a href="../functions/trimAddressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>trim<wbr/>Address<wbr/>Prefix</span></a></li>
|
|
137
140
|
<li><a href="../functions/uuid.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>uuid</span></a></li></ul></nav></div></div></div>
|
|
138
141
|
<div class="tsd-generator">
|
|
139
142
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><a href="XyoData.html" class="tsd-signature-type tsd-kind-class">XyoData</a></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L4">packages/protocol/packages/core/src/Data/AbstractData.ts:4</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>_is<wbr/>Xyo<wbr/>Data</span><a href="#_isXyoData" 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>
|
|
64
64
|
<div class="tsd-signature"><span class="tsd-kind-property">_is<wbr/>Xyo<wbr/>Data</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources">
|
|
65
65
|
<ul>
|
|
66
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
66
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L5">packages/protocol/packages/core/src/Data/AbstractData.ts:5</a></li></ul></aside></section></section>
|
|
67
67
|
<section class="tsd-panel-group tsd-member-group">
|
|
68
68
|
<h2>Accessors</h2>
|
|
69
69
|
<section class="tsd-panel tsd-member"><a id="bn" class="tsd-anchor"></a>
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<li class="tsd-description">
|
|
74
74
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">BN</span></h4><aside class="tsd-sources">
|
|
75
75
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
76
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L11">packages/protocol/packages/core/src/Data/AbstractData.ts:11</a></li></ul></aside></li></ul></section>
|
|
77
77
|
<section class="tsd-panel tsd-member"><a id="buffer" class="tsd-anchor"></a>
|
|
78
78
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>buffer</span><a href="#buffer" 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>
|
|
79
79
|
<ul class="tsd-signatures">
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<li class="tsd-description">
|
|
82
82
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Buffer</span></h4><aside class="tsd-sources">
|
|
83
83
|
<ul>
|
|
84
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
84
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L13">packages/protocol/packages/core/src/Data/AbstractData.ts:13</a></li></ul></aside></li></ul></section>
|
|
85
85
|
<section class="tsd-panel tsd-member"><a id="bytes" class="tsd-anchor"></a>
|
|
86
86
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>bytes</span><a href="#bytes" 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>
|
|
87
87
|
<ul class="tsd-signatures">
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
<li class="tsd-description">
|
|
90
90
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Uint8Array</span></h4><aside class="tsd-sources">
|
|
91
91
|
<ul>
|
|
92
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
92
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L15">packages/protocol/packages/core/src/Data/AbstractData.ts:15</a></li></ul></aside></li></ul></section>
|
|
93
93
|
<section class="tsd-panel tsd-member"><a id="hex" class="tsd-anchor"></a>
|
|
94
94
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>hex</span><a href="#hex" 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>
|
|
95
95
|
<ul class="tsd-signatures">
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<li class="tsd-description">
|
|
98
98
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
99
99
|
<ul>
|
|
100
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
100
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L17">packages/protocol/packages/core/src/Data/AbstractData.ts:17</a></li></ul></aside></li></ul></section>
|
|
101
101
|
<section class="tsd-panel tsd-member"><a id="keccak256" class="tsd-anchor"></a>
|
|
102
102
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>keccak256</span><a href="#keccak256" 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>
|
|
103
103
|
<ul class="tsd-signatures">
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<li class="tsd-description">
|
|
106
106
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Buffer</span></h4><aside class="tsd-sources">
|
|
107
107
|
<ul>
|
|
108
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L19">packages/protocol/packages/core/src/Data/AbstractData.ts:19</a></li></ul></aside></li></ul></section>
|
|
109
109
|
<section class="tsd-panel tsd-member"><a id="length" class="tsd-anchor"></a>
|
|
110
110
|
<h3 class="tsd-anchor-link"><span>length</span><a href="#length" 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>
|
|
111
111
|
<ul class="tsd-signatures">
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<li class="tsd-description">
|
|
114
114
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
115
115
|
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L7">packages/protocol/packages/core/src/Data/AbstractData.ts:7</a></li></ul></aside></li></ul></section></section>
|
|
117
117
|
<section class="tsd-panel-group tsd-member-group">
|
|
118
118
|
<h2>Methods</h2>
|
|
119
119
|
<section class="tsd-panel tsd-member"><a id="isXyoData" class="tsd-anchor"></a>
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">unknown</span></h5></li></ul></div>
|
|
129
129
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
130
130
|
<ul>
|
|
131
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
131
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/24e3ae188/packages/protocol/packages/core/src/Data/AbstractData.ts#L21">packages/protocol/packages/core/src/Data/AbstractData.ts:21</a></li></ul></aside></li></ul></section></section></div>
|
|
132
132
|
<div class="col-sidebar">
|
|
133
133
|
<div class="page-menu">
|
|
134
134
|
<div class="tsd-navigation settings">
|
|
@@ -176,15 +176,18 @@
|
|
|
176
176
|
<li><a href="../types/LogFunction.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Log<wbr/>Function</span></a></li>
|
|
177
177
|
<li><a href="../types/StringKeyObject.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>String<wbr/>Key<wbr/>Object</span></a></li>
|
|
178
178
|
<li><a href="../types/WithAdditional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>With<wbr/>Additional</span></a></li>
|
|
179
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg><span>address<wbr/>Prefix</span></a></li>
|
|
179
180
|
<li><a href="../functions/deepBy.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>deep<wbr/>By</span></a></li>
|
|
180
181
|
<li><a href="../functions/deepOmitUnderscoreFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>deep<wbr/>Omit<wbr/>Underscore<wbr/>Fields</span></a></li>
|
|
181
182
|
<li><a href="../functions/deepPickUnderscoreFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>deep<wbr/>Pick<wbr/>Underscore<wbr/>Fields</span></a></li>
|
|
182
183
|
<li><a href="../functions/dumpErrors.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>dump<wbr/>Errors</span></a></li>
|
|
183
184
|
<li><a href="../functions/isBrowser.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Browser</span></a></li>
|
|
185
|
+
<li><a href="../functions/normalizeAddress.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>normalize<wbr/>Address</span></a></li>
|
|
184
186
|
<li><a href="../functions/removeEmptyFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>remove<wbr/>Empty<wbr/>Fields</span></a></li>
|
|
185
187
|
<li><a href="../functions/sortFields.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>sort<wbr/>Fields</span></a></li>
|
|
186
188
|
<li><a href="../functions/toUint8Array.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>to<wbr/>Uint8<wbr/>Array</span></a></li>
|
|
187
189
|
<li><a href="../functions/toUint8ArrayOptional.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>to<wbr/>Uint8<wbr/>Array<wbr/>Optional</span></a></li>
|
|
190
|
+
<li><a href="../functions/trimAddressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>trim<wbr/>Address<wbr/>Prefix</span></a></li>
|
|
188
191
|
<li><a href="../functions/uuid.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>uuid</span></a></li></ul></nav></div></div></div>
|
|
189
192
|
<div class="tsd-generator">
|
|
190
193
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|