broadfield-dev commited on
Commit
9f146d5
·
verified ·
1 Parent(s): 0c06283

Update blockchain data

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +39 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c442a8990ab1e8746b50bc1704682f504b8d5d271403406f4a6d9e7ac018e1b0
3
+ size 1896
dataset_info.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "chain": [
6
+ {
7
+ "index": {
8
+ "dtype": "int64",
9
+ "_type": "Value"
10
+ },
11
+ "previous_hash": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "proof": {
16
+ "dtype": "int64",
17
+ "_type": "Value"
18
+ },
19
+ "signature": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "timestamp": {
24
+ "dtype": "float64",
25
+ "_type": "Value"
26
+ },
27
+ "transactions": {
28
+ "feature": {
29
+ "dtype": "null",
30
+ "_type": "Value"
31
+ },
32
+ "_type": "Sequence"
33
+ }
34
+ }
35
+ ]
36
+ },
37
+ "homepage": "",
38
+ "license": ""
39
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "5790b54d072ff00a",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }