Skip to main content

handle_verify

Function handle_verify 

Source
pub async fn handle_verify(
    server: &ProtocolServer,
    req: VerifyRequest,
    tx: Sender<Result<VerifyStepResult, Status>>,
)