#[neo_config]
Neo N3 Configuration macro
This macro generates configuration for a Neo N3 contract.
#[neo_config] pub struct MyConfig { pub max_value: NeoInteger, pub min_value: NeoInteger, }