Mercurial > public > bitcaviar-plus
comparison test_block_0.json @ 5:1a8d94b500d8
finish basic parser
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 21 Oct 2021 18:52:54 +0200 |
parents | e7a84094bf07 |
children |
comparison
equal
deleted
inserted
replaced
4:e7a84094bf07 | 5:1a8d94b500d8 |
---|---|
1 { | 1 { |
2 "h": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", | 2 "block_hash": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", |
3 "header": { | 3 "header": { |
4 "version": 1, | 4 "version": 1, |
5 "previous_block_hash": "0000000000000000000000000000000000000000000000000000000000000000", | 5 "previous_block_hash": "0000000000000000000000000000000000000000000000000000000000000000", |
6 "merkle_root": "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b", | 6 "merkle_root": "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b", |
7 "timestamp": 1231006505, | 7 "timestamp": 1231006505, |
8 "bits": 486604799, | 8 "bits": 486604799, |
9 "nonce": 2083236893 | 9 "nonce": 2083236893 |
10 } | 10 }, |
11 "transactions": [ | |
12 { | |
13 "version": 1, | |
14 "lock_time": 0, | |
15 "inputs": [ | |
16 { | |
17 "id": "0000000000000000000000000000000000000000000000000000000000000000", | |
18 "is_coinbase": true, | |
19 "vout": 4294967295, | |
20 "script_sig": "04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73", | |
21 "sequence": 4294967295 | |
22 } | |
23 ], | |
24 "outputs": [ | |
25 { | |
26 "value": 50.0, | |
27 "script_pub_key": "4104678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5fac" | |
28 } | |
29 ], | |
30 "id": "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b" | |
31 } | |
32 ] | |
11 } | 33 } |