@cityofzion/bs-neo3 0.4.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/.rush/temp/operation/build/state.json +1 -1
  2. package/.rush/temp/package-deps_build.json +20 -0
  3. package/.rush/temp/shrinkwrap-deps.json +2 -2
  4. package/bs-neo3.build.log +1 -86
  5. package/dist/BSNeo3.d.ts +22 -12
  6. package/dist/BSNeo3.js +85 -55
  7. package/dist/constants.d.ts +10 -3
  8. package/docs/assets/search.js +1 -1
  9. package/docs/classes/BDSNeo3.html +13 -13
  10. package/docs/classes/BSNeo3.html +80 -36
  11. package/docs/interfaces/DoraNeo3Abi.html +6 -6
  12. package/docs/interfaces/DoraNeo3Asset.html +9 -9
  13. package/docs/interfaces/DoraNeo3AssetState.html +6 -6
  14. package/docs/interfaces/DoraNeo3Balance.html +5 -5
  15. package/docs/interfaces/DoraNeo3ConsensusNode.html +3 -3
  16. package/docs/interfaces/DoraNeo3Contract.html +8 -8
  17. package/docs/interfaces/DoraNeo3Event.html +3 -3
  18. package/docs/interfaces/DoraNeo3Features.html +1 -1
  19. package/docs/interfaces/DoraNeo3HistoryState.html +3 -3
  20. package/docs/interfaces/DoraNeo3Invocation.html +3 -3
  21. package/docs/interfaces/DoraNeo3Item.html +11 -11
  22. package/docs/interfaces/DoraNeo3Manifest.html +9 -9
  23. package/docs/interfaces/DoraNeo3Metadata.html +12 -12
  24. package/docs/interfaces/DoraNeo3Method.html +12 -12
  25. package/docs/interfaces/DoraNeo3Nef.html +7 -7
  26. package/docs/interfaces/DoraNeo3Notification.html +4 -4
  27. package/docs/interfaces/DoraNeo3Parameter.html +3 -3
  28. package/docs/interfaces/DoraNeo3Permission.html +3 -3
  29. package/docs/interfaces/DoraNeo3Signer.html +3 -3
  30. package/docs/interfaces/DoraNeo3Token.html +6 -6
  31. package/docs/interfaces/DoraNeo3Transaction.html +16 -16
  32. package/docs/interfaces/DoraNeo3TransactionHistory.html +3 -3
  33. package/docs/interfaces/DoraNeo3Transfer.html +9 -9
  34. package/docs/interfaces/DoraNeo3Witness.html +3 -3
  35. package/docs/variables/DORA_ASSET.html +1 -1
  36. package/docs/variables/DORA_BALANCE.html +1 -1
  37. package/docs/variables/DORA_CONTRACT.html +1 -1
  38. package/docs/variables/DORA_NODES.html +1 -1
  39. package/docs/variables/DORA_TRANSACTION.html +1 -1
  40. package/docs/variables/DORA_TRANSACTIONS.html +1 -1
  41. package/docs/variables/explorerOptions.html +1 -1
  42. package/docs/variables/gasInfoNeo3.html +11 -2
  43. package/docs/variables/neoInfoNeo3.html +11 -2
  44. package/jest.config.ts +13 -0
  45. package/jest.setup.ts +1 -0
  46. package/package.json +14 -6
  47. package/src/BSNeo3.ts +221 -221
  48. package/src/DoraBDSNeo3.ts +180 -0
  49. package/src/FlamingoEDSNeo3.ts +45 -0
  50. package/src/GhostMarketNDSNeo3.ts +117 -0
  51. package/src/RpcBDSNeo3.ts +155 -0
  52. package/src/__tests__/BDSNeo3.spec.ts +126 -0
  53. package/src/__tests__/BSNeo3.spec.ts +142 -0
  54. package/src/__tests__/FlamingoEDSNeo3.spec.ts +45 -0
  55. package/src/__tests__/GhostMarketNDSNeo3.spec.ts +43 -0
  56. package/src/__tests__/utils/sleep.ts +1 -0
  57. package/src/assets/tokens/common.json +14 -0
  58. package/src/assets/tokens/mainnet.json +116 -0
  59. package/src/constants.ts +26 -10
  60. package/src/index.ts +4 -2
  61. package/tsconfig.build.json +4 -0
  62. package/tsconfig.json +3 -7
  63. package/bs-neo3.build.error.log +0 -84
  64. package/dist/excpetions.d.ts +0 -3
  65. package/dist/excpetions.js +0 -8
  66. package/src/BDSNeo3.ts +0 -168
  67. package/src/assets/blockchain_icon_neo.png +0 -0
  68. package/src/assets/blockchain_icon_neo_white.png +0 -0
  69. package/src/assets/tokens.json +0 -129
  70. package/src/exceptions.ts +0 -5
  71. package/src/explorer/dora/DoraNeo3Responses.ts +0 -207
  72. package/src/explorer/dora/DoraNeo3Routes.ts +0 -6
  73. package/src/explorer/index.ts +0 -8
