getBlockHash method
Implementation
$async.Future<GetBlockHashResponse> getBlockHash(
$pb.ClientContext? ctx, GetBlockHashRequest request) {
var emptyResponse = GetBlockHashResponse();
return _client.invoke<GetBlockHashResponse>(
ctx, 'Blockchain', 'GetBlockHash', request, emptyResponse);
}