Skip to main content

SnarkUserCommandVerifyService

Trait SnarkUserCommandVerifyService 

Source
pub trait SnarkUserCommandVerifyService: Service {
    // Required method
    fn verify_init(
        &mut self,
        req_id: RequestId<SnarkUserCommandVerifyIdType>,
        commands: Vec<WithStatus<UserCommand>>,
    );
}

Required Methods§

Source

fn verify_init( &mut self, req_id: RequestId<SnarkUserCommandVerifyIdType>, commands: Vec<WithStatus<UserCommand>>, )

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§