Fix the ABI finding logic (#38)

* Fix the ABI finding logic

* Implement ABI fix in the compiler trait impl
This commit is contained in:
Omar
2025-07-18 14:22:51 +03:00
committed by GitHub
parent 854e8d9690
commit 2bee2d5c8b
4 changed files with 92 additions and 50 deletions
+1
View File
@@ -49,6 +49,7 @@ pub struct CompilerInput<T: PartialEq + Eq + Hash> {
}
/// The generic compilation output configuration.
#[derive(Debug)]
pub struct CompilerOutput<T: PartialEq + Eq + Hash> {
/// The solc standard JSON input.
pub input: CompilerInput<T>,