Add local document JSON state commands

This commit is contained in:
Eric Wendland 2026-05-17 19:59:03 +02:00
commit e039a4f81f
11 changed files with 153 additions and 10 deletions

1
Cargo.lock generated
View file

@ -1172,6 +1172,7 @@ version = "0.1.0"
dependencies = [
"geth-types",
"serde",
"serde_json",
"thiserror 2.0.18",
]