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