@@ -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/437c7e9/packages/bs-neo3/src/BSNeo3.ts#L13">BSNeo3.ts:13</a></li></ul></aside>
34
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L14">BSNeo3.ts:14</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">
@@ -45,9 +45,10 @@
45
45
  <h3 class="tsd-index-heading">Properties</h3>
46
46
  <div class="tsd-index-list"><a href="BSNeo3.html#blockchainName" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>blockchain<wbr/>Name</span></a>
47
47
  <a href="BSNeo3.html#dataService" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>data<wbr/>Service</span></a>
48
- <a href="BSNeo3.html#derivationPath" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>derivation<wbr/>Path</span></a>
48
+ <a href="BSNeo3.html#derivationPath" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>derivation<wbr/>Path</span></a>
49
49
  <a href="BSNeo3.html#exchange" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>exchange</span></a>
50
50
  <a href="BSNeo3.html#feeToken" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>fee<wbr/>Token</span></a>
51
+ <a href="BSNeo3.html#keychain" class="tsd-index-link tsd-kind-property tsd-parent-kind-class tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>keychain</span></a>
51
52
  <a href="BSNeo3.html#tokenClaim" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>token<wbr/>Claim</span></a>
52
53
  <a href="BSNeo3.html#tokens" class="tsd-index-link tsd-kind-property tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>tokens</span></a>
53
54
  </div></section>
@@ -60,6 +61,7 @@
60
61
  <a href="BSNeo3.html#generateAccount" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>generate<wbr/>Account</span></a>
61
62
  <a href="BSNeo3.html#generateAccountFromWif" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>generate<wbr/>Account<wbr/>From<wbr/>Wif</span></a>
62
63
  <a href="BSNeo3.html#generateMnemonic" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>generate<wbr/>Mnemonic</span></a>
64
+ <a href="BSNeo3.html#generateWif" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>generate<wbr/>Wif</span></a>
63
65
  <a href="BSNeo3.html#getNNSRecord" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>getNNSRecord</span></a>
64
66
  <a href="BSNeo3.html#getOwnerOfNNS" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Owner<wbr/>OfNNS</span></a>
65
67
  <a href="BSNeo3.html#sendTransaction" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>send<wbr/>Transaction</span></a>
@@ -88,7 +90,7 @@
88
90
  <h5>blockchainName: <span class="tsd-signature-type" data-tsd-kind="Type parameter">BSCustomName</span></h5></li></ul></div>
89
91
  <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">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">BSCustomName</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
90
92
  <ul>
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>
93
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L23">BSNeo3.ts:23</a></li></ul></aside></li></ul></section></section>
92
94
  <section class="tsd-panel-group tsd-member-group">
93
95
  <h2>Properties</h2>
