@xyo-network/core 2.59.0 → 2.60.0-rc.2
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 +65 -11
- package/dist/cjs/Hasher/Hasher.js.map +1 -1
- package/dist/cjs/Wasm/WasmSupport.js +4 -4
- package/dist/cjs/Wasm/WasmSupport.js.map +1 -1
- package/dist/cjs/lib/Validator.js.map +1 -1
- package/dist/docs.json +8640 -4538
- package/dist/esm/Hasher/Hasher.js +47 -11
- package/dist/esm/Hasher/Hasher.js.map +1 -1
- package/dist/esm/Wasm/WasmSupport.js +1 -1
- package/dist/esm/Wasm/WasmSupport.js.map +1 -1
- package/dist/esm/lib/Validator.js.map +1 -1
- package/dist/types/Hasher/Hasher.d.ts +16 -3
- package/dist/types/Hasher/Hasher.d.ts.map +1 -1
- package/dist/types/Wasm/WasmSupport.d.ts +1 -2
- package/dist/types/Wasm/WasmSupport.d.ts.map +1 -1
- package/dist/types/lib/Validator.d.ts +3 -2
- package/dist/types/lib/Validator.d.ts.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/Base.html +9 -7
- package/docs/classes/Hasher.html +252 -77
- package/docs/classes/ObjectWrapper.html +9 -7
- package/docs/classes/PayloadHasher.html +441 -0
- package/docs/classes/WasmSupport.html +24 -22
- package/docs/classes/XyoAbstractData.html +13 -11
- package/docs/classes/XyoData.html +18 -16
- package/docs/classes/XyoObjectWrapper.html +8 -6
- package/docs/classes/XyoValidatorBase.html +11 -9
- package/docs/functions/deepBy.html +5 -3
- package/docs/functions/deepOmitUnderscoreFields.html +5 -3
- package/docs/functions/deepPickUnderscoreFields.html +5 -3
- package/docs/functions/dumpErrors.html +5 -3
- package/docs/functions/isBrowser.html +5 -3
- package/docs/functions/normalizeAddress.html +5 -3
- package/docs/functions/removeEmptyFields.html +5 -3
- package/docs/functions/sortFields.html +5 -3
- package/docs/functions/toUint8Array.html +5 -3
- package/docs/functions/toUint8ArrayOptional.html +5 -3
- package/docs/functions/trimAddressPrefix.html +5 -3
- package/docs/functions/uuid.html +5 -3
- package/docs/index.html +4 -2
- package/docs/interfaces/Logger.html +10 -8
- package/docs/interfaces/Validator.html +8 -6
- package/docs/modules.html +7 -3
- package/docs/types/AnyObject.html +5 -3
- package/docs/types/BaseParams.html +5 -3
- package/docs/types/BaseParamsFields.html +5 -3
- package/docs/types/DataLike.html +5 -3
- package/docs/types/EmptyObject.html +5 -3
- package/docs/types/LogFunction.html +5 -3
- package/docs/types/StringKeyObject.html +5 -3
- package/docs/types/WasmFeature.html +6 -4
- package/docs/types/WithAdditional.html +5 -3
- package/docs/variables/WasmFeatureDetectors.html +205 -0
- package/docs/variables/addressPrefix.html +5 -3
- package/package.json +4 -2
- package/src/Hasher/Hasher.ts +55 -11
- package/src/Wasm/WasmSupport.ts +1 -1
- package/src/lib/Validator.ts +4 -2
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">XyoData</span></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/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L11">packages/protocol/packages/core/src/Data/Data.ts:11</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">
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<h4 class="tsd-returns-title">Returns <a href="XyoData.html" class="tsd-signature-type tsd-kind-class">XyoData</a></h4><aside class="tsd-sources">
|
|
70
70
|
<p>Overrides <a href="XyoAbstractData.html">XyoAbstractData</a>.<a href="XyoAbstractData.html#constructor">constructor</a></p>
|
|
71
71
|
<ul>
|
|
72
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
72
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L15">packages/protocol/packages/core/src/Data/Data.ts:15</a></li></ul></aside></li>
|
|
73
73
|
<li class="tsd-signature tsd-anchor-link" id="constructor.new_XyoData-1"><span class="tsd-kind-constructor-signature">new <wbr/>Xyo<wbr/>Data</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">length</span>, <span class="tsd-kind-parameter">bytes</span>, <span class="tsd-kind-parameter">base</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="XyoData.html" class="tsd-signature-type tsd-kind-class">XyoData</a><a href="#constructor.new_XyoData-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>
|
|
74
74
|
<li class="tsd-description">
|
|
75
75
|
<div class="tsd-parameters">
|
|
@@ -84,19 +84,19 @@
|
|
|
84
84
|
<h4 class="tsd-returns-title">Returns <a href="XyoData.html" class="tsd-signature-type tsd-kind-class">XyoData</a></h4><aside class="tsd-sources">
|
|
85
85
|
<p>Overrides XyoAbstractData.constructor</p>
|
|
86
86
|
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
87
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L16">packages/protocol/packages/core/src/Data/Data.ts:16</a></li></ul></aside></li></ul></section></section>
|
|
88
88
|
<section class="tsd-panel-group tsd-member-group">
|
|
89
89
|
<h2>Properties</h2>
|
|
90
90
|
<section class="tsd-panel tsd-member tsd-is-private"><a id="_bytes" class="tsd-anchor"></a>
|
|
91
91
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagOptional">Optional</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>
|
|
92
92
|
<div class="tsd-signature"><span class="tsd-kind-property">_bytes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type ">Uint8Array</span></div><aside class="tsd-sources">
|
|
93
93
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
94
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L12">packages/protocol/packages/core/src/Data/Data.ts:12</a></li></ul></aside></section>
|
|
95
95
|
<section class="tsd-panel tsd-member tsd-is-private"><a id="_length" class="tsd-anchor"></a>
|
|
96
96
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <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>
|
|
97
97
|
<div class="tsd-signature"><span class="tsd-kind-property">_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
99
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L13">packages/protocol/packages/core/src/Data/Data.ts:13</a></li></ul></aside></section></section>
|
|
100
100
|
<section class="tsd-panel-group tsd-member-group">
|
|
101
101
|
<h2>Accessors</h2>
|
|
102
102
|
<section class="tsd-panel tsd-member"><a id="base58" class="tsd-anchor"></a>
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
<li class="tsd-description">
|
|
107
107
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
108
108
|
<ul>
|
|
109
|
-
<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/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L23">packages/protocol/packages/core/src/Data/Data.ts:23</a></li></ul></aside></li></ul></section>
|
|
110
110
|
<section class="tsd-panel tsd-member"><a id="bn" class="tsd-anchor"></a>
|
|
111
111
|
<h3 class="tsd-anchor-link"><span>bn</span><a href="#bn" 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>
|
|
112
112
|
<ul class="tsd-signatures">
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">BN</span></h4><aside class="tsd-sources">
|
|
116
116
|
<p>Overrides XyoAbstractData.bn</p>
|
|
117
117
|
<ul>
|
|
118
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
118
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L28">packages/protocol/packages/core/src/Data/Data.ts:28</a></li></ul></aside></li></ul></section>
|
|
119
119
|
<section class="tsd-panel tsd-member"><a id="buffer" class="tsd-anchor"></a>
|
|
120
120
|
<h3 class="tsd-anchor-link"><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>
|
|
121
121
|
<ul class="tsd-signatures">
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Buffer</span></h4><aside class="tsd-sources">
|
|
125
125
|
<p>Overrides XyoAbstractData.buffer</p>
|
|
126
126
|
<ul>
|
|
127
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
127
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L33">packages/protocol/packages/core/src/Data/Data.ts:33</a></li></ul></aside></li></ul></section>
|
|
128
128
|
<section class="tsd-panel tsd-member"><a id="bytes" class="tsd-anchor"></a>
|
|
129
129
|
<h3 class="tsd-anchor-link"><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>
|
|
130
130
|
<ul class="tsd-signatures">
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Uint8Array</span></h4><aside class="tsd-sources">
|
|
134
134
|
<p>Overrides XyoAbstractData.bytes</p>
|
|
135
135
|
<ul>
|
|
136
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
136
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L38">packages/protocol/packages/core/src/Data/Data.ts:38</a></li></ul></aside></li></ul></section>
|
|
137
137
|
<section class="tsd-panel tsd-member"><a id="hex" class="tsd-anchor"></a>
|
|
138
138
|
<h3 class="tsd-anchor-link"><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>
|
|
139
139
|
<ul class="tsd-signatures">
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
143
143
|
<p>Overrides XyoAbstractData.hex</p>
|
|
144
144
|
<ul>
|
|
145
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
145
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L42">packages/protocol/packages/core/src/Data/Data.ts:42</a></li></ul></aside></li></ul></section>
|
|
146
146
|
<section class="tsd-panel tsd-member"><a id="keccak256" class="tsd-anchor"></a>
|
|
147
147
|
<h3 class="tsd-anchor-link"><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>
|
|
148
148
|
<ul class="tsd-signatures">
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Buffer</span></h4><aside class="tsd-sources">
|
|
152
152
|
<p>Overrides XyoAbstractData.keccak256</p>
|
|
153
153
|
<ul>
|
|
154
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
154
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L47">packages/protocol/packages/core/src/Data/Data.ts:47</a></li></ul></aside></li></ul></section>
|
|
155
155
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="length" class="tsd-anchor"></a>
|
|
156
156
|
<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>
|
|
157
157
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
161
161
|
<p>Inherited from XyoAbstractData.length</p>
|
|
162
162
|
<ul>
|
|
163
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
163
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/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>
|
|
164
164
|
<section class="tsd-panel-group tsd-member-group">
|
|
165
165
|
<h2>Methods</h2>
|
|
166
166
|
<section class="tsd-panel tsd-member tsd-is-private"><a id="checkLength" class="tsd-anchor"></a>
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
<li class="tsd-description">
|
|
171
171
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
172
172
|
<ul>
|
|
173
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
173
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Data/Data.ts#L53">packages/protocol/packages/core/src/Data/Data.ts:53</a></li></ul></aside></li></ul></section>
|
|
174
174
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isXyoData" class="tsd-anchor"></a>
|
|
175
175
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</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>
|
|
176
176
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
185
185
|
<p>Inherited from <a href="XyoAbstractData.html">XyoAbstractData</a>.<a href="XyoAbstractData.html#isXyoData">isXyoData</a></p>
|
|
186
186
|
<ul>
|
|
187
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
187
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/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>
|
|
188
188
|
<div class="col-sidebar">
|
|
189
189
|
<div class="page-menu">
|
|
190
190
|
<div class="tsd-navigation settings">
|
|
@@ -219,8 +219,9 @@
|
|
|
219
219
|
<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>
|
|
220
220
|
<ul class="tsd-small-nested-navigation">
|
|
221
221
|
<li><a href="Base.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-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
|
|
222
|
-
<li><a href="Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
222
|
+
<li><a href="Hasher.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
223
223
|
<li><a href="ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
|
|
224
|
+
<li><a href="PayloadHasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Payload<wbr/>Hasher</span></a></li>
|
|
224
225
|
<li><a href="WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
|
|
225
226
|
<li><a href="XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
|
|
226
227
|
<li><a href="XyoData.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
|
|
@@ -237,7 +238,8 @@
|
|
|
237
238
|
<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>
|
|
238
239
|
<li><a href="../types/WasmFeature.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>Wasm<wbr/>Feature</span></a></li>
|
|
239
240
|
<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>
|
|
240
|
-
<li><a href="../variables/
|
|
241
|
+
<li><a href="../variables/WasmFeatureDetectors.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>Wasm<wbr/>Feature<wbr/>Detectors</span></a></li>
|
|
242
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>address<wbr/>Prefix</span></a></li>
|
|
241
243
|
<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>
|
|
242
244
|
<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>
|
|
243
245
|
<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>
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">XyoObjectWrapper</span></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/07894923abf1/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L14">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:14</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">
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<h4 class="tsd-returns-title">Returns <a href="XyoObjectWrapper.html" class="tsd-signature-type tsd-kind-class">XyoObjectWrapper</a></h4><aside class="tsd-sources">
|
|
56
56
|
<p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#constructor">constructor</a></p>
|
|
57
57
|
<ul>
|
|
58
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
58
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/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>
|
|
59
59
|
<section class="tsd-panel-group tsd-member-group">
|
|
60
60
|
<h2>Properties</h2>
|
|
61
61
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="obj" class="tsd-anchor"></a>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<div class="tsd-signature"><span class="tsd-kind-property">obj</span><span class="tsd-signature-symbol">:</span> <a href="../types/EmptyObject.html" class="tsd-signature-type tsd-kind-type-alias">EmptyObject</a></div><aside class="tsd-sources">
|
|
64
64
|
<p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#obj">obj</a></p>
|
|
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/07894923abf1/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.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 tsd-is-protected tsd-is-inherited"><a id="stringKeyObj" class="tsd-anchor"></a>
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
<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">
|
|
75
75
|
<p>Inherited from ObjectWrapper.stringKeyObj</p>
|
|
76
76
|
<ul>
|
|
77
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
77
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/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>
|
|
78
78
|
<div class="col-sidebar">
|
|
79
79
|
<div class="page-menu">
|
|
80
80
|
<div class="tsd-navigation settings">
|
|
@@ -100,8 +100,9 @@
|
|
|
100
100
|
<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>
|
|
101
101
|
<ul class="tsd-small-nested-navigation">
|
|
102
102
|
<li><a href="Base.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-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
|
|
103
|
-
<li><a href="Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
103
|
+
<li><a href="Hasher.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
104
104
|
<li><a href="ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
|
|
105
|
+
<li><a href="PayloadHasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Payload<wbr/>Hasher</span></a></li>
|
|
105
106
|
<li><a href="WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
|
|
106
107
|
<li><a href="XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
|
|
107
108
|
<li><a href="XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
|
|
@@ -118,7 +119,8 @@
|
|
|
118
119
|
<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>
|
|
119
120
|
<li><a href="../types/WasmFeature.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>Wasm<wbr/>Feature</span></a></li>
|
|
120
121
|
<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>
|
|
121
|
-
<li><a href="../variables/
|
|
122
|
+
<li><a href="../variables/WasmFeatureDetectors.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>Wasm<wbr/>Feature<wbr/>Detectors</span></a></li>
|
|
123
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>address<wbr/>Prefix</span></a></li>
|
|
122
124
|
<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>
|
|
123
125
|
<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>
|
|
124
126
|
<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>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<ul class="tsd-hierarchy">
|
|
32
32
|
<li><a href="../interfaces/Validator.html" class="tsd-signature-type tsd-kind-interface">Validator</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></li></ul></section><aside class="tsd-sources">
|
|
33
33
|
<ul>
|
|
34
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
34
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/lib/Validator.ts#L10">packages/protocol/packages/core/src/lib/Validator.ts:10</a></li></ul></aside>
|
|
35
35
|
<section class="tsd-panel-group tsd-index-group">
|
|
36
36
|
<section class="tsd-panel tsd-index-panel">
|
|
37
37
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
<h4 class="tsd-returns-title">Returns <a href="XyoValidatorBase.html" class="tsd-signature-type tsd-kind-class">XyoValidatorBase</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">
|
|
74
74
|
<p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#constructor">constructor</a></p>
|
|
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/07894923abf1/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>
|
|
77
77
|
<section class="tsd-panel-group tsd-member-group">
|
|
78
78
|
<h2>Properties</h2>
|
|
79
79
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="obj" class="tsd-anchor"></a>
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<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">
|
|
82
82
|
<p>Inherited from <a href="ObjectWrapper.html">ObjectWrapper</a>.<a href="ObjectWrapper.html#obj">obj</a></p>
|
|
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/07894923abf1/packages/protocol/packages/core/src/lib/ObjectWrapper.ts#L5">packages/protocol/packages/core/src/lib/ObjectWrapper.ts:5</a></li></ul></aside></section></section>
|
|
85
85
|
<section class="tsd-panel-group tsd-member-group">
|
|
86
86
|
<h2>Accessors</h2>
|
|
87
87
|
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="stringKeyObj" class="tsd-anchor"></a>
|
|
@@ -92,23 +92,23 @@
|
|
|
92
92
|
<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">
|
|
93
93
|
<p>Inherited from ObjectWrapper.stringKeyObj</p>
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/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>
|
|
96
96
|
<section class="tsd-panel-group tsd-member-group">
|
|
97
97
|
<h2>Methods</h2>
|
|
98
98
|
<section class="tsd-panel tsd-member"><a id="validate" class="tsd-anchor"></a>
|
|
99
99
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>validate</span><a href="#validate" 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>
|
|
100
100
|
<ul class="tsd-signatures">
|
|
101
|
-
<li class="tsd-signature tsd-anchor-link" id="validate.validate-1"><span class="tsd-kind-call-signature">validate</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">payload</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Error</span><span class="tsd-signature-symbol">[]</span><a href="#validate.validate-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>
|
|
101
|
+
<li class="tsd-signature tsd-anchor-link" id="validate.validate-1"><span class="tsd-kind-call-signature">validate</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">payload</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promisable</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Error</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">></span><a href="#validate.validate-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>
|
|
102
102
|
<li class="tsd-description">
|
|
103
103
|
<div class="tsd-parameters">
|
|
104
104
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
105
105
|
<ul class="tsd-parameter-list">
|
|
106
106
|
<li>
|
|
107
107
|
<h5><span class="tsd-kind-parameter">payload</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
108
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Error</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
108
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promisable</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">Error</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">never</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
109
109
|
<p>Implementation of <a href="../interfaces/Validator.html">Validator</a>.<a href="../interfaces/Validator.html#validate">validate</a></p>
|
|
110
110
|
<ul>
|
|
111
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
111
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/lib/Validator.ts#L11">packages/protocol/packages/core/src/lib/Validator.ts:11</a></li></ul></aside></li></ul></section></section></div>
|
|
112
112
|
<div class="col-sidebar">
|
|
113
113
|
<div class="page-menu">
|
|
114
114
|
<div class="tsd-navigation settings">
|
|
@@ -135,8 +135,9 @@
|
|
|
135
135
|
<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>
|
|
136
136
|
<ul class="tsd-small-nested-navigation">
|
|
137
137
|
<li><a href="Base.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-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
|
|
138
|
-
<li><a href="Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
138
|
+
<li><a href="Hasher.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
139
139
|
<li><a href="ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
|
|
140
|
+
<li><a href="PayloadHasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Payload<wbr/>Hasher</span></a></li>
|
|
140
141
|
<li><a href="WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
|
|
141
142
|
<li><a href="XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
|
|
142
143
|
<li><a href="XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
|
|
@@ -153,7 +154,8 @@
|
|
|
153
154
|
<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>
|
|
154
155
|
<li><a href="../types/WasmFeature.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>Wasm<wbr/>Feature</span></a></li>
|
|
155
156
|
<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>
|
|
156
|
-
<li><a href="../variables/
|
|
157
|
+
<li><a href="../variables/WasmFeatureDetectors.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>Wasm<wbr/>Feature<wbr/>Detectors</span></a></li>
|
|
158
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>address<wbr/>Prefix</span></a></li>
|
|
157
159
|
<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>
|
|
158
160
|
<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>
|
|
159
161
|
<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>
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<h5><span class="tsd-kind-parameter">func</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </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">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Dictionary</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><br/><span> </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">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">NumericDictionary</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><br/><span> </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">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Partial</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><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span><br/><span> </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-type tsd-kind-type-parameter">S</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Dictionary</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">S</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </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-type tsd-kind-type-parameter">S</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">NumericDictionary</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">S</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span><br/><span> </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">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Dictionary</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><br/><span> </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">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">NumericDictionary</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><br/><span> </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">object</span>, <span class="tsd-kind-parameter">predicate</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Partial</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><br/><span class="tsd-signature-symbol">}</span></h5></li></ul></div>
|
|
36
36
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
|
|
37
37
|
<ul>
|
|
38
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
38
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Hasher/removeFields.ts#L11">packages/protocol/packages/core/src/Hasher/removeFields.ts:11</a></li></ul></aside></li></ul></section></div>
|
|
39
39
|
<div class="col-sidebar">
|
|
40
40
|
<div class="page-menu">
|
|
41
41
|
<div class="tsd-navigation settings">
|
|
@@ -54,8 +54,9 @@
|
|
|
54
54
|
<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>
|
|
55
55
|
<ul class="tsd-small-nested-navigation">
|
|
56
56
|
<li><a href="../classes/Base.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-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
|
|
57
|
-
<li><a href="../classes/Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
57
|
+
<li><a href="../classes/Hasher.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
58
58
|
<li><a href="../classes/ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
|
|
59
|
+
<li><a href="../classes/PayloadHasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Payload<wbr/>Hasher</span></a></li>
|
|
59
60
|
<li><a href="../classes/WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
|
|
60
61
|
<li><a href="../classes/XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
|
|
61
62
|
<li><a href="../classes/XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
|
|
@@ -72,7 +73,8 @@
|
|
|
72
73
|
<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>
|
|
73
74
|
<li><a href="../types/WasmFeature.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>Wasm<wbr/>Feature</span></a></li>
|
|
74
75
|
<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>
|
|
75
|
-
<li><a href="../variables/
|
|
76
|
+
<li><a href="../variables/WasmFeatureDetectors.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>Wasm<wbr/>Feature<wbr/>Detectors</span></a></li>
|
|
77
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>address<wbr/>Prefix</span></a></li>
|
|
76
78
|
<li><a href="deepBy.html" class="current"><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>
|
|
77
79
|
<li><a href="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>
|
|
78
80
|
<li><a href="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>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
32
32
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
|
|
33
33
|
<ul>
|
|
34
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
34
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Hasher/removeFields.ts#L30">packages/protocol/packages/core/src/Hasher/removeFields.ts:30</a></li></ul></aside></li></ul></section></div>
|
|
35
35
|
<div class="col-sidebar">
|
|
36
36
|
<div class="page-menu">
|
|
37
37
|
<div class="tsd-navigation settings">
|
|
@@ -50,8 +50,9 @@
|
|
|
50
50
|
<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>
|
|
51
51
|
<ul class="tsd-small-nested-navigation">
|
|
52
52
|
<li><a href="../classes/Base.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-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
|
|
53
|
-
<li><a href="../classes/Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
53
|
+
<li><a href="../classes/Hasher.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
54
54
|
<li><a href="../classes/ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
|
|
55
|
+
<li><a href="../classes/PayloadHasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Payload<wbr/>Hasher</span></a></li>
|
|
55
56
|
<li><a href="../classes/WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
|
|
56
57
|
<li><a href="../classes/XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
|
|
57
58
|
<li><a href="../classes/XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
|
|
@@ -68,7 +69,8 @@
|
|
|
68
69
|
<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>
|
|
69
70
|
<li><a href="../types/WasmFeature.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>Wasm<wbr/>Feature</span></a></li>
|
|
70
71
|
<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>
|
|
71
|
-
<li><a href="../variables/
|
|
72
|
+
<li><a href="../variables/WasmFeatureDetectors.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>Wasm<wbr/>Feature<wbr/>Detectors</span></a></li>
|
|
73
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>address<wbr/>Prefix</span></a></li>
|
|
72
74
|
<li><a href="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>
|
|
73
75
|
<li><a href="deepOmitUnderscoreFields.html" class="current"><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>
|
|
74
76
|
<li><a href="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>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<h5><span class="tsd-kind-parameter">obj</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
32
32
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
|
|
33
33
|
<ul>
|
|
34
|
-
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
34
|
+
<li>Defined in <a href="https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/07894923abf1/packages/protocol/packages/core/src/Hasher/removeFields.ts#L34">packages/protocol/packages/core/src/Hasher/removeFields.ts:34</a></li></ul></aside></li></ul></section></div>
|
|
35
35
|
<div class="col-sidebar">
|
|
36
36
|
<div class="page-menu">
|
|
37
37
|
<div class="tsd-navigation settings">
|
|
@@ -50,8 +50,9 @@
|
|
|
50
50
|
<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>
|
|
51
51
|
<ul class="tsd-small-nested-navigation">
|
|
52
52
|
<li><a href="../classes/Base.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-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg><span>Base</span></a></li>
|
|
53
|
-
<li><a href="../classes/Hasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
53
|
+
<li><a href="../classes/Hasher.html" class="deprecated"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Hasher</span></a></li>
|
|
54
54
|
<li><a href="../classes/ObjectWrapper.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Object<wbr/>Wrapper</span></a></li>
|
|
55
|
+
<li><a href="../classes/PayloadHasher.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Payload<wbr/>Hasher</span></a></li>
|
|
55
56
|
<li><a href="../classes/WasmSupport.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Wasm<wbr/>Support</span></a></li>
|
|
56
57
|
<li><a href="../classes/XyoAbstractData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Abstract<wbr/>Data</span></a></li>
|
|
57
58
|
<li><a href="../classes/XyoData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Xyo<wbr/>Data</span></a></li>
|
|
@@ -68,7 +69,8 @@
|
|
|
68
69
|
<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>
|
|
69
70
|
<li><a href="../types/WasmFeature.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>Wasm<wbr/>Feature</span></a></li>
|
|
70
71
|
<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>
|
|
71
|
-
<li><a href="../variables/
|
|
72
|
+
<li><a href="../variables/WasmFeatureDetectors.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>Wasm<wbr/>Feature<wbr/>Detectors</span></a></li>
|
|
73
|
+
<li><a href="../variables/addressPrefix.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg><span>address<wbr/>Prefix</span></a></li>
|
|
72
74
|
<li><a href="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>
|
|
73
75
|
<li><a href="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>
|
|
74
76
|
<li><a href="deepPickUnderscoreFields.html" class="current"><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>
|