createValidator_Pre method
Future<MsgCreateValidatorResponse>
createValidator_Pre(
- ServiceCall call,
- Future<
MsgCreateValidator> request
Implementation
$async.Future<$1.MsgCreateValidatorResponse> createValidator_Pre(
$grpc.ServiceCall call,
$async.Future<$1.MsgCreateValidator> request) async {
return createValidator(call, await request);
}