94
96
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="blockchainName" class="tsd-anchor"></a>
@@ -96,42 +98,66 @@
96
98
  <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
99
  <p>Implementation of BlockchainService.blockchainName</p>
98
100
  <ul>
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>
101
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L15">BSNeo3.ts:15</a></li></ul></aside></section>
100
102
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="dataService" class="tsd-anchor"></a>
101
103
  <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
104
  <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"> &amp; </span><span class="tsd-signature-type">BDSClaimable</span><span class="tsd-signature-symbol"> = explorerOptions.dora</span></div><aside class="tsd-sources">
103
105
  <p>Implementation of BlockchainService.dataService</p>
104
106
  <ul>
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
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="derivationPath" class="tsd-anchor"></a>
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>
107
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L16">BSNeo3.ts:16</a></li></ul></aside></section>
108
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="derivationPath" class="tsd-anchor"></a>
109
+ <h3 class="tsd-anchor-link"><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
110
  <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"> = &quot;m/44&#39;/888&#39;/0&#39;/0/?&quot;</span></div><aside class="tsd-sources">
111
+ <p>Implementation of BlockchainService.derivationPath</p>
109
112
  <ul>
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>
113
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L17">BSNeo3.ts:17</a></li></ul></aside></section>
111
114
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="exchange" class="tsd-anchor"></a>
112
115
  <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
116
  <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
117
  <p>Implementation of BlockchainService.exchange</p>
115
118
  <ul>
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>
119
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L19">BSNeo3.ts:19</a></li></ul></aside></section>
117
120
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="feeToken" class="tsd-anchor"></a>
118
121
  <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
- <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">
122
+ <div class="tsd-signature">fee<wbr/>Token<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>decimals<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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 class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = gasInfoNeo3</span></div>
123
+ <div class="tsd-type-declaration">
124
+ <h4>Type declaration</h4>
125
+ <ul class="tsd-parameters">
126
+ <li class="tsd-parameter">
127
+ <h5>decimals<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
128
+ <li class="tsd-parameter">
129
+ <h5>hash<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
130
+ <li class="tsd-parameter">
131
+ <h5>symbol<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
120
132
  <p>Implementation of BlockchainService.feeToken</p>
121
133
  <ul>
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>
134
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L18">BSNeo3.ts:18</a></li></ul></aside></section>
135
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="keychain" class="tsd-anchor"></a>
136
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>keychain</span><a href="#keychain" 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>
137
+ <div class="tsd-signature">keychain<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Keychain</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
138
+ <ul>
139
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L22">BSNeo3.ts:22</a></li></ul></aside></section>
123
140
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="tokenClaim" class="tsd-anchor"></a>
124
141
  <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
- <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">
142
+ <div class="tsd-signature">token<wbr/>Claim<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>decimals<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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 class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = neoInfoNeo3</span></div>
143
+ <div class="tsd-type-declaration">
144
+ <h4>Type declaration</h4>
145
+ <ul class="tsd-parameters">
146
+ <li class="tsd-parameter">
147
+ <h5>decimals<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
148
+ <li class="tsd-parameter">
149
+ <h5>hash<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
150
+ <li class="tsd-parameter">
151
+ <h5>symbol<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources">
126
152
  <p>Implementation of Claimable.tokenClaim</p>
127
153
  <ul>
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>
154
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L20">BSNeo3.ts:20</a></li></ul></aside></section>
129
155
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="tokens" class="tsd-anchor"></a>
130
156
  <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
157
  <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
158
  <p>Implementation of BlockchainService.tokens</p>
133
159
  <ul>
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>
160
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L21">BSNeo3.ts:21</a></li></ul></aside></section></section>
135
161
  <section class="tsd-panel-group tsd-member-group">
136
162
  <h2>Methods</h2>
137
163
  <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 +174,7 @@
148
174
  <h5>account: <span class="tsd-signature-type">Account</span></h5></li></ul></div>
149
175
  <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
