sov-modules-macros 0.3.0

Macros for use with the Sovereign SDK module system
1
2
3
4
5
error: The field `test_state1` is missing an attribute: add `#[module]`, `#[state]`, `#[address]`, or #[gas].
 --> tests/module_info/field_missing_attribute.rs:8:5
  |
8 |     test_state1: StateMap<u32, u32>,
  |     ^^^^^^^^^^^