Skip to main content

neo_safe

Attribute Macro neo_safe 

Source
#[neo_safe]
Expand description

Mark a single exported function as safe in the manifest.

§Example

#[neo_safe]
pub fn balance_of(owner: NeoByteString) -> NeoInteger {
    // Implementation
}