176
  <ul>
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>
177
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L39">BSNeo3.ts:39</a></li></ul></aside></li></ul></section>
152
178
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="calculateTransferFee" class="tsd-anchor"></a>
153
179
  <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
180
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -162,7 +188,7 @@
162
188
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">CalculateTransferFeeResponse</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
163
189
  <p>Implementation of BlockchainService.calculateTransferFee</p>
164
190
  <ul>
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>
191
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L94">BSNeo3.ts:94</a></li></ul></aside></li></ul></section>
166
192
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="claim" class="tsd-anchor"></a>
167
193
  <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
194
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -176,7 +202,7 @@
176
202
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</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">&gt;</span></h4><aside class="tsd-sources">
177
203
  <p>Implementation of Claimable.claim</p>
178
204
  <ul>
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>
205
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L149">BSNeo3.ts:149</a></li></ul></aside></li></ul></section>
180
206
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="decryptKey" class="tsd-anchor"></a>
181
207
  <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
208
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -192,46 +218,62 @@
192
218
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Account</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
193
219
  <p>Implementation of BlockchainService.decryptKey</p>
194
220
  <ul>
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>
221
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L80">BSNeo3.ts:80</a></li></ul></aside></li></ul></section>
196
222
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateAccount" class="tsd-anchor"></a>
197
223
  <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
224
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
199
- <li class="tsd-signature tsd-anchor-link" id="generateAccount.generateAccount-1">generate<wbr/>Account<span class="tsd-signature-symbol">(</span>mnemonic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Account</span><a href="#generateAccount.generateAccount-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>
225
+ <li class="tsd-signature tsd-anchor-link" id="generateAccount.generateAccount-1">generate<wbr/>Account<span class="tsd-signature-symbol">(</span>mnemonic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Account</span><a href="#generateAccount.generateAccount-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>
200
226
  <li class="tsd-description">
201
227
  <div class="tsd-parameters">
202
228
  <h4 class="tsd-parameters-title">Parameters</h4>
203
229
  <ul class="tsd-parameter-list">
204
230
  <li>
205
- <h5>mnemonic: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5></li>
231
+ <h5>mnemonic: <span class="tsd-signature-type">string</span></h5></li>
206
232
  <li>
207
233
  <h5>index: <span class="tsd-signature-type">number</span></h5></li></ul></div>
208
234
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Account</span></h4><aside class="tsd-sources">
209
235
  <p>Implementation of BlockchainService.generateAccount</p>
210
236
  <ul>
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>
237
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L71">BSNeo3.ts:71</a></li></ul></aside></li></ul></section>
212
238
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateAccountFromWif" class="tsd-anchor"></a>
213
239
  <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
240
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
215
- <li class="tsd-signature tsd-anchor-link" id="generateAccountFromWif.generateAccountFromWif-1">generate<wbr/>Account<wbr/>From<wbr/>Wif<span class="tsd-signature-symbol">(</span>wif<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Account</span><a href="#generateAccountFromWif.generateAccountFromWif-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>
241
+ <li class="tsd-signature tsd-anchor-link" id="generateAccountFromWif.generateAccountFromWif-1">generate<wbr/>Account<wbr/>From<wbr/>Wif<span class="tsd-signature-symbol">(</span>wif<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#generateAccountFromWif.generateAccountFromWif-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>
216
242
  <li class="tsd-description">
217
243
  <div class="tsd-parameters">
218
244
  <h4 class="tsd-parameters-title">Parameters</h4>
219
245
  <ul class="tsd-parameter-list">
220
246
  <li>
221
247
  <h5>wif: <span class="tsd-signature-type">string</span></h5></li></ul></div>
222
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Account</span></h4><aside class="tsd-sources">
248
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
223
249
  <p>Implementation of BlockchainService.generateAccountFromWif</p>
224
250
  <ul>
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>
251
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L76">BSNeo3.ts:76</a></li></ul></aside></li></ul></section>
226
252
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateMnemonic" class="tsd-anchor"></a>
227
253
  <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
254
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
229
- <li class="tsd-signature tsd-anchor-link" id="generateMnemonic.generateMnemonic-1">generate<wbr/>Mnemonic<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#generateMnemonic.generateMnemonic-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>
255
+ <li class="tsd-signature tsd-anchor-link" id="generateMnemonic.generateMnemonic-1">generate<wbr/>Mnemonic<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#generateMnemonic.generateMnemonic-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>
230
256
  <li class="tsd-description">
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">
257
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
232
258
  <p>Implementation of BlockchainService.generateMnemonic</p>
233
259
  <ul>
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>
260
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L60">BSNeo3.ts:60</a></li></ul></aside></li></ul></section>
261
+ <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="generateWif" class="tsd-anchor"></a>
262
+ <h3 class="tsd-anchor-link"><span>generate<wbr/>Wif</span><a href="#generateWif" 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>
263
+ <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
264
+ <li class="tsd-signature tsd-anchor-link" id="generateWif.generateWif-1">generate<wbr/>Wif<span class="tsd-signature-symbol">(</span>mnemonic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><a href="#generateWif.generateWif-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>
265
+ <li class="tsd-description">
266
+ <div class="tsd-parameters">
267
+ <h4 class="tsd-parameters-title">Parameters</h4>
268
+ <ul class="tsd-parameter-list">
269
+ <li>
270
+ <h5>mnemonic: <span class="tsd-signature-type">string</span></h5></li>
271
+ <li>
272
+ <h5>index: <span class="tsd-signature-type">number</span></h5></li></ul></div>
273
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
274
+ <p>Implementation of BlockchainService.generateWif</p>
275
+ <ul>
276
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L66">BSNeo3.ts:66</a></li></ul></aside></li></ul></section>
235
277
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getNNSRecord" class="tsd-anchor"></a>
236
278
  <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
279
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -247,7 +289,7 @@
247
289
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
248
290
  <p>Implementation of NeoNameService.getNNSRecord</p>
249
291
  <ul>
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>
292
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L180">BSNeo3.ts:180</a></li></ul></aside></li></ul></section>
251
293
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getOwnerOfNNS" class="tsd-anchor"></a>
252
294
  <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
295
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -261,7 +303,7 @@
261
303
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
262
304
  <p>Implementation of NeoNameService.getOwnerOfNNS</p>
263
305
  <ul>
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>
306
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L203">BSNeo3.ts:203</a></li></ul></aside></li></ul></section>
265
307
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="sendTransaction" class="tsd-anchor"></a>
266
308
  <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
309
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -275,7 +317,7 @@
275
317
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
276
318
  <p>Implementation of BlockchainService.sendTransaction</p>
277
319
  <ul>
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>
320
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L26">BSNeo3.ts:26</a></li></ul></aside></li></ul></section>
279
321
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="signTransfer" class="tsd-anchor"></a>
280
322
  <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
323
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -288,7 +330,7 @@
288
330
  <h5>account: <span class="tsd-signature-type">Account</span></h5></li></ul></div>
289
331
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">signingConfig</span></h4><aside class="tsd-sources">
290
332
  <ul>
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>
333
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L53">BSNeo3.ts:53</a></li></ul></aside></li></ul></section>
292
334
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateAddress" class="tsd-anchor"></a>
293
335
  <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
336
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -302,7 +344,7 @@
302
344
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
303
345
  <p>Implementation of BlockchainService.validateAddress</p>
304
346
  <ul>
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>
347
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L85">BSNeo3.ts:85</a></li></ul></aside></li></ul></section>
306
348
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateEncryptedKey" class="tsd-anchor"></a>
307
349
  <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
350
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -316,7 +358,7 @@
316
358
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
317
359
  <p>Implementation of BlockchainService.validateEncryptedKey</p>
318
360
  <ul>
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>
361
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L88">BSNeo3.ts:88</a></li></ul></aside></li></ul></section>
320
362
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateNNSFormat" class="tsd-anchor"></a>
321
363
  <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
364
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -330,7 +372,7 @@
330
372
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
331
373
  <p>Implementation of NeoNameService.validateNNSFormat</p>
332
374
  <ul>
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>
375
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L224">BSNeo3.ts:224</a></li></ul></aside></li></ul></section>
334
376
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="validateWif" class="tsd-anchor"></a>
335
377
  <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
378
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -344,7 +386,7 @@
344
386
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
345
387
  <p>Implementation of BlockchainService.validateWif</p>
346
388
  <ul>
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>
389
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/packages/bs-neo3/src/BSNeo3.ts#L91">BSNeo3.ts:91</a></li></ul></aside></li></ul></section></section></div>
348
390
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
349
391
  <div class="tsd-navigation settings">
350
392
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -373,9 +415,10 @@
373
415
  <li class="tsd-kind-constructor tsd-parent-kind-class"><a href="BSNeo3.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-512-path"></use><use href="#icon-512-text"></use></svg>constructor</a></li>
374
416
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#blockchainName" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>blockchain<wbr/>Name</a></li>
375
417
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#dataService" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>data<wbr/>Service</a></li>
376
- <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="BSNeo3.html#derivationPath" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>derivation<wbr/>Path</a></li>
418
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#derivationPath" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>derivation<wbr/>Path</a></li>
377
419
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#exchange" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>exchange</a></li>
378
420
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#feeToken" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>fee<wbr/>Token</a></li>
421
+ <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="BSNeo3.html#keychain" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>keychain</a></li>
379
422
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#tokenClaim" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>token<wbr/>Claim</a></li>
380
423
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="BSNeo3.html#tokens" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>tokens</a></li>
381
424
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><a href="BSNeo3.html#buildTransfer" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>build<wbr/>Transfer</a></li>
@@ -385,6 +428,7 @@
385
428
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#generateAccount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>generate<wbr/>Account</a></li>
386
429
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#generateAccountFromWif" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>generate<wbr/>Account<wbr/>From<wbr/>Wif</a></li>
387
430
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#generateMnemonic" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>generate<wbr/>Mnemonic</a></li>
431
+ <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#generateWif" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>generate<wbr/>Wif</a></li>
388
432
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#getNNSRecord" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>getNNSRecord</a></li>
389
433
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#getOwnerOfNNS" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Owner<wbr/>OfNNS</a></li>
390
434
  <li class="tsd-kind-method tsd-parent-kind-class"><a href="BSNeo3.html#sendTransaction" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>send<wbr/>Transaction</a></li>
@@ -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/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>
23
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/38910fc/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/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>
41
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/38910fc/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/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>
47
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L197">explorer/dora/DoraNeo3Responses.ts:197</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L202">explorer/dora/DoraNeo3Responses.ts:202</a></li></ul></aside></section>
46
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L200">explorer/dora/DoraNeo3Responses.ts:200</a></li></ul></aside></section>
51
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L198">explorer/dora/DoraNeo3Responses.ts:198</a></li></ul></aside></section>
56
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L199">explorer/dora/DoraNeo3Responses.ts:199</a></li></ul></aside></section>
61
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L203">explorer/dora/DoraNeo3Responses.ts:203</a></li></ul></aside></section>
66
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L201">explorer/dora/DoraNeo3Responses.ts:201</a></li></ul></aside></section>
71
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L205">explorer/dora/DoraNeo3Responses.ts:205</a></li></ul></aside></section>
76
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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/437c7e9/packages/bs-neo3/src/explorer/dora/DoraNeo3Responses.ts#L204">explorer/dora/DoraNeo3Responses.ts:204</a></li></ul></aside></section></section></div>
81
+ <li>Defined in <a href="https://github.com/CityOfZion/blockchain-services/blob/38910fc/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">