Guest User

Untitled

a guest
Sep 18th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.44 KB | None | 0 0
  1. {
  2. route: {
  3. location: {
  4. pathname: '/buy',
  5. search: '',
  6. hash: ''
  7. }
  8. },
  9. global: {
  10. loading: false,
  11. error: false,
  12. currentUser: {
  13. result: 'success',
  14. userpass: '',
  15. mypubkey: '',
  16. pubsecp: '',
  17. KMD: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  18. BTC: '12g7VBnBC9PWxw7w9Na3WujPFf1Dpbtrmh',
  19. NXT: 'NXT-ZDP2-Y58Z-7C8X-5KQQH',
  20. coins: [
  21. {
  22. txfee: 20000,
  23. rpc: '127.0.0.1:8332',
  24. height: -1,
  25. smartaddress: '12g7VBnBC9PWxw7w9Na3WujPFf1Dpbtrmh',
  26. wiftype: 128,
  27. coin: 'BTC',
  28. p2shtype: 5,
  29. status: 'inactive',
  30. pubtype: 0,
  31. installed: false,
  32. balance: 0
  33. },
  34. {
  35. zcredits: 0,
  36. zdebits: {
  37. swaps: [],
  38. pendingswaps: 0
  39. },
  40. txfee: 1000,
  41. rpc: '127.0.0.1:7771',
  42. height: 0,
  43. smartaddress: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  44. wiftype: 188,
  45. KMDvalue: 0,
  46. coin: 'KMD',
  47. p2shtype: 85,
  48. status: 'inactive',
  49. pubtype: 60,
  50. installed: true,
  51. balance: 0
  52. },
  53. {
  54. txfee: 1000,
  55. rpc: '127.0.0.1:10306',
  56. height: 0,
  57. smartaddress: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  58. wiftype: 188,
  59. KMDvalue: 0,
  60. coin: 'EQL',
  61. p2shtype: 85,
  62. status: 'inactive',
  63. pubtype: 60,
  64. installed: true,
  65. balance: 0
  66. },
  67. {
  68. txfee: 100000,
  69. rpc: '127.0.0.1:9332',
  70. height: -1,
  71. smartaddress: 'LLu4kQ61GodaDjp6KWZLnvo9TsNW19im5R',
  72. wiftype: 176,
  73. coin: 'LTC',
  74. p2shtype: 5,
  75. status: 'inactive',
  76. pubtype: 48,
  77. installed: false,
  78. balance: 0
  79. },
  80. {
  81. txfee: 1000,
  82. rpc: '127.0.0.1:11608',
  83. height: 0,
  84. smartaddress: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  85. wiftype: 188,
  86. KMDvalue: 0,
  87. coin: 'PIZZA',
  88. p2shtype: 85,
  89. status: 'inactive',
  90. pubtype: 60,
  91. installed: true,
  92. balance: 0
  93. },
  94. {
  95. txfee: 1000,
  96. rpc: '127.0.0.1:8923',
  97. height: 0,
  98. smartaddress: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  99. wiftype: 188,
  100. KMDvalue: 0,
  101. coin: 'BEER',
  102. p2shtype: 85,
  103. status: 'inactive',
  104. pubtype: 60,
  105. installed: true,
  106. balance: 0
  107. },
  108. {
  109. txfee: 1000,
  110. rpc: '127.0.0.1:14276',
  111. height: 0,
  112. smartaddress: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  113. wiftype: 188,
  114. KMDvalue: 0,
  115. coin: 'COQUI',
  116. p2shtype: 85,
  117. status: 'inactive',
  118. pubtype: 60,
  119. installed: true,
  120. balance: 0
  121. }
  122. ]
  123. },
  124. balance: {
  125. init: true,
  126. loading: false,
  127. error: false,
  128. coins: [
  129. 'BTC',
  130. 'KMD',
  131. 'EQL',
  132. 'LTC',
  133. 'PIZZA',
  134. 'BEER',
  135. 'COQUI'
  136. ],
  137. entities: {
  138. BTC: {
  139. coin: 'BTC',
  140. address: '12g7VBnBC9PWxw7w9Na3WujPFf1Dpbtrmh',
  141. balance: 0.01230771,
  142. loading: false,
  143. error: false
  144. },
  145. KMD: {
  146. coin: 'KMD',
  147. address: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  148. balance: 189.16579917,
  149. loading: false,
  150. error: false
  151. },
  152. EQL: {
  153. coin: 'EQL',
  154. address: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  155. balance: 119.7379038,
  156. loading: false,
  157. error: false
  158. },
  159. LTC: {
  160. coin: 'LTC',
  161. address: 'LLu4kQ61GodaDjp6KWZLnvo9TsNW19im5R',
  162. balance: 0.80446816,
  163. loading: false,
  164. error: false
  165. },
  166. PIZZA: {
  167. coin: 'PIZZA',
  168. address: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  169. balance: 107.43293158,
  170. loading: false,
  171. error: false
  172. },
  173. BEER: {
  174. coin: 'BEER',
  175. address: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  176. balance: 65180.12405342,
  177. loading: false,
  178. error: false
  179. },
  180. COQUI: {
  181. coin: 'COQUI',
  182. address: 'RAxJZhfTnyC62wV8cYZAcS4b1vTpZf1DoY',
  183. balance: 3968.97034338,
  184. loading: false,
  185. error: false
  186. }
  187. }
  188. }
  189. },
  190. logoutDialog: {
  191. show: false
  192. },
  193. websocket: {
  194. isStartWebsocket: true
  195. },
  196. login: {},
  197. buy: {
  198. prices: {
  199. loading: false,
  200. error: false,
  201. entities: {
  202. BTC: {
  203. zcredits: 0,
  204. pubkey: '',
  205. depth: 0,
  206. bestPrice: 0,
  207. price: 0,
  208. avevolume: 0,
  209. base: 'COQUI',
  210. address: '',
  211. numutxos: 0,
  212. rel: 'BTC',
  213. maxvolume: 0,
  214. age: 0
  215. },
  216. KMD: {
  217. zcredits: 0,
  218. pubkey: 'f5e71f32fbb1b16599f12c264b75f45c7bea63de6ed93899c499d35cc6ef466a',
  219. depth: 35.71210341,
  220. bestPrice: 0.27009154,
  221. price: 0.25008476,
  222. avevolume: 0.14004746,
  223. base: 'COQUI',
  224. address: 'REbwjC5mfQBRevH78CuRjcvQudxa3ii5Ma',
  225. numutxos: 255,
  226. rel: 'KMD',
  227. maxvolume: 2500.84757804,
  228. age: 2
  229. },
  230. EQL: {
  231. zcredits: 0,
  232. pubkey: '',
  233. depth: 0,
  234. bestPrice: 0,
  235. price: 0,
  236. avevolume: 0,
  237. base: 'COQUI',
  238. address: '',
  239. numutxos: 0,
  240. rel: 'EQL',
  241. maxvolume: 0,
  242. age: 0
  243. },
  244. LTC: {
  245. zcredits: 0,
  246. pubkey: '',
  247. depth: 0,
  248. bestPrice: 0,
  249. price: 0,
  250. avevolume: 0,
  251. base: 'COQUI',
  252. address: '',
  253. numutxos: 0,
  254. rel: 'LTC',
  255. maxvolume: 0,
  256. age: 0
  257. },
  258. PIZZA: {
  259. zcredits: 0,
  260. pubkey: '',
  261. depth: 0,
  262. bestPrice: 0,
  263. price: 0,
  264. avevolume: 0,
  265. base: 'COQUI',
  266. address: '',
  267. numutxos: 0,
  268. rel: 'PIZZA',
  269. maxvolume: 0,
  270. age: 0
  271. },
  272. BEER: {
  273. zcredits: 0,
  274. pubkey: 'f5e71f32fbb1b16599f12c264b75f45c7bea63de6ed93899c499d35cc6ef466a',
  275. depth: 284.17200136,
  276. bestPrice: 2.14920001,
  277. price: 1.99000001,
  278. avevolume: 1.1144,
  279. base: 'COQUI',
  280. address: 'REbwjC5mfQBRevH78CuRjcvQudxa3ii5Ma',
  281. numutxos: 255,
  282. rel: 'BEER',
  283. maxvolume: 19900.00009536,
  284. age: 2
  285. }
  286. }
  287. },
  288. buying: {
  289. loading: true,
  290. error: false
  291. },
  292. swaps: {
  293. loading: true,
  294. error: false,
  295. list: [
  296. '7c5409fe9f761cf7c78a0364022d2a4b0728c0c5e9d687f062004b13a1f830b0'
  297. ],
  298. entities: {
  299. '7c5409fe9f761cf7c78a0364022d2a4b0728c0c5e9d687f062004b13a1f830b0': {
  300. alice: 'BEER',
  301. requestid: 0,
  302. bobamount: 18.51876524,
  303. sentflags: [
  304. 'alicespend',
  305. 'bobpayment',
  306. 'alicepayment',
  307. 'bobdeposit',
  308. 'myfee'
  309. ],
  310. expiration: 1537286283,
  311. status: 'finished',
  312. bob: 'COQUI',
  313. quoteid: 0,
  314. aliceamount: 39.8001002,
  315. id: 3961560841,
  316. uuid: '7c5409fe9f761cf7c78a0364022d2a4b0728c0c5e9d687f062004b13a1f830b0'
  317. },
  318. dcf2b2149a8aaa8a4ef2f88a9896c66fa83a6462f286f83efb79d83f2a0fd348: {
  319. alice: 'BEER',
  320. requestid: 147922342,
  321. bobamount: 9.48429012,
  322. sentflags: [
  323. 'alicepayment',
  324. 'bobdeposit',
  325. 'myfee',
  326. 'aliceclaim'
  327. ],
  328. expiration: 1537197834,
  329. status: 'finished',
  330. bob: 'COQUI',
  331. quoteid: 3244424851,
  332. aliceamount: 19.9000901,
  333. id: 1469986872,
  334. uuid: 'dcf2b2149a8aaa8a4ef2f88a9896c66fa83a6462f286f83efb79d83f2a0fd348'
  335. },
  336. '3b2594db3ce7281adbcff15cff3133c2fa00dff24c5f56748380235d706c70bb': {
  337. alice: 'BEER',
  338. requestid: 652429801,
  339. bobamount: 0.94150565,
  340. sentflags: [
  341. 'alicepayment',
  342. 'bobdeposit',
  343. 'myfee',
  344. 'aliceclaim'
  345. ],
  346. expiration: 1537197756,
  347. status: 'finished',
  348. bob: 'COQUI',
  349. quoteid: 3803255646,
  350. aliceamount: 1.99009001,
  351. id: 535796724,
  352. uuid: '3b2594db3ce7281adbcff15cff3133c2fa00dff24c5f56748380235d706c70bb'
  353. },
  354. '72439140c6224a91e827b8b0344f9fa9117d12e087696c6fc17f9fe9d62b01e1': {
  355. alice: 'BEER',
  356. requestid: 1225038724,
  357. bobamount: 0.93101753,
  358. sentflags: [
  359. 'alicespend',
  360. 'bobpayment',
  361. 'alicepayment',
  362. 'bobdeposit',
  363. 'myfee'
  364. ],
  365. expiration: 1537135205,
  366. status: 'finished',
  367. bob: 'COQUI',
  368. quoteid: 2363473575,
  369. aliceamount: 1.99009001,
  370. id: 2370578801,
  371. uuid: '72439140c6224a91e827b8b0344f9fa9117d12e087696c6fc17f9fe9d62b01e1'
  372. },
  373. '': {
  374. alice: '',
  375. requestid: 4256056388,
  376. status: 'finished',
  377. bob: '',
  378. quoteid: 810971615,
  379. uuid: ''
  380. }
  381. }
  382. }
  383. },
  384. wallet: {
  385. transactions: {
  386. loading: true,
  387. error: false,
  388. list: []
  389. }
  390. }
  391. }
Add Comment
Please, Sign In to add comment