SnarkUserCommandVerifyService

Trait SnarkUserCommandVerifyService 

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

Required Methods§

Source

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

Implementors§