the node interaction interface

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-03-22 19:41:24 +01:00
parent 3b713ad2cb
commit f9a0542d49
12 changed files with 276 additions and 57 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "revive-dt-node-interaction"
description = "send and trace transactions to EVM and PVM nodes"
description = "send and trace transactions to nodes"
version.workspace = true
authors.workspace = true
license.workspace = true
@@ -16,3 +16,5 @@ log = { workspace = true }
once_cell = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
revive-dt-node = { workspace = true }