Partial implementation of the MockMainPod (#33)

* wip

* wip

* feat: handle public statements

* fix: remove old backend module
This commit is contained in:
Eduard S. 2025-02-05 16:50:00 +01:00 committed by GitHub
parent e074d34078
commit 8945d7f8a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 555 additions and 268 deletions

View file

@ -1,4 +1,3 @@
pub mod backend;
pub mod backends;
pub mod frontend;
pub mod merkletree;