getBlockById_Pre method

Future<BlockResponse> getBlockById_Pre(
  1. ServiceCall call,
  2. Future<GetBlockByIdRequest> request
)

Implementation

$async.Future<$0.BlockResponse> getBlockById_Pre($grpc.ServiceCall call,
    $async.Future<$0.GetBlockByIdRequest> request) async {
  return getBlockById(call, await request);
}