Move the Ethereum Action machine to its own file

This commit is contained in:
Luke Parker
2024-09-18 01:09:42 -04:00
parent 18178f3764
commit 98c3f75fa2
6 changed files with 163 additions and 158 deletions

View File

@@ -1,5 +1,6 @@
pub(crate) mod output;
pub(crate) mod transaction;
pub(crate) mod machine;
pub(crate) mod block;
pub(crate) const DAI: [u8; 20] =