sov-modules-macros 0.2.0

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