createProof method

ResponseFuture<CreateProofResponse> createProof(
  1. CreateProofRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.CreateProofResponse> createProof(
    $7.CreateProofRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createProof, request, options: options);
}