#[neo_entry]
Neo N3 Entry Point macro
This macro marks a function as a Neo N3 contract entry point.
#[neo_entry] pub fn deploy() -> NeoResult<()> { // Deployment logic Ok(()) }