Skip to content

LockRequest

Message sent by a prover to indicate that they intend to lock the given request.

struct LockRequest {
    ProofRequest request;
}