getValidatorAddress_Pre method

Future<GetValidatorAddressResponse> getValidatorAddress_Pre(
  1. ServiceCall call,
  2. Future<GetValidatorAddressRequest> request
)

Implementation

$async.Future<$1.GetValidatorAddressResponse> getValidatorAddress_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetValidatorAddressRequest> request) async {
  return getValidatorAddress(call, await request);
}