Files
reth/book/cli/config.json
2023-07-05 15:03:30 +00:00

34 lines
566 B
JSON

{
"commands": {
"config": [],
"db": {
"stats": [],
"list": [],
"get": [],
"drop": [],
"version": [],
"path": []
},
"debug": {
"execution": [],
"merkle": []
},
"import": [],
"init": [],
"node": [],
"p2p": {
"header": [],
"body": []
},
"stage": {
"run": [],
"drop": [],
"dump": ["execution", "storage-hashing", "account-hashing", "merkle"],
"unwind": ["to-block", "num-blocks"]
},
"test-vectors": {
"tables": []
}
}
}