@aztec/end-to-end 0.0.1-commit.d431d1c → 0.0.1-commit.e2b2873ed

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 (174) hide show
  1. package/dest/bench/client_flows/client_flows_benchmark.d.ts +2 -2
  2. package/dest/bench/client_flows/client_flows_benchmark.d.ts.map +1 -1
  3. package/dest/bench/client_flows/client_flows_benchmark.js +31 -16
  4. package/dest/bench/client_flows/config.d.ts +2 -2
  5. package/dest/bench/client_flows/config.d.ts.map +1 -1
  6. package/dest/bench/client_flows/config.js +18 -0
  7. package/dest/bench/utils.d.ts +5 -4
  8. package/dest/bench/utils.d.ts.map +1 -1
  9. package/dest/bench/utils.js +9 -7
  10. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts +4 -2
  11. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.d.ts.map +1 -1
  12. package/dest/e2e_blacklist_token_contract/blacklist_token_contract_test.js +17 -8
  13. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts +2 -2
  14. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.d.ts.map +1 -1
  15. package/dest/e2e_cross_chain_messaging/cross_chain_messaging_test.js +3 -2
  16. package/dest/e2e_deploy_contract/deploy_test.d.ts +2 -2
  17. package/dest/e2e_deploy_contract/deploy_test.d.ts.map +1 -1
  18. package/dest/e2e_epochs/epochs_test.d.ts +7 -1
  19. package/dest/e2e_epochs/epochs_test.d.ts.map +1 -1
  20. package/dest/e2e_epochs/epochs_test.js +38 -10
  21. package/dest/e2e_fees/bridging_race.notest.js +1 -1
  22. package/dest/e2e_fees/fees_test.d.ts +2 -2
  23. package/dest/e2e_fees/fees_test.d.ts.map +1 -1
  24. package/dest/e2e_fees/fees_test.js +11 -11
  25. package/dest/e2e_l1_publisher/write_json.d.ts +4 -3
  26. package/dest/e2e_l1_publisher/write_json.d.ts.map +1 -1
  27. package/dest/e2e_l1_publisher/write_json.js +1 -7
  28. package/dest/e2e_nested_contract/nested_contract_test.d.ts +1 -1
  29. package/dest/e2e_nested_contract/nested_contract_test.d.ts.map +1 -1
  30. package/dest/e2e_nested_contract/nested_contract_test.js +2 -2
  31. package/dest/e2e_p2p/p2p_network.d.ts +2 -2
  32. package/dest/e2e_p2p/p2p_network.d.ts.map +1 -1
  33. package/dest/e2e_p2p/p2p_network.js +6 -2
  34. package/dest/e2e_p2p/reqresp/utils.d.ts +22 -0
  35. package/dest/e2e_p2p/reqresp/utils.d.ts.map +1 -0
  36. package/dest/e2e_p2p/reqresp/utils.js +153 -0
  37. package/dest/e2e_p2p/shared.d.ts +6 -6
  38. package/dest/e2e_p2p/shared.d.ts.map +1 -1
  39. package/dest/e2e_p2p/shared.js +14 -17
  40. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts +2 -0
  41. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.d.ts.map +1 -0
  42. package/dest/e2e_storage_proof/fixtures/storage_proof_fetcher.js +184 -0
  43. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts +18 -0
  44. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.d.ts.map +1 -0
  45. package/dest/e2e_storage_proof/fixtures/storage_proof_fixture.js +120 -0
  46. package/dest/e2e_token_contract/token_contract_test.d.ts +4 -2
  47. package/dest/e2e_token_contract/token_contract_test.d.ts.map +1 -1
  48. package/dest/e2e_token_contract/token_contract_test.js +13 -3
  49. package/dest/fixtures/e2e_prover_test.d.ts +2 -2
  50. package/dest/fixtures/e2e_prover_test.d.ts.map +1 -1
  51. package/dest/fixtures/e2e_prover_test.js +8 -5
  52. package/dest/fixtures/ha_setup.d.ts +71 -0
  53. package/dest/fixtures/ha_setup.d.ts.map +1 -0
  54. package/dest/fixtures/ha_setup.js +114 -0
  55. package/dest/fixtures/index.d.ts +2 -1
  56. package/dest/fixtures/index.d.ts.map +1 -1
  57. package/dest/fixtures/index.js +1 -0
  58. package/dest/fixtures/setup.d.ts +19 -17
  59. package/dest/fixtures/setup.d.ts.map +1 -1
  60. package/dest/fixtures/setup.js +42 -95
  61. package/dest/fixtures/setup_p2p_test.d.ts +12 -8
  62. package/dest/fixtures/setup_p2p_test.d.ts.map +1 -1
  63. package/dest/fixtures/setup_p2p_test.js +29 -21
  64. package/dest/fixtures/token_utils.d.ts +1 -1
  65. package/dest/fixtures/token_utils.d.ts.map +1 -1
  66. package/dest/fixtures/token_utils.js +7 -4
  67. package/dest/shared/cross_chain_test_harness.d.ts +3 -4
  68. package/dest/shared/cross_chain_test_harness.d.ts.map +1 -1
  69. package/dest/shared/cross_chain_test_harness.js +11 -11
  70. package/dest/shared/gas_portal_test_harness.js +1 -1
  71. package/dest/shared/submit-transactions.d.ts +4 -4
  72. package/dest/shared/submit-transactions.d.ts.map +1 -1
  73. package/dest/shared/submit-transactions.js +9 -11
  74. package/dest/shared/uniswap_l1_l2.d.ts +1 -1
  75. package/dest/shared/uniswap_l1_l2.d.ts.map +1 -1
  76. package/dest/shared/uniswap_l1_l2.js +20 -18
  77. package/dest/simulators/lending_simulator.js +2 -2
  78. package/dest/simulators/token_simulator.d.ts +1 -1
  79. package/dest/simulators/token_simulator.d.ts.map +1 -1
  80. package/dest/simulators/token_simulator.js +2 -23
  81. package/dest/spartan/setup_test_wallets.d.ts +2 -2
  82. package/dest/spartan/setup_test_wallets.d.ts.map +1 -1
  83. package/dest/spartan/setup_test_wallets.js +64 -35
  84. package/dest/spartan/tx_metrics.d.ts +38 -2
  85. package/dest/spartan/tx_metrics.d.ts.map +1 -1
  86. package/dest/spartan/tx_metrics.js +178 -4
  87. package/dest/spartan/utils/bot.d.ts +27 -0
  88. package/dest/spartan/utils/bot.d.ts.map +1 -0
  89. package/dest/spartan/utils/bot.js +141 -0
  90. package/dest/spartan/utils/chaos.d.ts +79 -0
  91. package/dest/spartan/utils/chaos.d.ts.map +1 -0
  92. package/dest/spartan/utils/chaos.js +142 -0
  93. package/dest/spartan/utils/clients.d.ts +39 -0
  94. package/dest/spartan/utils/clients.d.ts.map +1 -0
  95. package/dest/spartan/utils/clients.js +90 -0
  96. package/dest/spartan/utils/config.d.ts +39 -0
  97. package/dest/spartan/utils/config.d.ts.map +1 -0
  98. package/dest/spartan/utils/config.js +21 -0
  99. package/dest/spartan/utils/health.d.ts +63 -0
  100. package/dest/spartan/utils/health.d.ts.map +1 -0
  101. package/dest/spartan/utils/health.js +202 -0
  102. package/dest/spartan/utils/helm.d.ts +15 -0
  103. package/dest/spartan/utils/helm.d.ts.map +1 -0
  104. package/dest/spartan/utils/helm.js +47 -0
  105. package/dest/spartan/utils/index.d.ts +9 -0
  106. package/dest/spartan/utils/index.d.ts.map +1 -0
  107. package/dest/spartan/utils/index.js +18 -0
  108. package/dest/spartan/utils/k8s.d.ts +126 -0
  109. package/dest/spartan/utils/k8s.d.ts.map +1 -0
  110. package/dest/spartan/utils/k8s.js +375 -0
  111. package/dest/spartan/utils/nodes.d.ts +41 -0
  112. package/dest/spartan/utils/nodes.d.ts.map +1 -0
  113. package/dest/spartan/utils/nodes.js +461 -0
  114. package/dest/spartan/utils/scripts.d.ts +30 -0
  115. package/dest/spartan/utils/scripts.d.ts.map +1 -0
  116. package/dest/spartan/utils/scripts.js +81 -0
  117. package/dest/spartan/utils.d.ts +2 -260
  118. package/dest/spartan/utils.d.ts.map +1 -1
  119. package/dest/spartan/utils.js +1 -942
  120. package/dest/test-wallet/test_wallet.d.ts +82 -0
  121. package/dest/test-wallet/test_wallet.d.ts.map +1 -0
  122. package/dest/test-wallet/test_wallet.js +214 -0
  123. package/dest/test-wallet/utils.d.ts +41 -0
  124. package/dest/test-wallet/utils.d.ts.map +1 -0
  125. package/dest/test-wallet/utils.js +71 -0
  126. package/package.json +43 -39
  127. package/src/bench/client_flows/client_flows_benchmark.ts +19 -36
  128. package/src/bench/client_flows/config.ts +9 -1
  129. package/src/bench/utils.ts +10 -8
  130. package/src/e2e_blacklist_token_contract/blacklist_token_contract_test.ts +20 -14
  131. package/src/e2e_cross_chain_messaging/cross_chain_messaging_test.ts +7 -8
  132. package/src/e2e_deploy_contract/deploy_test.ts +3 -3
  133. package/src/e2e_epochs/epochs_test.ts +71 -35
  134. package/src/e2e_fees/bridging_race.notest.ts +2 -5
  135. package/src/e2e_fees/fees_test.ts +21 -40
  136. package/src/e2e_l1_publisher/write_json.ts +3 -8
  137. package/src/e2e_nested_contract/nested_contract_test.ts +3 -5
  138. package/src/e2e_p2p/inactivity_slash_test.ts +4 -4
  139. package/src/e2e_p2p/p2p_network.ts +20 -14
  140. package/src/e2e_p2p/reqresp/utils.ts +207 -0
  141. package/src/e2e_p2p/shared.ts +22 -22
  142. package/src/e2e_storage_proof/fixtures/storage_proof.json +915 -0
  143. package/src/e2e_storage_proof/fixtures/storage_proof_fetcher.ts +190 -0
  144. package/src/e2e_storage_proof/fixtures/storage_proof_fixture.ts +173 -0
  145. package/src/e2e_token_contract/token_contract_test.ts +14 -7
  146. package/src/fixtures/dumps/epoch_proof_result.json +1 -1
  147. package/src/fixtures/e2e_prover_test.ts +8 -13
  148. package/src/fixtures/ha_setup.ts +184 -0
  149. package/src/fixtures/index.ts +1 -0
  150. package/src/fixtures/setup.ts +50 -128
  151. package/src/fixtures/setup_p2p_test.ts +31 -27
  152. package/src/fixtures/token_utils.ts +6 -5
  153. package/src/guides/up_quick_start.sh +3 -3
  154. package/src/shared/cross_chain_test_harness.ts +13 -27
  155. package/src/shared/gas_portal_test_harness.ts +1 -1
  156. package/src/shared/submit-transactions.ts +11 -16
  157. package/src/shared/uniswap_l1_l2.ts +21 -30
  158. package/src/simulators/lending_simulator.ts +2 -2
  159. package/src/simulators/token_simulator.ts +1 -29
  160. package/src/spartan/setup_test_wallets.ts +75 -25
  161. package/src/spartan/tx_metrics.ts +152 -7
  162. package/src/spartan/utils/bot.ts +185 -0
  163. package/src/spartan/utils/chaos.ts +253 -0
  164. package/src/spartan/utils/clients.ts +100 -0
  165. package/src/spartan/utils/config.ts +27 -0
  166. package/src/spartan/utils/health.ts +255 -0
  167. package/src/spartan/utils/helm.ts +84 -0
  168. package/src/spartan/utils/index.ts +64 -0
  169. package/src/spartan/utils/k8s.ts +527 -0
  170. package/src/spartan/utils/nodes.ts +538 -0
  171. package/src/spartan/utils/scripts.ts +99 -0
  172. package/src/spartan/utils.ts +1 -1246
  173. package/src/test-wallet/test_wallet.ts +305 -0
  174. package/src/test-wallet/utils.ts +112 -0
@@ -0,0 +1,915 @@
1
+ {
2
+ "account_nodes": [
3
+ {
4
+ "rows": [
5
+ ["16526112218316226179", "7628122472002449371", "15637670170376088186", "14067698802363364240"],
6
+ ["13442644174660082277", "271694353246939880", "3484313079592514882", "12505644201627335837"],
7
+ ["8045537636621342345", "12972746182338621089", "11052536150885489372", "4938478856961299508"],
8
+ ["107574650052430630", "11470822931421284597", "5011580617348078760", "15815422871516150252"],
9
+ ["752778318304475249", "18163877798216663545", "6341514414384775838", "3516989240061246733"],
10
+ ["5417746777815190964", "14635284458327581588", "7425431879721994560", "13812303837667244841"],
11
+ ["2578331249618538972", "5034399103309707422", "5293527511769610426", "8242513061732280853"],
12
+ ["9120715492624227996", "432195802383862404", "17346408283200910614", "8056497052180847743"],
13
+ ["7537777698913720203", "1009069741297363375", "14009527002119914341", "8629123325624838138"],
14
+ ["18118729098091304035", "13638211249627871018", "6767126663255567375", "14455622055926474702"],
15
+ ["1969583212256847929", "1619176301901132116", "14393865518387167238", "3729182894648032158"],
16
+ ["1714812549803278239", "35945942795797235", "7840004020589404432", "13629606921839837632"],
17
+ ["5830178673826533841", "8454044453810925206", "8161679120287343945", "13775607897634136279"],
18
+ ["16680372539829915913", "11951028588333831978", "1591453079058024359", "12542111043429125555"],
19
+ ["10312187015896309297", "14890470693050032025", "3394864089087073492", "17926092136331125577"],
20
+ ["8407802226320673379", "4624874748975364923", "7154958862708923517", "889142391315877225"]
21
+ ],
22
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
23
+ "node_type": "0"
24
+ },
25
+ {
26
+ "rows": [
27
+ ["4970335599703538268", "16907188427430178707", "16685504877573422343", "12279888648208377281"],
28
+ ["7661270461544993785", "7462367527593054403", "13821284036143887687", "17784429075092084784"],
29
+ ["5248831586445603621", "5167675113762311489", "12713358506457374447", "10332628930234626086"],
30
+ ["4765483034079578482", "11265660164088826464", "17387359618435208004", "9258852411444930637"],
31
+ ["6482501782282227260", "2534118588701474460", "9401112596093320642", "1904947248778579445"],
32
+ ["16303177965285016406", "3878048272342717126", "12873853819115484400", "4550718990192207294"],
33
+ ["10897724104107770289", "6622887093542602675", "10627501108342106263", "8421146732191363939"],
34
+ ["89530403410118079", "6939152293145258521", "5397551140290746027", "8821932822412732842"],
35
+ ["5756961505717259710", "18035996525557175985", "17672265414791893101", "8854851109448184072"],
36
+ ["1443717040894970063", "15915425952936783575", "14217445726057099918", "16359814335196295970"],
37
+ ["12951942685152880764", "8745070741044183712", "7422670466383126683", "14486797705225290189"],
38
+ ["8956666186207691525", "4239604003773716260", "13508305103882271935", "6723064779019334673"],
39
+ ["4753843172144532256", "12587376935150650078", "7483396044278521214", "17186883800762097389"],
40
+ ["1345708374716579996", "6881881865471555644", "4348767137559535161", "13766445329346742272"],
41
+ ["9495082029570731164", "2277474512134671626", "17308043186002862511", "13452482499426263933"],
42
+ ["17949136747118895195", "1313725860538595112", "9984276555406736998", "6224310287634366367"]
43
+ ],
44
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
45
+ "node_type": "0"
46
+ },
47
+ {
48
+ "rows": [
49
+ ["11577900927731800358", "3304349643000972842", "9365635019612294750", "7220390382107580150"],
50
+ ["11490275096099588692", "13425390245879395543", "17599558180129908920", "18164933356858850476"],
51
+ ["5008667810453122583", "15292529750685877889", "15474165351831104", "11232939924983945893"],
52
+ ["8754014207582323678", "8775936327996513350", "9343254393213489263", "9040059319107638176"],
53
+ ["10116214678023791318", "9891474332525553060", "10034411218317996126", "1794573956782435749"],
54
+ ["3026216991951807391", "17477909153137055306", "2980192641683764996", "5902831671357423500"],
55
+ ["4553583805771689470", "18244508766852130720", "1414771531757096696", "18309213557923723106"],
56
+ ["3480467323687735934", "3454482938266541906", "2813667702737672165", "9854244505549688434"],
57
+ ["14567276872532209337", "12551110903245256837", "4140227541197435688", "17451459545713723973"],
58
+ ["4031702102166338391", "12358965400492932529", "17587123950006815164", "13168704832328033518"],
59
+ ["7221010373590778501", "7774171106652791913", "9872657604003836970", "1440419952080994633"],
60
+ ["978779960787645628", "15631797516620765369", "2305411307866682662", "7443387358342948337"],
61
+ ["960529848754027576", "4829599669023631799", "6923820403289215378", "14614473946031641882"],
62
+ ["7633943210605442741", "15128549875308121384", "17829597216396653943", "1975742100496668167"],
63
+ ["8683257294127566143", "7017086984149064592", "15094270306728484461", "6084521339874791724"],
64
+ ["3811988400202808378", "10235458196705143338", "12867326765177172964", "15146745157579526186"]
65
+ ],
66
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
67
+ "node_type": "0"
68
+ },
69
+ {
70
+ "rows": [
71
+ ["4423853771265769567", "13463937210766607063", "2277582404537979125", "6517219555722342343"],
72
+ ["16484644682870503258", "3387387506897276185", "5502487725924980219", "16044577656722197070"],
73
+ ["11213262646766637684", "6166456146137768830", "12743346650460254648", "12254185871355105655"],
74
+ ["12133217724619181803", "7930188335496343376", "14481918555672956520", "8373261771542429090"],
75
+ ["1755931496594170767", "17740238468489758864", "13882438319047718386", "4142496425688486006"],
76
+ ["11187746711842786067", "12243151837725762758", "5228824874981248117", "9414992896055643261"],
77
+ ["1511981768282105880", "17574007427275753574", "5431671689689347222", "17612083184030828808"],
78
+ ["3312645525557603704", "5072567965449044873", "13216010539787325408", "17850147710977097267"],
79
+ ["15880905350278325504", "14859566863088199769", "6083355021693535119", "15940567356173324962"],
80
+ ["16763512731548005165", "10104367513167031707", "13065725697876039314", "14810191761415321333"],
81
+ ["16936494706168428929", "17126964584725119043", "6610859370136168957", "13900125001074540504"],
82
+ ["13661840525462118554", "18094345173560191725", "13756964496336125449", "3990725465619086155"],
83
+ ["8203814693763733748", "15737894074982030673", "5836250562302911501", "5267015384956473555"],
84
+ ["1959001154054810766", "2809606589400837371", "1474065837344306852", "13999230523439300892"],
85
+ ["14469376343847754369", "12685479356091915615", "14113173212147799270", "11114974463823432556"],
86
+ ["9108058022913628514", "3474477865961814893", "9479779062843234267", "4427484009279412273"]
87
+ ],
88
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
89
+ "node_type": "0"
90
+ },
91
+ {
92
+ "rows": [
93
+ ["2799307224193628227", "32982144043809975", "16238558696616656696", "8004628216932261436"],
94
+ ["1797682642830479405", "9884386472270668681", "10882272618471178806", "12615520573746777508"],
95
+ ["14463010851153883282", "12282873113687749465", "13229327142109907112", "14476001156532173783"],
96
+ ["3087463823853683338", "16746753595143812992", "9666700343974177032", "9830080690145803772"],
97
+ ["10961662229977003612", "12086548237657515953", "8302228956458183260", "684745641834396069"],
98
+ ["10139824781682867294", "1991778802221091894", "18148965885261388417", "14586919434490669831"],
99
+ ["15148415288523774217", "14383401067698741903", "1896814250241412070", "11200434890449347867"],
100
+ ["9519441085163065858", "12593816755312882021", "1040301136900988380", "10862672133019672629"],
101
+ ["11314579939183359065", "4400985371416331046", "3040318748997912598", "5903467200022587944"],
102
+ ["13159249653436155232", "5576489759233764732", "12429857168714037442", "15462526144980892306"],
103
+ ["17498120815598799105", "15136780177000369970", "18301668455855567582", "2224565506175770018"],
104
+ ["16918738597407427075", "5801124315427466374", "14490861975239670857", "11461646188106067059"],
105
+ ["2409154019731863363", "7445194216605066603", "378156791466531581", "4250430904142454162"],
106
+ ["15563241104341360736", "4750579376861419929", "12855900897196174036", "17261850057459444492"],
107
+ ["4003608198065478369", "6507123707155940242", "15566571639409949023", "4620875874360674356"],
108
+ ["3215241940971105017", "9861505264019851689", "12665174748555660612", "5026784921775868105"]
109
+ ],
110
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
111
+ "node_type": "0"
112
+ },
113
+ {
114
+ "rows": [
115
+ ["11504693357185118152", "799074451626115207", "5483363296263049377", "10963606200690491009"],
116
+ ["15819403012905200177", "17973069137086999422", "16069362446032848281", "12542419692962107379"],
117
+ ["17042328105898549090", "12936196476424309413", "14745688621070737282", "243561216443733250"],
118
+ ["5971693912352736969", "17699813043478388140", "2992060790047603860", "8446665723035043069"],
119
+ ["7990132533511505526", "874344942293603288", "14502817880109605761", "5545167057511733434"],
120
+ ["17126139785749496058", "4571956878186056899", "18008713808881713273", "2034964214890267867"],
121
+ ["5387010111907532957", "9784749457974188070", "15631934662692689903", "14701052305970996903"],
122
+ ["3160668082718770796", "10590007563353410755", "14511730533331032398", "2261391078440862119"],
123
+ ["10928563649161922407", "5863972165187897755", "16827003483761727101", "7071890245424406329"],
124
+ ["11226187999811811489", "9836451632279554788", "13584470910862733330", "4132043635354716508"],
125
+ ["17265982153939172527", "2970360755993212661", "8181200702301980792", "6390302454686601026"],
126
+ ["10982616947734437763", "2943902920933150267", "14575806184802655312", "17205385526923412157"],
127
+ ["10348935708632290285", "16713094624713684607", "1107625300823949457", "13831488671332424987"],
128
+ ["14430979781666274204", "875926248478174549", "13708427907614547220", "7504951148319127109"],
129
+ ["11659484625040882331", "16170351484119166169", "4355241218996960265", "13664656088381467880"],
130
+ ["4918321276900880952", "14062167172773908358", "4998567430591355171", "17297779349299437854"]
131
+ ],
132
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
133
+ "node_type": "0"
134
+ },
135
+ {
136
+ "rows": [
137
+ ["12358169710561425930", "5966496359695061042", "8939456380830000323", "3646659500816846920"],
138
+ ["0", "0", "0", "0"],
139
+ ["7650050375389689733", "1113696498446411234", "12410116516962923095", "4499538058978123408"],
140
+ ["18128207152578705931", "11927913946892269119", "12388002946831749208", "9183166029433492114"],
141
+ ["17149603128817283859", "4261156942230917767", "2983833714170435267", "2303688212156312160"],
142
+ ["9739975177820580382", "8353564077335363371", "5408608601694511997", "7017740993026072398"],
143
+ ["12047118806610454880", "4144954770798054450", "5696349934070152140", "9221875753018069338"],
144
+ ["5140899664756515453", "12211639422150070735", "2808579097250431344", "18293851623829132449"],
145
+ ["6466695775707388950", "8699695255894805693", "16509702851553226244", "11671131597746188031"],
146
+ ["16286749348398487496", "7097467379035953798", "10316084723008368996", "2786914866872480464"],
147
+ ["2465173689300982737", "7325029172385095940", "5114773549962960317", "4205513421452207887"],
148
+ ["12867688689321346793", "5318061301427482464", "17221792435763709515", "2399514842394927106"],
149
+ ["10080664372421041606", "17021680475063308299", "17162054238677537120", "2413762520943773738"],
150
+ ["15400857511910522193", "16324936500757229928", "4725033832766905474", "3532903646318887787"],
151
+ ["0", "0", "0", "0"],
152
+ ["0", "0", "0", "0"]
153
+ ],
154
+ "row_exist": [true, false, true, true, true, true, true, true, true, true, true, true, true, true, false, false],
155
+ "node_type": "0"
156
+ },
157
+ {
158
+ "rows": [
159
+ ["0", "0", "0", "0"],
160
+ ["0", "0", "0", "0"],
161
+ ["0", "0", "0", "0"],
162
+ ["0", "0", "0", "0"],
163
+ ["0", "0", "0", "0"],
164
+ ["0", "0", "0", "0"],
165
+ ["0", "0", "0", "0"],
166
+ ["0", "0", "0", "0"],
167
+ ["0", "0", "0", "0"],
168
+ ["0", "0", "0", "0"],
169
+ ["0", "0", "0", "0"],
170
+ ["0", "0", "0", "0"],
171
+ ["0", "0", "0", "0"],
172
+ ["0", "0", "0", "0"],
173
+ ["0", "0", "0", "0"],
174
+ ["0", "0", "0", "0"]
175
+ ],
176
+ "row_exist": [
177
+ false,
178
+ false,
179
+ false,
180
+ false,
181
+ false,
182
+ false,
183
+ false,
184
+ false,
185
+ false,
186
+ false,
187
+ false,
188
+ false,
189
+ false,
190
+ false,
191
+ false,
192
+ false
193
+ ],
194
+ "node_type": "0"
195
+ },
196
+ {
197
+ "rows": [
198
+ ["0", "0", "0", "0"],
199
+ ["0", "0", "0", "0"],
200
+ ["0", "0", "0", "0"],
201
+ ["0", "0", "0", "0"],
202
+ ["0", "0", "0", "0"],
203
+ ["0", "0", "0", "0"],
204
+ ["0", "0", "0", "0"],
205
+ ["0", "0", "0", "0"],
206
+ ["0", "0", "0", "0"],
207
+ ["0", "0", "0", "0"],
208
+ ["0", "0", "0", "0"],
209
+ ["0", "0", "0", "0"],
210
+ ["0", "0", "0", "0"],
211
+ ["0", "0", "0", "0"],
212
+ ["0", "0", "0", "0"],
213
+ ["0", "0", "0", "0"]
214
+ ],
215
+ "row_exist": [
216
+ false,
217
+ false,
218
+ false,
219
+ false,
220
+ false,
221
+ false,
222
+ false,
223
+ false,
224
+ false,
225
+ false,
226
+ false,
227
+ false,
228
+ false,
229
+ false,
230
+ false,
231
+ false
232
+ ],
233
+ "node_type": "0"
234
+ },
235
+ {
236
+ "rows": [
237
+ ["0", "0", "0", "0"],
238
+ ["0", "0", "0", "0"],
239
+ ["0", "0", "0", "0"],
240
+ ["0", "0", "0", "0"],
241
+ ["0", "0", "0", "0"],
242
+ ["0", "0", "0", "0"],
243
+ ["0", "0", "0", "0"],
244
+ ["0", "0", "0", "0"],
245
+ ["0", "0", "0", "0"],
246
+ ["0", "0", "0", "0"],
247
+ ["0", "0", "0", "0"],
248
+ ["0", "0", "0", "0"],
249
+ ["0", "0", "0", "0"],
250
+ ["0", "0", "0", "0"],
251
+ ["0", "0", "0", "0"],
252
+ ["0", "0", "0", "0"]
253
+ ],
254
+ "row_exist": [
255
+ false,
256
+ false,
257
+ false,
258
+ false,
259
+ false,
260
+ false,
261
+ false,
262
+ false,
263
+ false,
264
+ false,
265
+ false,
266
+ false,
267
+ false,
268
+ false,
269
+ false,
270
+ false
271
+ ],
272
+ "node_type": "0"
273
+ },
274
+ {
275
+ "rows": [
276
+ ["0", "0", "0", "0"],
277
+ ["0", "0", "0", "0"],
278
+ ["0", "0", "0", "0"],
279
+ ["0", "0", "0", "0"],
280
+ ["0", "0", "0", "0"],
281
+ ["0", "0", "0", "0"],
282
+ ["0", "0", "0", "0"],
283
+ ["0", "0", "0", "0"],
284
+ ["0", "0", "0", "0"],
285
+ ["0", "0", "0", "0"],
286
+ ["0", "0", "0", "0"],
287
+ ["0", "0", "0", "0"],
288
+ ["0", "0", "0", "0"],
289
+ ["0", "0", "0", "0"],
290
+ ["0", "0", "0", "0"],
291
+ ["0", "0", "0", "0"]
292
+ ],
293
+ "row_exist": [
294
+ false,
295
+ false,
296
+ false,
297
+ false,
298
+ false,
299
+ false,
300
+ false,
301
+ false,
302
+ false,
303
+ false,
304
+ false,
305
+ false,
306
+ false,
307
+ false,
308
+ false,
309
+ false
310
+ ],
311
+ "node_type": "0"
312
+ },
313
+ {
314
+ "rows": [
315
+ ["0", "0", "0", "0"],
316
+ ["0", "0", "0", "0"],
317
+ ["0", "0", "0", "0"],
318
+ ["0", "0", "0", "0"],
319
+ ["0", "0", "0", "0"],
320
+ ["0", "0", "0", "0"],
321
+ ["0", "0", "0", "0"],
322
+ ["0", "0", "0", "0"],
323
+ ["0", "0", "0", "0"],
324
+ ["0", "0", "0", "0"],
325
+ ["0", "0", "0", "0"],
326
+ ["0", "0", "0", "0"],
327
+ ["0", "0", "0", "0"],
328
+ ["0", "0", "0", "0"],
329
+ ["0", "0", "0", "0"],
330
+ ["0", "0", "0", "0"]
331
+ ],
332
+ "row_exist": [
333
+ false,
334
+ false,
335
+ false,
336
+ false,
337
+ false,
338
+ false,
339
+ false,
340
+ false,
341
+ false,
342
+ false,
343
+ false,
344
+ false,
345
+ false,
346
+ false,
347
+ false,
348
+ false
349
+ ],
350
+ "node_type": "0"
351
+ },
352
+ {
353
+ "rows": [
354
+ ["0", "0", "0", "0"],
355
+ ["0", "0", "0", "0"],
356
+ ["0", "0", "0", "0"],
357
+ ["0", "0", "0", "0"],
358
+ ["0", "0", "0", "0"],
359
+ ["0", "0", "0", "0"],
360
+ ["0", "0", "0", "0"],
361
+ ["0", "0", "0", "0"],
362
+ ["0", "0", "0", "0"],
363
+ ["0", "0", "0", "0"],
364
+ ["0", "0", "0", "0"],
365
+ ["0", "0", "0", "0"],
366
+ ["0", "0", "0", "0"],
367
+ ["0", "0", "0", "0"],
368
+ ["0", "0", "0", "0"],
369
+ ["0", "0", "0", "0"]
370
+ ],
371
+ "row_exist": [
372
+ false,
373
+ false,
374
+ false,
375
+ false,
376
+ false,
377
+ false,
378
+ false,
379
+ false,
380
+ false,
381
+ false,
382
+ false,
383
+ false,
384
+ false,
385
+ false,
386
+ false,
387
+ false
388
+ ],
389
+ "node_type": "0"
390
+ },
391
+ {
392
+ "rows": [
393
+ ["0", "0", "0", "0"],
394
+ ["0", "0", "0", "0"],
395
+ ["0", "0", "0", "0"],
396
+ ["0", "0", "0", "0"],
397
+ ["0", "0", "0", "0"],
398
+ ["0", "0", "0", "0"],
399
+ ["0", "0", "0", "0"],
400
+ ["0", "0", "0", "0"],
401
+ ["0", "0", "0", "0"],
402
+ ["0", "0", "0", "0"],
403
+ ["0", "0", "0", "0"],
404
+ ["0", "0", "0", "0"],
405
+ ["0", "0", "0", "0"],
406
+ ["0", "0", "0", "0"],
407
+ ["0", "0", "0", "0"],
408
+ ["0", "0", "0", "0"]
409
+ ],
410
+ "row_exist": [
411
+ false,
412
+ false,
413
+ false,
414
+ false,
415
+ false,
416
+ false,
417
+ false,
418
+ false,
419
+ false,
420
+ false,
421
+ false,
422
+ false,
423
+ false,
424
+ false,
425
+ false,
426
+ false
427
+ ],
428
+ "node_type": "0"
429
+ },
430
+ {
431
+ "rows": [
432
+ ["0", "0", "0", "0"],
433
+ ["0", "0", "0", "0"],
434
+ ["0", "0", "0", "0"],
435
+ ["0", "0", "0", "0"],
436
+ ["0", "0", "0", "0"],
437
+ ["0", "0", "0", "0"],
438
+ ["0", "0", "0", "0"],
439
+ ["0", "0", "0", "0"],
440
+ ["0", "0", "0", "0"],
441
+ ["0", "0", "0", "0"],
442
+ ["0", "0", "0", "0"],
443
+ ["0", "0", "0", "0"],
444
+ ["0", "0", "0", "0"],
445
+ ["0", "0", "0", "0"],
446
+ ["0", "0", "0", "0"],
447
+ ["0", "0", "0", "0"]
448
+ ],
449
+ "row_exist": [
450
+ false,
451
+ false,
452
+ false,
453
+ false,
454
+ false,
455
+ false,
456
+ false,
457
+ false,
458
+ false,
459
+ false,
460
+ false,
461
+ false,
462
+ false,
463
+ false,
464
+ false,
465
+ false
466
+ ],
467
+ "node_type": "0"
468
+ }
469
+ ],
470
+ "account_node_length": "7",
471
+ "storage_nodes": [
472
+ {
473
+ "rows": [
474
+ ["8732208332859530127", "6463958179610100646", "12183603263559100065", "687931363133334757"],
475
+ ["14962873305851346235", "4085125479340220148", "5715796841188321835", "1251252772004352470"],
476
+ ["17979543303885877076", "3255733575421013540", "17304769437614036293", "15656443685215047110"],
477
+ ["9279021799935467715", "6474260728186446244", "10865017999179802547", "8311508387204849923"],
478
+ ["10989761901385886176", "13332051916589070559", "13985485802828610884", "2827679911621777923"],
479
+ ["1429388632994743509", "1237602477784047702", "10227775324357905121", "8364571997099982170"],
480
+ ["6572995773876237377", "2731516110575376200", "2558658287326453334", "5827739570182617158"],
481
+ ["4777024906779514572", "18071315351808136178", "14335854129172080071", "3296169290074549177"],
482
+ ["14236494125627090742", "13823652372076373841", "7679871921368378986", "13162056721673153816"],
483
+ ["18343098631580228885", "684923088325747054", "13838725906543592158", "13427755507985069353"],
484
+ ["17382983172505232698", "13384711514740292255", "4243420614570611678", "17613338435244012006"],
485
+ ["7476120822858928111", "1409898380804701539", "3707331918184579107", "1249881412586208858"],
486
+ ["7623933459850556203", "14189710291344706537", "3191281956352155081", "13880012174796929962"],
487
+ ["12896359586178713784", "9010483842940508585", "15080945461670321066", "15230497447253054437"],
488
+ ["5832734025983355009", "8406931867975572184", "16296333049046841150", "6090350733425333567"],
489
+ ["7882347504721934843", "16424617821983595886", "792672611100324031", "8037476656543146110"]
490
+ ],
491
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
492
+ "node_type": "0"
493
+ },
494
+ {
495
+ "rows": [
496
+ ["17456002761612078335", "11010248125211183892", "12597525395285324940", "15952843085463416687"],
497
+ ["10985974067198265207", "5175365158445436186", "666726484152212847", "1015799515987929498"],
498
+ ["14499556192074828637", "13576126081666726305", "178229194478322518", "7662093089912443378"],
499
+ ["7012728750178108340", "10482067666036635496", "5140694165856077356", "15265081265379456573"],
500
+ ["8633023828639719136", "8818736634958499737", "2977025854016506655", "6733442770810885767"],
501
+ ["16155437369792265814", "12924128949298475744", "7079714597005185626", "5684339635430462642"],
502
+ ["15105522889036664778", "8709309050595859328", "3828956513381438086", "18115246485828455535"],
503
+ ["3343503087600451574", "16368162789590829624", "11864821122761625452", "12907391443395752568"],
504
+ ["7817046418541669606", "4193322458357734286", "14921902476331151664", "1443746795063202150"],
505
+ ["8709463523124297554", "13797125704692918642", "18098988867336914052", "15625225811374232317"],
506
+ ["6840791419804352715", "9446138319729745256", "6575421500812914306", "14897656294175901285"],
507
+ ["12423044801698035374", "12632441421626635287", "5335117071838733245", "12936370280304551272"],
508
+ ["1432788126861234201", "2156279535227008823", "10641089075321374095", "2822283293788414605"],
509
+ ["8060521611729480414", "11724456746664823397", "16866791543709335770", "4794111066873454688"],
510
+ ["1968095143776104502", "10302095599149970155", "1554236173502847869", "652468545250477928"],
511
+ ["951415321002780098", "1724182415063122337", "8105024027308056968", "11170698343260496644"]
512
+ ],
513
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
514
+ "node_type": "0"
515
+ },
516
+ {
517
+ "rows": [
518
+ ["8032738676664080659", "14866873302913600534", "1228151281906559995", "7152585006660142216"],
519
+ ["11020547012964101312", "10380443206874191122", "12602962120402047070", "2318766228529474444"],
520
+ ["5898055244318137904", "13192914567874320603", "7001000722980668192", "18135158838439377701"],
521
+ ["11152858133441999622", "3785862669940998921", "4048077196182746762", "8291362399104847590"],
522
+ ["14255490999075758562", "850930341799719401", "1952633331107500650", "16099352210884777696"],
523
+ ["10700018292281595797", "1289593925131240720", "13019158957665842978", "16335998867872116481"],
524
+ ["3777820620861859637", "14785354115406280806", "10024266935975703262", "15102480407889209546"],
525
+ ["11620490494257912056", "10358876088235672701", "8580817314744980508", "4292655160277436915"],
526
+ ["7970088780847525445", "7182680921674195181", "13277360775761925735", "12856173435834219101"],
527
+ ["8728393065353419338", "5561972139577698503", "9126909579941408387", "17938108769154473345"],
528
+ ["4205319602263425508", "7542338893334946887", "11092082004111441654", "8440612953840011035"],
529
+ ["3135902928197373386", "17067157357769845545", "12131609790583404154", "4772553190598756189"],
530
+ ["3199508430391932165", "2838010119166824312", "7515005931134154925", "16598933309234540719"],
531
+ ["6665919954108737812", "13980704458570910764", "12941805941426723292", "17331658111586711882"],
532
+ ["14899323663044928915", "10199396213994012139", "15942186061336759717", "13930798627957492824"],
533
+ ["9303786396549110566", "17317298220655788381", "1192927509384361804", "237691383939356794"]
534
+ ],
535
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
536
+ "node_type": "0"
537
+ },
538
+ {
539
+ "rows": [
540
+ ["17562268074012020853", "5400761152779698173", "2862917857872743467", "10860810583192979290"],
541
+ ["6908416796306516495", "16819512915803291996", "16422696841621685317", "13916874495399858173"],
542
+ ["16941601125278558290", "14516978801051210627", "8587290816036123365", "10056389266693843054"],
543
+ ["1127317704489151833", "5378590744571747149", "13612354144132843025", "5119940107916703555"],
544
+ ["6500057738527227635", "11829844370399538360", "12402482339953354676", "11009979043818086107"],
545
+ ["16160486679894242777", "13622234003938729281", "3985603355236141150", "14847538331419921339"],
546
+ ["6107546835075184550", "6547042817692952810", "4951392987007644450", "12950594454620200446"],
547
+ ["3837474254125025247", "17212220780080628845", "12807769478097013422", "9394154137740077496"],
548
+ ["2951146969390691169", "5658590058904248832", "3891862058636995167", "3407983084049295996"],
549
+ ["4395928750234957285", "4066351900299496806", "6593374437018156067", "9866712187906583690"],
550
+ ["15758404358045172903", "5981790182287861755", "5837710117429406681", "10351856898438850258"],
551
+ ["15231130499426285007", "5052768410614135957", "18140954830606493432", "2810025587177591418"],
552
+ ["9872291949190023997", "4105694490688740123", "15316796047790633855", "7311264674591954247"],
553
+ ["5265426126325152650", "16806078699745183388", "13639793613037351995", "5401017300534335818"],
554
+ ["861441312157986591", "13067772631166327555", "2738889263705894552", "13228233742072573734"],
555
+ ["14866183566255778646", "6475362671901367789", "11306738556369263613", "6105523563638435516"]
556
+ ],
557
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
558
+ "node_type": "0"
559
+ },
560
+ {
561
+ "rows": [
562
+ ["1504381824400550750", "4883468599618384373", "17912872652879218467", "2897779550214155994"],
563
+ ["8615322139217959093", "8137287223726521229", "14980598281729389745", "13195312510251589976"],
564
+ ["17605019002980924846", "5076984702992542013", "14876399902914270458", "15023722004999171468"],
565
+ ["6966647337549654357", "10753331243332549643", "8489960948841299865", "17429125480767873845"],
566
+ ["9321928957640816669", "12784295801448927434", "12036375205626611977", "17885369740835891938"],
567
+ ["14376652985778300596", "6522736342296928396", "6907418761198271737", "12918546872228444464"],
568
+ ["1211404304643330121", "1517226358122612281", "10835570610358402144", "17091317742920166278"],
569
+ ["275103535611947390", "10848782996897687054", "8784365942296092980", "10581660332368932934"],
570
+ ["13084908565230040946", "802502866241200414", "15679953915369432863", "3735689317401380415"],
571
+ ["9617662424470345345", "7524977453536507574", "11174209932986628896", "12769922005159330305"],
572
+ ["12496234392200862587", "18312373866582520240", "12849427772314078555", "1294294561377540067"],
573
+ ["16256452518778308355", "16321755027442396264", "1051538733498918229", "9067579177028967506"],
574
+ ["7216925251643562376", "4043450949775437128", "18418225342787564371", "1804218509014628288"],
575
+ ["14311931189985676117", "14415556518174119570", "3332930591514205758", "5867687592999208894"],
576
+ ["458360217205999934", "8713670218007943571", "14465249543996426801", "945405016877710107"],
577
+ ["16018939340860733116", "1517234962747859350", "16080704840894404829", "8979908211355085693"]
578
+ ],
579
+ "row_exist": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true],
580
+ "node_type": "0"
581
+ },
582
+ {
583
+ "rows": [
584
+ ["3235791865312971231", "4692950628129353893", "1833505697797244702", "5026209601699266622"],
585
+ ["15944303732456434000", "15355270108163518949", "14218993513876695239", "9060302431207846368"],
586
+ ["0", "0", "0", "0"],
587
+ ["0", "0", "0", "0"],
588
+ ["15398920095110018253", "10570149004365421646", "9640437043070585624", "16023930723924149147"],
589
+ ["10720695630479259715", "6591960398908897800", "11193671796771904343", "2420798377998306139"],
590
+ ["0", "0", "0", "0"],
591
+ ["10157310859450953785", "11955749899796254514", "9203358224827733325", "9974474346697542397"],
592
+ ["10389654530203095208", "1265758509081594156", "8222025527956436452", "15232855300606975294"],
593
+ ["9742060663034627994", "11143267817319996625", "4716939279096957210", "264147389292632088"],
594
+ ["0", "0", "0", "0"],
595
+ ["9476792881827749850", "8017999177771078312", "5139434485153764961", "4921306522332705280"],
596
+ ["5960119479243177974", "662896425244609649", "17005465983796647597", "5716941563611165424"],
597
+ ["0", "0", "0", "0"],
598
+ ["10266022891244773646", "6793862537489293902", "10051869684045190051", "11524140928605658342"],
599
+ ["7140046471302092483", "13891317878511218242", "10548848773609515418", "14592266149953748638"]
600
+ ],
601
+ "row_exist": [
602
+ true,
603
+ true,
604
+ false,
605
+ false,
606
+ true,
607
+ true,
608
+ false,
609
+ true,
610
+ true,
611
+ true,
612
+ false,
613
+ true,
614
+ true,
615
+ false,
616
+ true,
617
+ true
618
+ ],
619
+ "node_type": "0"
620
+ },
621
+ {
622
+ "rows": [
623
+ ["0", "0", "0", "0"],
624
+ ["0", "0", "0", "0"],
625
+ ["0", "0", "0", "0"],
626
+ ["11394481823693987280", "6419141120746157621", "556075939574095007", "12937070911455467345"],
627
+ ["0", "0", "0", "0"],
628
+ ["0", "0", "0", "0"],
629
+ ["0", "0", "0", "0"],
630
+ ["0", "0", "0", "0"],
631
+ ["0", "0", "0", "0"],
632
+ ["0", "0", "0", "0"],
633
+ ["6221509338834060934", "6216038601071414653", "856130415509248944", "13901136414503521798"],
634
+ ["8084983080531598803", "11490896319271005399", "14415918235669203037", "12843387831178678991"],
635
+ ["11614239382269647184", "11510012467947694277", "15418356747815131554", "5738430151745094470"],
636
+ ["0", "0", "0", "0"],
637
+ ["0", "0", "0", "0"],
638
+ ["7951974857562502528", "2389636456690872408", "2272047576209804221", "17501383223593123300"]
639
+ ],
640
+ "row_exist": [
641
+ false,
642
+ false,
643
+ false,
644
+ true,
645
+ false,
646
+ false,
647
+ false,
648
+ false,
649
+ false,
650
+ false,
651
+ true,
652
+ true,
653
+ true,
654
+ false,
655
+ false,
656
+ true
657
+ ],
658
+ "node_type": "0"
659
+ },
660
+ {
661
+ "rows": [
662
+ ["0", "0", "0", "0"],
663
+ ["0", "0", "0", "0"],
664
+ ["0", "0", "0", "0"],
665
+ ["0", "0", "0", "0"],
666
+ ["0", "0", "0", "0"],
667
+ ["0", "0", "0", "0"],
668
+ ["0", "0", "0", "0"],
669
+ ["0", "0", "0", "0"],
670
+ ["0", "0", "0", "0"],
671
+ ["0", "0", "0", "0"],
672
+ ["0", "0", "0", "0"],
673
+ ["0", "0", "0", "0"],
674
+ ["0", "0", "0", "0"],
675
+ ["0", "0", "0", "0"],
676
+ ["0", "0", "0", "0"],
677
+ ["0", "0", "0", "0"]
678
+ ],
679
+ "row_exist": [
680
+ false,
681
+ false,
682
+ false,
683
+ false,
684
+ false,
685
+ false,
686
+ false,
687
+ false,
688
+ false,
689
+ false,
690
+ false,
691
+ false,
692
+ false,
693
+ false,
694
+ false,
695
+ false
696
+ ],
697
+ "node_type": "0"
698
+ },
699
+ {
700
+ "rows": [
701
+ ["0", "0", "0", "0"],
702
+ ["0", "0", "0", "0"],
703
+ ["0", "0", "0", "0"],
704
+ ["0", "0", "0", "0"],
705
+ ["0", "0", "0", "0"],
706
+ ["0", "0", "0", "0"],
707
+ ["0", "0", "0", "0"],
708
+ ["0", "0", "0", "0"],
709
+ ["0", "0", "0", "0"],
710
+ ["0", "0", "0", "0"],
711
+ ["0", "0", "0", "0"],
712
+ ["0", "0", "0", "0"],
713
+ ["0", "0", "0", "0"],
714
+ ["0", "0", "0", "0"],
715
+ ["0", "0", "0", "0"],
716
+ ["0", "0", "0", "0"]
717
+ ],
718
+ "row_exist": [
719
+ false,
720
+ false,
721
+ false,
722
+ false,
723
+ false,
724
+ false,
725
+ false,
726
+ false,
727
+ false,
728
+ false,
729
+ false,
730
+ false,
731
+ false,
732
+ false,
733
+ false,
734
+ false
735
+ ],
736
+ "node_type": "0"
737
+ },
738
+ {
739
+ "rows": [
740
+ ["0", "0", "0", "0"],
741
+ ["0", "0", "0", "0"],
742
+ ["0", "0", "0", "0"],
743
+ ["0", "0", "0", "0"],
744
+ ["0", "0", "0", "0"],
745
+ ["0", "0", "0", "0"],
746
+ ["0", "0", "0", "0"],
747
+ ["0", "0", "0", "0"],
748
+ ["0", "0", "0", "0"],
749
+ ["0", "0", "0", "0"],
750
+ ["0", "0", "0", "0"],
751
+ ["0", "0", "0", "0"],
752
+ ["0", "0", "0", "0"],
753
+ ["0", "0", "0", "0"],
754
+ ["0", "0", "0", "0"],
755
+ ["0", "0", "0", "0"]
756
+ ],
757
+ "row_exist": [
758
+ false,
759
+ false,
760
+ false,
761
+ false,
762
+ false,
763
+ false,
764
+ false,
765
+ false,
766
+ false,
767
+ false,
768
+ false,
769
+ false,
770
+ false,
771
+ false,
772
+ false,
773
+ false
774
+ ],
775
+ "node_type": "0"
776
+ }
777
+ ],
778
+ "storage_node_length": "7",
779
+ "account": {
780
+ "nonce": ["1", "0", "0", "0", "0", "0", "0", "0"],
781
+ "nonce_length": "1",
782
+ "balance": [
783
+ "42",
784
+ "0",
785
+ "0",
786
+ "0",
787
+ "0",
788
+ "0",
789
+ "0",
790
+ "0",
791
+ "0",
792
+ "0",
793
+ "0",
794
+ "0",
795
+ "0",
796
+ "0",
797
+ "0",
798
+ "0",
799
+ "0",
800
+ "0",
801
+ "0",
802
+ "0",
803
+ "0",
804
+ "0",
805
+ "0",
806
+ "0",
807
+ "0",
808
+ "0",
809
+ "0",
810
+ "0",
811
+ "0",
812
+ "0",
813
+ "0",
814
+ "0"
815
+ ],
816
+ "balance_length": "1",
817
+ "address": [
818
+ "218",
819
+ "193",
820
+ "127",
821
+ "149",
822
+ "141",
823
+ "46",
824
+ "229",
825
+ "35",
826
+ "162",
827
+ "32",
828
+ "98",
829
+ "6",
830
+ "153",
831
+ "69",
832
+ "151",
833
+ "193",
834
+ "61",
835
+ "131",
836
+ "30",
837
+ "199"
838
+ ],
839
+ "storage_hash": ["13155999085488111744", "5374377317306859773", "10958466261020006351", "15247528162957583566"],
840
+ "code_hash": ["10373989282543325108", "4247501812361262983", "13754211445490538282", "6190973026266766771"]
841
+ },
842
+ "slot": {
843
+ "value": [
844
+ "8",
845
+ "42",
846
+ "99",
847
+ "51",
848
+ "96",
849
+ "25",
850
+ "72",
851
+ "0",
852
+ "0",
853
+ "0",
854
+ "0",
855
+ "0",
856
+ "0",
857
+ "0",
858
+ "0",
859
+ "0",
860
+ "0",
861
+ "0",
862
+ "0",
863
+ "0",
864
+ "0",
865
+ "0",
866
+ "0",
867
+ "0",
868
+ "0",
869
+ "0",
870
+ "0",
871
+ "0",
872
+ "0",
873
+ "0",
874
+ "0",
875
+ "0"
876
+ ],
877
+ "value_length": "7"
878
+ },
879
+ "slot_key": [
880
+ "162",
881
+ "127",
882
+ "115",
883
+ "140",
884
+ "147",
885
+ "75",
886
+ "110",
887
+ "143",
888
+ "96",
889
+ "133",
890
+ "189",
891
+ "255",
892
+ "27",
893
+ "190",
894
+ "203",
895
+ "110",
896
+ "46",
897
+ "59",
898
+ "145",
899
+ "141",
900
+ "121",
901
+ "58",
902
+ "1",
903
+ "234",
904
+ "124",
905
+ "210",
906
+ "81",
907
+ "158",
908
+ "212",
909
+ "236",
910
+ "77",
911
+ "232"
912
+ ],
913
+ "root": ["8601690492750188822", "2602380664451546370", "888240836682654122", "13008449290248439324"],
914
+ "block_number": "24418695"
915
+ }