Skip to main content

Nep29Deploy

Trait Nep29Deploy 

Source
pub trait Nep29Deploy {
    // Required method
    fn deploy(&self, data: NeoValue, update: NeoBoolean) -> NeoResult<()>;
}
Expand description

NEP-29 deployment callback.

Required Methods§

Source

fn deploy(&self, data: NeoValue, update: NeoBoolean) -> NeoResult<()>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§