@cityofzion/bs-neo3 0.4.1 → 0.4.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/BSNeo3.js +1 -1
- package/docs/classes/BDSNeo3.html +13 -13
- package/docs/classes/BSNeo3.html +24 -24
- package/docs/interfaces/DoraNeo3Abi.html +6 -6
- package/docs/interfaces/DoraNeo3Asset.html +9 -9
- package/docs/interfaces/DoraNeo3AssetState.html +6 -6
- package/docs/interfaces/DoraNeo3Balance.html +5 -5
- package/docs/interfaces/DoraNeo3ConsensusNode.html +3 -3
- package/docs/interfaces/DoraNeo3Contract.html +8 -8
- package/docs/interfaces/DoraNeo3Event.html +3 -3
- package/docs/interfaces/DoraNeo3Features.html +1 -1
- package/docs/interfaces/DoraNeo3HistoryState.html +3 -3
- package/docs/interfaces/DoraNeo3Invocation.html +3 -3
- package/docs/interfaces/DoraNeo3Item.html +11 -11
- package/docs/interfaces/DoraNeo3Manifest.html +9 -9
- package/docs/interfaces/DoraNeo3Metadata.html +12 -12
- package/docs/interfaces/DoraNeo3Method.html +12 -12
- package/docs/interfaces/DoraNeo3Nef.html +7 -7
- package/docs/interfaces/DoraNeo3Notification.html +4 -4
- package/docs/interfaces/DoraNeo3Parameter.html +3 -3
- package/docs/interfaces/DoraNeo3Permission.html +3 -3
- package/docs/interfaces/DoraNeo3Signer.html +3 -3
- package/docs/interfaces/DoraNeo3Token.html +6 -6
- package/docs/interfaces/DoraNeo3Transaction.html +16 -16
- package/docs/interfaces/DoraNeo3TransactionHistory.html +3 -3
- package/docs/interfaces/DoraNeo3Transfer.html +9 -9
- package/docs/interfaces/DoraNeo3Witness.html +3 -3
- package/docs/variables/DORA_ASSET.html +1 -1
- package/docs/variables/DORA_BALANCE.html +1 -1
- package/docs/variables/DORA_CONTRACT.html +1 -1
- package/docs/variables/DORA_NODES.html +1 -1
- package/docs/variables/DORA_TRANSACTION.html +1 -1
- package/docs/variables/DORA_TRANSACTIONS.html +1 -1
- package/docs/variables/explorerOptions.html +1 -1
- package/docs/variables/gasInfoNeo3.html +1 -1
- package/docs/variables/neoInfoNeo3.html +1 -1
- package/package.json +3 -3
- package/src/BSNeo3.ts +1 -1
package/dist/BSNeo3.js
CHANGED
|
@@ -34,7 +34,7 @@ class BSNeo3 {
|
|
|
34
34
|
this.blockchainName = blockchainName;
|
|
35
35
|
}
|
|
36
36
|
validateAddress(address) {
|
|
37
|
-
return neon_js_1.wallet.isAddress(address);
|
|
37
|
+
return neon_js_1.wallet.isAddress(address, 53);
|
|
38
38
|
}
|
|
39
39
|
validateEncryptedKey(encryptedKey) {
|
|
40
40
|
return neon_js_1.wallet.isNEP2(encryptedKey);
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<li><span class="tsd-signature-type">BlockchainDataService</span></li>
|
|
26
26
|
<li><span class="tsd-signature-type">BDSClaimable</span></li></ul></section><aside class="tsd-sources">
|
|
27
27
|
<ul>
|
|
28
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
28
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L5">BDSNeo3.ts:5</a></li></ul></aside>
|
|
29
29
|
<section class="tsd-panel-group tsd-index-group">
|
|
30
30
|
<section class="tsd-panel tsd-index-panel">
|
|
31
31
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
<div class="tsd-signature">explorer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'https://dora.coz.io'</span></div><aside class="tsd-sources">
|
|
69
69
|
<p>Implementation of BlockchainDataService.explorer</p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L6">BDSNeo3.ts:6</a></li></ul></aside></section>
|
|
72
72
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="network" class="tsd-anchor"></a>
|
|
73
73
|
<h3 class="tsd-anchor-link"><span>network</span><a href="#network" 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">network<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">BlockchainNetwork</span><span class="tsd-signature-symbol"> = 'mainnet'</span></div><aside class="tsd-sources">
|
|
75
75
|
<p>Implementation of BlockchainDataService.network</p>
|
|
76
76
|
<ul>
|
|
77
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
77
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L7">BDSNeo3.ts:7</a></li></ul></aside></section></section>
|
|
78
78
|
<section class="tsd-panel-group tsd-member-group">
|
|
79
79
|
<h2>Methods</h2>
|
|
80
80
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="findTransactionByTxid" class="tsd-anchor"></a>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<h5>address: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
92
92
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TransactionResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
93
93
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
94
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L31">BDSNeo3.ts:31</a></li></ul></aside></li></ul></section>
|
|
95
95
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getAllNodes" class="tsd-anchor"></a>
|
|
96
96
|
<h3 class="tsd-anchor-link"><span>get<wbr/>All<wbr/>Nodes</span><a href="#getAllNodes" 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
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ConsensusNodeResponse</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
101
101
|
<p>Implementation of BlockchainDataService.getAllNodes</p>
|
|
102
102
|
<ul>
|
|
103
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
103
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L133">BDSNeo3.ts:133</a></li></ul></aside></li></ul></section>
|
|
104
104
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getBalance" class="tsd-anchor"></a>
|
|
105
105
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Balance</span><a href="#getBalance" 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>
|
|
106
106
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">BalanceResponse</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
115
115
|
<p>Implementation of BlockchainDataService.getBalance</p>
|
|
116
116
|
<ul>
|
|
117
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
117
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L116">BDSNeo3.ts:116</a></li></ul></aside></li></ul></section>
|
|
118
118
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getContract" class="tsd-anchor"></a>
|
|
119
119
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Contract</span><a href="#getContract" 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>
|
|
120
120
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ContractResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
129
129
|
<p>Implementation of BlockchainDataService.getContract</p>
|
|
130
130
|
<ul>
|
|
131
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
131
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L88">BDSNeo3.ts:88</a></li></ul></aside></li></ul></section>
|
|
132
132
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getHigherNode" class="tsd-anchor"></a>
|
|
133
133
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Higher<wbr/>Node</span><a href="#getHigherNode" 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>
|
|
134
134
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ConsensusNodeResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
138
138
|
<p>Implementation of BlockchainDataService.getHigherNode</p>
|
|
139
139
|
<ul>
|
|
140
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
140
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L142">BDSNeo3.ts:142</a></li></ul></aside></li></ul></section>
|
|
141
141
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getHistoryTransactions" class="tsd-anchor"></a>
|
|
142
142
|
<h3 class="tsd-anchor-link"><span>get<wbr/>History<wbr/>Transactions</span><a href="#getHistoryTransactions" 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>
|
|
143
143
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TransactionHistoryResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
154
154
|
<p>Implementation of BlockchainDataService.getHistoryTransactions</p>
|
|
155
155
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L52">BDSNeo3.ts:52</a></li></ul></aside></li></ul></section>
|
|
157
157
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getTokenInfo" class="tsd-anchor"></a>
|
|
158
158
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Token<wbr/>Info</span><a href="#getTokenInfo" 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>
|
|
159
159
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TokenInfoResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
168
168
|
<p>Implementation of BlockchainDataService.getTokenInfo</p>
|
|
169
169
|
<ul>
|
|
170
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
170
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L103">BDSNeo3.ts:103</a></li></ul></aside></li></ul></section>
|
|
171
171
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getTransaction" class="tsd-anchor"></a>
|
|
172
172
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Transaction</span><a href="#getTransaction" 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>
|
|
173
173
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">TransactionResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
182
182
|
<p>Implementation of BlockchainDataService.getTransaction</p>
|
|
183
183
|
<ul>
|
|
184
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
184
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L11">BDSNeo3.ts:11</a></li></ul></aside></li></ul></section>
|
|
185
185
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getUnclaimed" class="tsd-anchor"></a>
|
|
186
186
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Unclaimed</span><a href="#getUnclaimed" 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>
|
|
187
187
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">UnclaimedResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
196
196
|
<p>Implementation of BDSClaimable.getUnclaimed</p>
|
|
197
197
|
<ul>
|
|
198
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
198
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L154">BDSNeo3.ts:154</a></li></ul></aside></li></ul></section>
|
|
199
199
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="setNetwork" class="tsd-anchor"></a>
|
|
200
200
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Network</span><a href="#setNetwork" 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>
|
|
201
201
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
210
210
|
<p>Implementation of BlockchainDataService.setNetwork</p>
|
|
211
211
|
<ul>
|
|
212
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
212
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BDSNeo3.ts#L8">BDSNeo3.ts:8</a></li></ul></aside></li></ul></section></section></div>
|
|
213
213
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
214
214
|
<div class="tsd-navigation settings">
|
|
215
215
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
package/docs/classes/BSNeo3.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<li><span class="tsd-signature-type">Claimable</span></li>
|
|
32
32
|
<li><span class="tsd-signature-type">NeoNameService</span></li></ul></section><aside class="tsd-sources">
|
|
33
33
|
<ul>
|
|
34
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
34
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L13">BSNeo3.ts:13</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">
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
<h5>blockchainName: <span class="tsd-signature-type" data-tsd-kind="Type parameter">BSCustomName</span></h5></li></ul></div>
|
|
89
89
|
<h4 class="tsd-returns-title">Returns <a href="BSNeo3.html" class="tsd-signature-type" data-tsd-kind="Class">BSNeo3</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">BSCustomName</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
90
90
|
<ul>
|
|
91
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
91
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L23">BSNeo3.ts:23</a></li></ul></aside></li></ul></section></section>
|
|
92
92
|
<section class="tsd-panel-group tsd-member-group">
|
|
93
93
|
<h2>Properties</h2>
|
|
94
94
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="blockchainName" class="tsd-anchor"></a>
|
|
@@ -96,42 +96,42 @@
|
|
|
96
96
|
<div class="tsd-signature">blockchain<wbr/>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type" data-tsd-kind="Type parameter">BSCustomName</span></div><aside class="tsd-sources">
|
|
97
97
|
<p>Implementation of BlockchainService.blockchainName</p>
|
|
98
98
|
<ul>
|
|
99
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
99
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L14">BSNeo3.ts:14</a></li></ul></aside></section>
|
|
100
100
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="dataService" class="tsd-anchor"></a>
|
|
101
101
|
<h3 class="tsd-anchor-link"><span>data<wbr/>Service</span><a href="#dataService" 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>
|
|
102
102
|
<div class="tsd-signature">data<wbr/>Service<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">BlockchainDataService</span><span class="tsd-signature-symbol"> & </span><span class="tsd-signature-type">BDSClaimable</span><span class="tsd-signature-symbol"> = explorerOptions.dora</span></div><aside class="tsd-sources">
|
|
103
103
|
<p>Implementation of BlockchainService.dataService</p>
|
|
104
104
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
105
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L15">BSNeo3.ts:15</a></li></ul></aside></section>
|
|
106
106
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="derivationPath" class="tsd-anchor"></a>
|
|
107
107
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>derivation<wbr/>Path</span><a href="#derivationPath" 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>
|
|
108
108
|
<div class="tsd-signature">derivation<wbr/>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = "m/44'/888'/0'/0/?"</span></div><aside class="tsd-sources">
|
|
109
109
|
<ul>
|
|
110
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
110
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L21">BSNeo3.ts:21</a></li></ul></aside></section>
|
|
111
111
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="exchange" class="tsd-anchor"></a>
|
|
112
112
|
<h3 class="tsd-anchor-link"><span>exchange</span><a href="#exchange" 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>
|
|
113
113
|
<div class="tsd-signature">exchange<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Exchange</span><span class="tsd-signature-symbol"> = exchangeOptions.flamingo</span></div><aside class="tsd-sources">
|
|
114
114
|
<p>Implementation of BlockchainService.exchange</p>
|
|
115
115
|
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
116
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L17">BSNeo3.ts:17</a></li></ul></aside></section>
|
|
117
117
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="feeToken" class="tsd-anchor"></a>
|
|
118
118
|
<h3 class="tsd-anchor-link"><span>fee<wbr/>Token</span><a href="#feeToken" 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>
|
|
119
119
|
<div class="tsd-signature">fee<wbr/>Token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TokenInfo</span><span class="tsd-signature-symbol"> = gasInfoNeo3</span></div><aside class="tsd-sources">
|
|
120
120
|
<p>Implementation of BlockchainService.feeToken</p>
|
|
121
121
|
<ul>
|
|
122
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
122
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L16">BSNeo3.ts:16</a></li></ul></aside></section>
|
|
123
123
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="tokenClaim" class="tsd-anchor"></a>
|
|
124
124
|
<h3 class="tsd-anchor-link"><span>token<wbr/>Claim</span><a href="#tokenClaim" 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>
|
|
125
125
|
<div class="tsd-signature">token<wbr/>Claim<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TokenInfo</span><span class="tsd-signature-symbol"> = neoInfoNeo3</span></div><aside class="tsd-sources">
|
|
126
126
|
<p>Implementation of Claimable.tokenClaim</p>
|
|
127
127
|
<ul>
|
|
128
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
128
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L18">BSNeo3.ts:18</a></li></ul></aside></section>
|
|
129
129
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="tokens" class="tsd-anchor"></a>
|
|
130
130
|
<h3 class="tsd-anchor-link"><span>tokens</span><a href="#tokens" 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>
|
|
131
131
|
<div class="tsd-signature">tokens<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Token</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = tokens</span></div><aside class="tsd-sources">
|
|
132
132
|
<p>Implementation of BlockchainService.tokens</p>
|
|
133
133
|
<ul>
|
|
134
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
134
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L19">BSNeo3.ts:19</a></li></ul></aside></section></section>
|
|
135
135
|
<section class="tsd-panel-group tsd-member-group">
|
|
136
136
|
<h2>Methods</h2>
|
|
137
137
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="buildTransfer" class="tsd-anchor"></a>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h5>account: <span class="tsd-signature-type">Account</span></h5></li></ul></div>
|
|
149
149
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Nep17TransferIntent</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L202">BSNeo3.ts:202</a></li></ul></aside></li></ul></section>
|
|
152
152
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="calculateTransferFee" class="tsd-anchor"></a>
|
|
153
153
|
<h3 class="tsd-anchor-link"><span>calculate<wbr/>Transfer<wbr/>Fee</span><a href="#calculateTransferFee" 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>
|
|
154
154
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">CalculateTransferFeeResponse</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
163
163
|
<p>Implementation of BlockchainService.calculateTransferFee</p>
|
|
164
164
|
<ul>
|
|
165
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
165
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L60">BSNeo3.ts:60</a></li></ul></aside></li></ul></section>
|
|
166
166
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="claim" class="tsd-anchor"></a>
|
|
167
167
|
<h3 class="tsd-anchor-link"><span>claim</span><a href="#claim" 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>
|
|
168
168
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-symbol">{ </span><br/><span> </span>hash<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>symbol<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span>txid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
177
177
|
<p>Implementation of Claimable.claim</p>
|
|
178
178
|
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
179
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L128">BSNeo3.ts:128</a></li></ul></aside></li></ul></section>
|
|
180
180
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="decryptKey" class="tsd-anchor"></a>
|
|
181
181
|
<h3 class="tsd-anchor-link"><span>decrypt<wbr/>Key</span><a href="#decryptKey" 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>
|
|
182
182
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Account</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
193
193
|
<p>Implementation of BlockchainService.decryptKey</p>
|
|
194
194
|
<ul>
|
|
195
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
195
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L55">BSNeo3.ts:55</a></li></ul></aside></li></ul></section>
|
|
196
196
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateAccount" class="tsd-anchor"></a>
|
|
197
197
|
<h3 class="tsd-anchor-link"><span>generate<wbr/>Account</span><a href="#generateAccount" 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>
|
|
198
198
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Account</span></h4><aside class="tsd-sources">
|
|
209
209
|
<p>Implementation of BlockchainService.generateAccount</p>
|
|
210
210
|
<ul>
|
|
211
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
211
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L44">BSNeo3.ts:44</a></li></ul></aside></li></ul></section>
|
|
212
212
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateAccountFromWif" class="tsd-anchor"></a>
|
|
213
213
|
<h3 class="tsd-anchor-link"><span>generate<wbr/>Account<wbr/>From<wbr/>Wif</span><a href="#generateAccountFromWif" 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>
|
|
214
214
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Account</span></h4><aside class="tsd-sources">
|
|
223
223
|
<p>Implementation of BlockchainService.generateAccountFromWif</p>
|
|
224
224
|
<ul>
|
|
225
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
225
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L51">BSNeo3.ts:51</a></li></ul></aside></li></ul></section>
|
|
226
226
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateMnemonic" class="tsd-anchor"></a>
|
|
227
227
|
<h3 class="tsd-anchor-link"><span>generate<wbr/>Mnemonic</span><a href="#generateMnemonic" 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>
|
|
228
228
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
|
|
232
232
|
<p>Implementation of BlockchainService.generateMnemonic</p>
|
|
233
233
|
<ul>
|
|
234
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
234
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L39">BSNeo3.ts:39</a></li></ul></aside></li></ul></section>
|
|
235
235
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getNNSRecord" class="tsd-anchor"></a>
|
|
236
236
|
<h3 class="tsd-anchor-link"><span>getNNSRecord</span><a href="#getNNSRecord" 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>
|
|
237
237
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
248
248
|
<p>Implementation of NeoNameService.getNNSRecord</p>
|
|
249
249
|
<ul>
|
|
250
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
250
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L159">BSNeo3.ts:159</a></li></ul></aside></li></ul></section>
|
|
251
251
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getOwnerOfNNS" class="tsd-anchor"></a>
|
|
252
252
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Owner<wbr/>OfNNS</span><a href="#getOwnerOfNNS" 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>
|
|
253
253
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
262
262
|
<p>Implementation of NeoNameService.getOwnerOfNNS</p>
|
|
263
263
|
<ul>
|
|
264
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
264
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L182">BSNeo3.ts:182</a></li></ul></aside></li></ul></section>
|
|
265
265
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="sendTransaction" class="tsd-anchor"></a>
|
|
266
266
|
<h3 class="tsd-anchor-link"><span>send<wbr/>Transaction</span><a href="#sendTransaction" 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>
|
|
267
267
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
<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">
|
|
276
276
|
<p>Implementation of BlockchainService.sendTransaction</p>
|
|
277
277
|
<ul>
|
|
278
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
278
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L114">BSNeo3.ts:114</a></li></ul></aside></li></ul></section>
|
|
279
279
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="signTransfer" class="tsd-anchor"></a>
|
|
280
280
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>sign<wbr/>Transfer</span><a href="#signTransfer" 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>
|
|
281
281
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
<h5>account: <span class="tsd-signature-type">Account</span></h5></li></ul></div>
|
|
289
289
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">signingConfig</span></h4><aside class="tsd-sources">
|
|
290
290
|
<ul>
|
|
291
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
291
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L216">BSNeo3.ts:216</a></li></ul></aside></li></ul></section>
|
|
292
292
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateAddress" class="tsd-anchor"></a>
|
|
293
293
|
<h3 class="tsd-anchor-link"><span>validate<wbr/>Address</span><a href="#validateAddress" 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>
|
|
294
294
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
303
303
|
<p>Implementation of BlockchainService.validateAddress</p>
|
|
304
304
|
<ul>
|
|
305
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
305
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L26">BSNeo3.ts:26</a></li></ul></aside></li></ul></section>
|
|
306
306
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateEncryptedKey" class="tsd-anchor"></a>
|
|
307
307
|
<h3 class="tsd-anchor-link"><span>validate<wbr/>Encrypted<wbr/>Key</span><a href="#validateEncryptedKey" 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>
|
|
308
308
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
317
317
|
<p>Implementation of BlockchainService.validateEncryptedKey</p>
|
|
318
318
|
<ul>
|
|
319
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
319
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L29">BSNeo3.ts:29</a></li></ul></aside></li></ul></section>
|
|
320
320
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateNNSFormat" class="tsd-anchor"></a>
|
|
321
321
|
<h3 class="tsd-anchor-link"><span>validateNNSFormat</span><a href="#validateNNSFormat" 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>
|
|
322
322
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
331
331
|
<p>Implementation of NeoNameService.validateNNSFormat</p>
|
|
332
332
|
<ul>
|
|
333
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
333
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L35">BSNeo3.ts:35</a></li></ul></aside></li></ul></section>
|
|
334
334
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateWif" class="tsd-anchor"></a>
|
|
335
335
|
<h3 class="tsd-anchor-link"><span>validate<wbr/>Wif</span><a href="#validateWif" 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>
|
|
336
336
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
345
345
|
<p>Implementation of BlockchainService.validateWif</p>
|
|
346
346
|
<ul>
|
|
347
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
347
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L32">BSNeo3.ts:32</a></li></ul></aside></li></ul></section></section></div>
|
|
348
348
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
349
349
|
<div class="tsd-navigation settings">
|
|
350
350
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">DoraNeo3Abi</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
24
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L144">explorer/dora/DoraNeo3Responses.ts:144</a></li>
|
|
24
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L184">explorer/dora/DoraNeo3Responses.ts:184</a></li></ul></aside>
|
|
25
25
|
<section class="tsd-panel-group tsd-index-group">
|
|
26
26
|
<section class="tsd-panel tsd-index-panel">
|
|
27
27
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
<h3 class="tsd-anchor-link"><span>events</span><a href="#events" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
39
39
|
<div class="tsd-signature">events<span class="tsd-signature-symbol">:</span> <a href="DoraNeo3Event.html" class="tsd-signature-type" data-tsd-kind="Interface">DoraNeo3Event</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
|
|
40
40
|
<ul>
|
|
41
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
42
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
41
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L146">explorer/dora/DoraNeo3Responses.ts:146</a></li>
|
|
42
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L186">explorer/dora/DoraNeo3Responses.ts:186</a></li></ul></aside></section>
|
|
43
43
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="methods" class="tsd-anchor"></a>
|
|
44
44
|
<h3 class="tsd-anchor-link"><span>methods</span><a href="#methods" 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>
|
|
45
45
|
<div class="tsd-signature">methods<span class="tsd-signature-symbol">:</span> <a href="DoraNeo3Method.html" class="tsd-signature-type" data-tsd-kind="Interface">DoraNeo3Method</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
|
|
46
46
|
<ul>
|
|
47
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
48
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
47
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L145">explorer/dora/DoraNeo3Responses.ts:145</a></li>
|
|
48
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L185">explorer/dora/DoraNeo3Responses.ts:185</a></li></ul></aside></section></section></div>
|
|
49
49
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
50
50
|
<div class="tsd-navigation settings">
|
|
51
51
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">DoraNeo3Asset</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L197">explorer/dora/DoraNeo3Responses.ts:197</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -43,42 +43,42 @@
|
|
|
43
43
|
<h3 class="tsd-anchor-link"><span>decimals</span><a href="#decimals" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
44
44
|
<div class="tsd-signature">decimals<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
45
45
|
<ul>
|
|
46
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
46
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L202">explorer/dora/DoraNeo3Responses.ts:202</a></li></ul></aside></section>
|
|
47
47
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="firstseen" class="tsd-anchor"></a>
|
|
48
48
|
<h3 class="tsd-anchor-link"><span>firstseen</span><a href="#firstseen" 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>
|
|
49
49
|
<div class="tsd-signature">firstseen<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
50
50
|
<ul>
|
|
51
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
51
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L200">explorer/dora/DoraNeo3Responses.ts:200</a></li></ul></aside></section>
|
|
52
52
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="name" class="tsd-anchor"></a>
|
|
53
53
|
<h3 class="tsd-anchor-link"><span>name</span><a href="#name" 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>
|
|
54
54
|
<div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
55
55
|
<ul>
|
|
56
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
56
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L198">explorer/dora/DoraNeo3Responses.ts:198</a></li></ul></aside></section>
|
|
57
57
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="scripthash" class="tsd-anchor"></a>
|
|
58
58
|
<h3 class="tsd-anchor-link"><span>scripthash</span><a href="#scripthash" 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>
|
|
59
59
|
<div class="tsd-signature">scripthash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
60
60
|
<ul>
|
|
61
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
61
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L199">explorer/dora/DoraNeo3Responses.ts:199</a></li></ul></aside></section>
|
|
62
62
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="state" class="tsd-anchor"></a>
|
|
63
63
|
<h3 class="tsd-anchor-link"><span>state</span><a href="#state" 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">state<span class="tsd-signature-symbol">:</span> <a href="DoraNeo3AssetState.html" class="tsd-signature-type" data-tsd-kind="Interface">DoraNeo3AssetState</a></div><aside class="tsd-sources">
|
|
65
65
|
<ul>
|
|
66
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
66
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L203">explorer/dora/DoraNeo3Responses.ts:203</a></li></ul></aside></section>
|
|
67
67
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="symbol" class="tsd-anchor"></a>
|
|
68
68
|
<h3 class="tsd-anchor-link"><span>symbol</span><a href="#symbol" 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>
|
|
69
69
|
<div class="tsd-signature">symbol<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L201">explorer/dora/DoraNeo3Responses.ts:201</a></li></ul></aside></section>
|
|
72
72
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="time" class="tsd-anchor"></a>
|
|
73
73
|
<h3 class="tsd-anchor-link"><span>time</span><a href="#time" 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">time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
75
75
|
<ul>
|
|
76
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
76
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L205">explorer/dora/DoraNeo3Responses.ts:205</a></li></ul></aside></section>
|
|
77
77
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="type" class="tsd-anchor"></a>
|
|
78
78
|
<h3 class="tsd-anchor-link"><span>type</span><a href="#type" 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
|
<div class="tsd-signature">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
80
80
|
<ul>
|
|
81
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
81
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L204">explorer/dora/DoraNeo3Responses.ts:204</a></li></ul></aside></section></section></div>
|
|
82
82
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
83
83
|
<div class="tsd-navigation settings">
|
|
84
84
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">DoraNeo3AssetState</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L189">explorer/dora/DoraNeo3Responses.ts:189</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -40,27 +40,27 @@
|
|
|
40
40
|
<h3 class="tsd-anchor-link"><span>hash</span><a href="#hash" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
|
|
41
41
|
<div class="tsd-signature">hash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
|
42
42
|
<ul>
|
|
43
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
43
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L192">explorer/dora/DoraNeo3Responses.ts:192</a></li></ul></aside></section>
|
|
44
44
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="id" class="tsd-anchor"></a>
|
|
45
45
|
<h3 class="tsd-anchor-link"><span>id</span><a href="#id" 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>
|
|
46
46
|
<div class="tsd-signature">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
47
47
|
<ul>
|
|
48
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
48
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L190">explorer/dora/DoraNeo3Responses.ts:190</a></li></ul></aside></section>
|
|
49
49
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="manifest" class="tsd-anchor"></a>
|
|
50
50
|
<h3 class="tsd-anchor-link"><span>manifest</span><a href="#manifest" 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>
|
|
51
51
|
<div class="tsd-signature">manifest<span class="tsd-signature-symbol">:</span> <a href="DoraNeo3Manifest.html" class="tsd-signature-type" data-tsd-kind="Interface">DoraNeo3Manifest</a></div><aside class="tsd-sources">
|
|
52
52
|
<ul>
|
|
53
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
53
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L194">explorer/dora/DoraNeo3Responses.ts:194</a></li></ul></aside></section>
|
|
54
54
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="nef" class="tsd-anchor"></a>
|
|
55
55
|
<h3 class="tsd-anchor-link"><span>nef</span><a href="#nef" 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>
|
|
56
56
|
<div class="tsd-signature">nef<span class="tsd-signature-symbol">:</span> <a href="DoraNeo3Nef.html" class="tsd-signature-type" data-tsd-kind="Interface">DoraNeo3Nef</a></div><aside class="tsd-sources">
|
|
57
57
|
<ul>
|
|
58
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
58
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L193">explorer/dora/DoraNeo3Responses.ts:193</a></li></ul></aside></section>
|
|
59
59
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="updatecounter" class="tsd-anchor"></a>
|
|
60
60
|
<h3 class="tsd-anchor-link"><span>updatecounter</span><a href="#updatecounter" 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>
|
|
61
61
|
<div class="tsd-signature">updatecounter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
|
|
62
62
|
<ul>
|
|
63
|
-
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/
|
|
63
|
+
<li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L191">explorer/dora/DoraNeo3Responses.ts:191</a></li></ul></aside></section></section></div>
|
|
64
64
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
65
65
|
<div class="tsd-navigation settings">
|
|
66
66
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|