getBlockByHeight method
ResponseFuture<BlockResponse>
getBlockByHeight(
- GetBlockByHeightRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.BlockResponse> getBlockByHeight(
$0.GetBlockByHeightRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getBlockByHeight, request, options: options);
}