Guest User

Untitled

a guest
Dec 18th, 2019
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Blockchain {
  2. chain: [
  3. Block {
  4. index: 0,
  5. timestamp: '01/01/2017',
  6. data: 'Genesis block',
  7. previousHash: '0',
  8. hash: ''
  9. },
  10. Block {
  11. index: 1,
  12. timestamp: 'Wed Dec 18 2019 23:50:02 GMT+0530 (India Standard Time)',
  13. data: [Object],
  14. previousHash: '',
  15. hash: '976c639156690751d29cd04b829e8f6448cf141d064e2149adf9d08253b6d759'
  16. }
  17. ]
  18. } {
  19. "chain": [
  20. {
  21. "index": 0,
  22. "timestamp": "01/01/2017",
  23. "data": "Genesis block",
  24. "previousHash": "0",
  25. "hash": ""
  26. },
  27. {
  28. "index": 1,
  29. "timestamp": "Wed Dec 18 2019 23:50:02 GMT+0530 (India Standard Time)",
  30. "data": {
  31. "link": "Quick Brown Fox"
  32. },
  33. "previousHash": "",
  34. "hash": "976c639156690751d29cd04b829e8f6448cf141d064e2149adf9d08253b6d759"
  35. }
  36. ]
  37. }
Add Comment
Please, Sign In to add comment