refactor(substreams): Update ambient Substreams

This commit is contained in:
zizou
2024-10-14 18:09:17 +02:00
parent aff76f8cc7
commit 42f2f45aa7
31 changed files with 1567 additions and 724 deletions

View File

@@ -0,0 +1,16 @@
// @generated
pub mod warmpath {
include!("warmpath.rs");
}
pub mod micropaths {
include!("micropaths.rs");
}
pub mod knockout {
include!("knockout.rs");
}
pub mod hotproxy {
include!("hotproxy.rs");
}
pub mod main {
include!("main.rs");
}