sov-modules-macros 0.2.0

Macros for use with the Sovereign SDK module system
Documentation
1
2
3
4
5
6
7
error: The `ModuleInfo` macro requires `[address]` attribute.
 --> tests/module_info/missing_address.rs:4:10
  |
4 | #[derive(ModuleInfo)]
  |          ^^^^^^^^^^
  |
  = note: this error originates in the derive macro `ModuleInfo` (in Nightly builds, run with -Z macro-backtrace for more info)