Evm_node_lib_dev.Shellval main :
config:Evm_node_config.Configuration.t ->
Evm_node_lib_dev_encoding.Ethereum_types.Block_parameter.extended ->
unit Tezos_base.TzPervasives.tzresult Lwt.tmain ~config block starts a REPL allowing the user to inspect the content of the durable storage at the specified block, as stored in config.data_dir.
val cat :
config:Evm_node_config.Configuration.t ->
Evm_node_lib_dev_encoding.Ethereum_types.Block_parameter.extended ->
Tezos_layer2_shell.Pp.t ->
string ->
unit Tezos_base.TzPervasives.tzresult Lwt.tcat ~config block pp path prints to the standard output the value stored under path for the specified block, using the pretty-printer kind pp.
val ls :
config:Evm_node_config.Configuration.t ->
Evm_node_lib_dev_encoding.Ethereum_types.Block_parameter.extended ->
string ->
unit Tezos_base.TzPervasives.tzresult Lwt.tls ~config block path lists the child directories under path for the specified block.
val tree :
config:Evm_node_config.Configuration.t ->
Evm_node_lib_dev_encoding.Ethereum_types.Block_parameter.extended ->
string ->
int ->
unit Tezos_base.TzPervasives.tzresult Lwt.ttree ~config block path depth prints the tree structure under path up to depth levels for the specified block.