Skip to main content

neo_permission

Macro neo_permission 

Source
neo_permission!() { /* proc-macro */ }
Expand description

Declare manifest permissions and embed them as a custom section.

§Example

neo_permission!("0x1234567890abcdef", ["method1", "method2"]);