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
-1
View File
@@ -34,7 +34,6 @@ impl SolidityCompiler for Solc {
serde_json::to_writer(stdin, input)?;
let output = child.wait_with_output()?.stdout;
Ok(serde_json::from_slice(&output)?)
}