#[neo_storage]
Neo N3 Storage macro
This macro generates storage operations for a Neo N3 contract.
#[neo_storage] pub struct MyStorage { pub value: NeoInteger, pub name: NeoString, }