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