createDIDChallenge method

ResponseFuture<ChallengeString> createDIDChallenge(
  1. ChallengeReq request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ChallengeString> createDIDChallenge(
    $0.ChallengeReq request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createDIDChallenge, request, options: options);
}