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