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