use sov_modules_api::{ModuleInfo, StateMap}; #[derive(ModuleInfo)] struct TestStruct { #[state] test_state1: StateMap, #[state] test_state2: StateMap, u64>, #[state] c: C, } fn main() {}