createValidator_Pre method

Future<MsgCreateValidatorResponse> createValidator_Pre(
  1. ServiceCall call,
  2. Future<MsgCreateValidator> request
)

Implementation

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