//! Module Traits
//!
//! Re-export from blvm-node for module developers.
//!
//! These traits define the core interfaces that modules must implement
//! and the APIs they can use to interact with the node.
pub use ;
use crateMigrationUp;
/// Metadata for module bootstrap. Generated by `#[module(name, config, migrations)]`.
///
/// Enables `run_module_main!(MyModule)` with all params inferred from the attribute.