getBlockHash method
ResponseFuture<GetBlockHashResponse>
getBlockHash(
- GetBlockHashRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetBlockHashResponse> getBlockHash(
$1.GetBlockHashRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getBlockHash, request, options: options);
}