editValidator_Pre method

Future<MsgEditValidatorResponse> editValidator_Pre(
  1. ServiceCall call,
  2. Future<MsgEditValidator> request
)

Implementation

$async.Future<$40.MsgEditValidatorResponse> editValidator_Pre($grpc.ServiceCall call, $async.Future<$40.MsgEditValidator> request) async {
  return editValidator(call, await request);
}